| 1 | /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ |
| 2 | |* *| |
| 3 | |* * Mips Disassembler *| |
| 4 | |* *| |
| 5 | |* Automatically generated file, do not edit! *| |
| 6 | |* *| |
| 7 | \*===----------------------------------------------------------------------===*/ |
| 8 | |
| 9 | #include "llvm/MC/MCInst.h" |
| 10 | #include "llvm/Support/DataTypes.h" |
| 11 | #include "llvm/Support/Debug.h" |
| 12 | #include "llvm/Support/LEB128.h" |
| 13 | #include "llvm/Support/raw_ostream.h" |
| 14 | #include <assert.h> |
| 15 | |
| 16 | namespace llvm { |
| 17 | |
| 18 | // Helper functions for extracting fields from encoded instructions. |
| 19 | // InsnType must either be integral or an APInt-like object that must: |
| 20 | // * Have a static const max_size_in_bits equal to the number of bits in the |
| 21 | // encoding. |
| 22 | // * be default-constructible and copy-constructible |
| 23 | // * be constructible from a uint64_t |
| 24 | // * be constructible from an APInt (this can be private) |
| 25 | // * Support getBitsSet(loBit, hiBit) |
| 26 | // * be convertible to uint64_t |
| 27 | // * Support the ~, &, ==, !=, and |= operators with other objects of the same type |
| 28 | // * Support shift (<<, >>) with signed and unsigned integers on the RHS |
| 29 | // * Support put (<<) to raw_ostream& |
| 30 | template <typename InsnType> |
| 31 | #if defined(_MSC_VER) && !defined(__clang__) |
| 32 | __declspec(noinline) |
| 33 | #endif |
| 34 | static InsnType fieldFromInstruction(InsnType insn, unsigned startBit, |
| 35 | unsigned numBits, std::true_type) { |
| 36 | assert(startBit + numBits <= 64 && "Cannot support >64-bit extractions!" ); |
| 37 | assert(startBit + numBits <= (sizeof(InsnType) * 8) && |
| 38 | "Instruction field out of bounds!" ); |
| 39 | InsnType fieldMask; |
| 40 | if (numBits == sizeof(InsnType) * 8) |
| 41 | fieldMask = (InsnType)(-1LL); |
| 42 | else |
| 43 | fieldMask = (((InsnType)1 << numBits) - 1) << startBit; |
| 44 | return (insn & fieldMask) >> startBit; |
| 45 | } |
| 46 | |
| 47 | template <typename InsnType> |
| 48 | static InsnType fieldFromInstruction(InsnType insn, unsigned startBit, |
| 49 | unsigned numBits, std::false_type) { |
| 50 | assert(startBit + numBits <= InsnType::max_size_in_bits && "Instruction field out of bounds!" ); |
| 51 | InsnType fieldMask = InsnType::getBitsSet(0, numBits); |
| 52 | return (insn >> startBit) & fieldMask; |
| 53 | } |
| 54 | |
| 55 | template <typename InsnType> |
| 56 | static InsnType fieldFromInstruction(InsnType insn, unsigned startBit, |
| 57 | unsigned numBits) { |
| 58 | return fieldFromInstruction(insn, startBit, numBits, std::is_integral<InsnType>()); |
| 59 | } |
| 60 | |
| 61 | static const uint8_t DecoderTable16[] = { |
| 62 | /* 0 */ MCD::OPC_ExtractField, 11, 5, // Inst{15-11} ... |
| 63 | /* 3 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 17 |
| 64 | /* 8 */ MCD::OPC_CheckPredicate, 0, 71, 2, 0, // Skip to: 596 |
| 65 | /* 13 */ MCD::OPC_Decode, 243, 7, 0, // Opcode: Bimm16 |
| 66 | /* 17 */ MCD::OPC_FilterValue, 4, 9, 0, 0, // Skip to: 31 |
| 67 | /* 22 */ MCD::OPC_CheckPredicate, 0, 57, 2, 0, // Skip to: 596 |
| 68 | /* 27 */ MCD::OPC_Decode, 241, 7, 1, // Opcode: BeqzRxImm16 |
| 69 | /* 31 */ MCD::OPC_FilterValue, 5, 9, 0, 0, // Skip to: 45 |
| 70 | /* 36 */ MCD::OPC_CheckPredicate, 0, 43, 2, 0, // Skip to: 596 |
| 71 | /* 41 */ MCD::OPC_Decode, 245, 7, 1, // Opcode: BnezRxImm16 |
| 72 | /* 45 */ MCD::OPC_FilterValue, 9, 9, 0, 0, // Skip to: 59 |
| 73 | /* 50 */ MCD::OPC_CheckPredicate, 0, 29, 2, 0, // Skip to: 596 |
| 74 | /* 55 */ MCD::OPC_Decode, 176, 6, 2, // Opcode: AddiuRxRxImm16 |
| 75 | /* 59 */ MCD::OPC_FilterValue, 10, 9, 0, 0, // Skip to: 73 |
| 76 | /* 64 */ MCD::OPC_CheckPredicate, 0, 15, 2, 0, // Skip to: 596 |
| 77 | /* 69 */ MCD::OPC_Decode, 159, 21, 1, // Opcode: SltiRxImm16 |
| 78 | /* 73 */ MCD::OPC_FilterValue, 11, 9, 0, 0, // Skip to: 87 |
| 79 | /* 78 */ MCD::OPC_CheckPredicate, 0, 1, 2, 0, // Skip to: 596 |
| 80 | /* 83 */ MCD::OPC_Decode, 161, 21, 1, // Opcode: SltiuRxImm16 |
| 81 | /* 87 */ MCD::OPC_FilterValue, 12, 73, 0, 0, // Skip to: 165 |
| 82 | /* 92 */ MCD::OPC_ExtractField, 8, 3, // Inst{10-8} ... |
| 83 | /* 95 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 109 |
| 84 | /* 100 */ MCD::OPC_CheckPredicate, 0, 235, 1, 0, // Skip to: 596 |
| 85 | /* 105 */ MCD::OPC_Decode, 248, 7, 0, // Opcode: Bteqz16 |
| 86 | /* 109 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 123 |
| 87 | /* 114 */ MCD::OPC_CheckPredicate, 0, 221, 1, 0, // Skip to: 596 |
| 88 | /* 119 */ MCD::OPC_Decode, 250, 7, 0, // Opcode: Btnez16 |
| 89 | /* 123 */ MCD::OPC_FilterValue, 3, 9, 0, 0, // Skip to: 137 |
| 90 | /* 128 */ MCD::OPC_CheckPredicate, 0, 207, 1, 0, // Skip to: 596 |
| 91 | /* 133 */ MCD::OPC_Decode, 179, 6, 0, // Opcode: AddiuSpImm16 |
| 92 | /* 137 */ MCD::OPC_FilterValue, 5, 9, 0, 0, // Skip to: 151 |
| 93 | /* 142 */ MCD::OPC_CheckPredicate, 0, 193, 1, 0, // Skip to: 596 |
| 94 | /* 147 */ MCD::OPC_Decode, 165, 17, 3, // Opcode: Move32R16 |
| 95 | /* 151 */ MCD::OPC_FilterValue, 7, 184, 1, 0, // Skip to: 596 |
| 96 | /* 156 */ MCD::OPC_CheckPredicate, 0, 179, 1, 0, // Skip to: 596 |
| 97 | /* 161 */ MCD::OPC_Decode, 166, 17, 4, // Opcode: MoveR3216 |
| 98 | /* 165 */ MCD::OPC_FilterValue, 13, 9, 0, 0, // Skip to: 179 |
| 99 | /* 170 */ MCD::OPC_CheckPredicate, 0, 165, 1, 0, // Skip to: 596 |
| 100 | /* 175 */ MCD::OPC_Decode, 247, 14, 1, // Opcode: LiRxImm16 |
| 101 | /* 179 */ MCD::OPC_FilterValue, 14, 9, 0, 0, // Skip to: 193 |
| 102 | /* 184 */ MCD::OPC_CheckPredicate, 0, 151, 1, 0, // Skip to: 596 |
| 103 | /* 189 */ MCD::OPC_Decode, 186, 10, 1, // Opcode: CmpiRxImm16 |
| 104 | /* 193 */ MCD::OPC_FilterValue, 22, 9, 0, 0, // Skip to: 207 |
| 105 | /* 198 */ MCD::OPC_CheckPredicate, 0, 137, 1, 0, // Skip to: 596 |
| 106 | /* 203 */ MCD::OPC_Decode, 250, 14, 1, // Opcode: LwRxPcTcp16 |
| 107 | /* 207 */ MCD::OPC_FilterValue, 28, 31, 0, 0, // Skip to: 243 |
| 108 | /* 212 */ MCD::OPC_ExtractField, 0, 2, // Inst{1-0} ... |
| 109 | /* 215 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 229 |
| 110 | /* 220 */ MCD::OPC_CheckPredicate, 0, 115, 1, 0, // Skip to: 596 |
| 111 | /* 225 */ MCD::OPC_Decode, 181, 6, 5, // Opcode: AdduRxRyRz16 |
| 112 | /* 229 */ MCD::OPC_FilterValue, 3, 106, 1, 0, // Skip to: 596 |
| 113 | /* 234 */ MCD::OPC_CheckPredicate, 0, 101, 1, 0, // Skip to: 596 |
| 114 | /* 239 */ MCD::OPC_Decode, 168, 21, 5, // Opcode: SubuRxRyRz16 |
| 115 | /* 243 */ MCD::OPC_FilterValue, 29, 92, 1, 0, // Skip to: 596 |
| 116 | /* 248 */ MCD::OPC_ExtractField, 0, 5, // Inst{4-0} ... |
| 117 | /* 251 */ MCD::OPC_FilterValue, 0, 73, 0, 0, // Skip to: 329 |
| 118 | /* 256 */ MCD::OPC_ExtractField, 5, 3, // Inst{7-5} ... |
| 119 | /* 259 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 273 |
| 120 | /* 264 */ MCD::OPC_CheckPredicate, 0, 71, 1, 0, // Skip to: 596 |
| 121 | /* 269 */ MCD::OPC_Decode, 254, 13, 0, // Opcode: JumpLinkReg16 |
| 122 | /* 273 */ MCD::OPC_FilterValue, 1, 16, 0, 0, // Skip to: 294 |
| 123 | /* 278 */ MCD::OPC_CheckPredicate, 0, 57, 1, 0, // Skip to: 596 |
| 124 | /* 283 */ MCD::OPC_CheckField, 8, 3, 0, 50, 1, 0, // Skip to: 596 |
| 125 | /* 290 */ MCD::OPC_Decode, 251, 13, 0, // Opcode: JrRa16 |
| 126 | /* 294 */ MCD::OPC_FilterValue, 6, 9, 0, 0, // Skip to: 308 |
| 127 | /* 299 */ MCD::OPC_CheckPredicate, 0, 36, 1, 0, // Skip to: 596 |
| 128 | /* 304 */ MCD::OPC_Decode, 253, 13, 1, // Opcode: JrcRx16 |
| 129 | /* 308 */ MCD::OPC_FilterValue, 7, 27, 1, 0, // Skip to: 596 |
| 130 | /* 313 */ MCD::OPC_CheckPredicate, 0, 22, 1, 0, // Skip to: 596 |
| 131 | /* 318 */ MCD::OPC_CheckField, 8, 3, 0, 15, 1, 0, // Skip to: 596 |
| 132 | /* 325 */ MCD::OPC_Decode, 252, 13, 0, // Opcode: JrcRa16 |
| 133 | /* 329 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 343 |
| 134 | /* 334 */ MCD::OPC_CheckPredicate, 0, 1, 1, 0, // Skip to: 596 |
| 135 | /* 339 */ MCD::OPC_Decode, 158, 21, 6, // Opcode: SltRxRy16 |
| 136 | /* 343 */ MCD::OPC_FilterValue, 3, 9, 0, 0, // Skip to: 357 |
| 137 | /* 348 */ MCD::OPC_CheckPredicate, 0, 243, 0, 0, // Skip to: 596 |
| 138 | /* 353 */ MCD::OPC_Decode, 163, 21, 6, // Opcode: SltuRxRy16 |
| 139 | /* 357 */ MCD::OPC_FilterValue, 4, 9, 0, 0, // Skip to: 371 |
| 140 | /* 362 */ MCD::OPC_CheckPredicate, 0, 229, 0, 0, // Skip to: 596 |
| 141 | /* 367 */ MCD::OPC_Decode, 157, 21, 7, // Opcode: SllvRxRy16 |
| 142 | /* 371 */ MCD::OPC_FilterValue, 5, 16, 0, 0, // Skip to: 392 |
| 143 | /* 376 */ MCD::OPC_CheckPredicate, 0, 215, 0, 0, // Skip to: 596 |
| 144 | /* 381 */ MCD::OPC_CheckField, 5, 6, 0, 208, 0, 0, // Skip to: 596 |
| 145 | /* 388 */ MCD::OPC_Decode, 247, 7, 0, // Opcode: Break16 |
| 146 | /* 392 */ MCD::OPC_FilterValue, 6, 9, 0, 0, // Skip to: 406 |
| 147 | /* 397 */ MCD::OPC_CheckPredicate, 0, 194, 0, 0, // Skip to: 596 |
| 148 | /* 402 */ MCD::OPC_Decode, 167, 21, 7, // Opcode: SrlvRxRy16 |
| 149 | /* 406 */ MCD::OPC_FilterValue, 7, 9, 0, 0, // Skip to: 420 |
| 150 | /* 411 */ MCD::OPC_CheckPredicate, 0, 180, 0, 0, // Skip to: 596 |
| 151 | /* 416 */ MCD::OPC_Decode, 165, 21, 7, // Opcode: SravRxRy16 |
| 152 | /* 420 */ MCD::OPC_FilterValue, 10, 9, 0, 0, // Skip to: 434 |
| 153 | /* 425 */ MCD::OPC_CheckPredicate, 0, 166, 0, 0, // Skip to: 596 |
| 154 | /* 430 */ MCD::OPC_Decode, 185, 10, 6, // Opcode: CmpRxRy16 |
| 155 | /* 434 */ MCD::OPC_FilterValue, 12, 9, 0, 0, // Skip to: 448 |
| 156 | /* 439 */ MCD::OPC_CheckPredicate, 0, 152, 0, 0, // Skip to: 596 |
| 157 | /* 444 */ MCD::OPC_Decode, 182, 6, 7, // Opcode: AndRxRxRy16 |
| 158 | /* 448 */ MCD::OPC_FilterValue, 13, 9, 0, 0, // Skip to: 462 |
| 159 | /* 453 */ MCD::OPC_CheckPredicate, 0, 138, 0, 0, // Skip to: 596 |
| 160 | /* 458 */ MCD::OPC_Decode, 207, 17, 7, // Opcode: OrRxRxRy16 |
| 161 | /* 462 */ MCD::OPC_FilterValue, 14, 9, 0, 0, // Skip to: 476 |
| 162 | /* 467 */ MCD::OPC_CheckPredicate, 0, 124, 0, 0, // Skip to: 596 |
| 163 | /* 472 */ MCD::OPC_Decode, 132, 22, 7, // Opcode: XorRxRxRy16 |
| 164 | /* 476 */ MCD::OPC_FilterValue, 15, 9, 0, 0, // Skip to: 490 |
| 165 | /* 481 */ MCD::OPC_CheckPredicate, 0, 110, 0, 0, // Skip to: 596 |
| 166 | /* 486 */ MCD::OPC_Decode, 194, 17, 6, // Opcode: NotRxRy16 |
| 167 | /* 490 */ MCD::OPC_FilterValue, 16, 9, 0, 0, // Skip to: 504 |
| 168 | /* 495 */ MCD::OPC_CheckPredicate, 0, 96, 0, 0, // Skip to: 596 |
| 169 | /* 500 */ MCD::OPC_Decode, 163, 17, 1, // Opcode: Mfhi16 |
| 170 | /* 504 */ MCD::OPC_FilterValue, 17, 31, 0, 0, // Skip to: 540 |
| 171 | /* 509 */ MCD::OPC_ExtractField, 5, 3, // Inst{7-5} ... |
| 172 | /* 512 */ MCD::OPC_FilterValue, 4, 9, 0, 0, // Skip to: 526 |
| 173 | /* 517 */ MCD::OPC_CheckPredicate, 0, 74, 0, 0, // Skip to: 596 |
| 174 | /* 522 */ MCD::OPC_Decode, 153, 21, 2, // Opcode: SebRx16 |
| 175 | /* 526 */ MCD::OPC_FilterValue, 5, 65, 0, 0, // Skip to: 596 |
| 176 | /* 531 */ MCD::OPC_CheckPredicate, 0, 60, 0, 0, // Skip to: 596 |
| 177 | /* 536 */ MCD::OPC_Decode, 154, 21, 2, // Opcode: SehRx16 |
| 178 | /* 540 */ MCD::OPC_FilterValue, 18, 9, 0, 0, // Skip to: 554 |
| 179 | /* 545 */ MCD::OPC_CheckPredicate, 0, 46, 0, 0, // Skip to: 596 |
| 180 | /* 550 */ MCD::OPC_Decode, 164, 17, 1, // Opcode: Mflo16 |
| 181 | /* 554 */ MCD::OPC_FilterValue, 26, 9, 0, 0, // Skip to: 568 |
| 182 | /* 559 */ MCD::OPC_CheckPredicate, 0, 32, 0, 0, // Skip to: 596 |
| 183 | /* 564 */ MCD::OPC_Decode, 195, 11, 6, // Opcode: DivRxRy16 |
| 184 | /* 568 */ MCD::OPC_FilterValue, 27, 9, 0, 0, // Skip to: 582 |
| 185 | /* 573 */ MCD::OPC_CheckPredicate, 0, 18, 0, 0, // Skip to: 596 |
| 186 | /* 578 */ MCD::OPC_Decode, 196, 11, 6, // Opcode: DivuRxRy16 |
| 187 | /* 582 */ MCD::OPC_FilterValue, 29, 9, 0, 0, // Skip to: 596 |
| 188 | /* 587 */ MCD::OPC_CheckPredicate, 0, 4, 0, 0, // Skip to: 596 |
| 189 | /* 592 */ MCD::OPC_Decode, 193, 17, 6, // Opcode: NegRxRy16 |
| 190 | /* 596 */ MCD::OPC_Fail, |
| 191 | 0 |
| 192 | }; |
| 193 | |
| 194 | static const uint8_t DecoderTable32[] = { |
| 195 | /* 0 */ MCD::OPC_ExtractField, 11, 5, // Inst{15-11} ... |
| 196 | /* 3 */ MCD::OPC_FilterValue, 1, 23, 0, 0, // Skip to: 31 |
| 197 | /* 8 */ MCD::OPC_CheckPredicate, 0, 2, 2, 0, // Skip to: 527 |
| 198 | /* 13 */ MCD::OPC_CheckField, 27, 5, 30, 251, 1, 0, // Skip to: 527 |
| 199 | /* 20 */ MCD::OPC_CheckField, 5, 3, 0, 244, 1, 0, // Skip to: 527 |
| 200 | /* 27 */ MCD::OPC_Decode, 175, 6, 1, // Opcode: AddiuRxPcImmX16 |
| 201 | /* 31 */ MCD::OPC_FilterValue, 2, 23, 0, 0, // Skip to: 59 |
| 202 | /* 36 */ MCD::OPC_CheckPredicate, 0, 230, 1, 0, // Skip to: 527 |
| 203 | /* 41 */ MCD::OPC_CheckField, 27, 5, 30, 223, 1, 0, // Skip to: 527 |
| 204 | /* 48 */ MCD::OPC_CheckField, 5, 6, 0, 216, 1, 0, // Skip to: 527 |
| 205 | /* 55 */ MCD::OPC_Decode, 244, 7, 8, // Opcode: BimmX16 |
| 206 | /* 59 */ MCD::OPC_FilterValue, 4, 23, 0, 0, // Skip to: 87 |
| 207 | /* 64 */ MCD::OPC_CheckPredicate, 0, 202, 1, 0, // Skip to: 527 |
| 208 | /* 69 */ MCD::OPC_CheckField, 27, 5, 30, 195, 1, 0, // Skip to: 527 |
| 209 | /* 76 */ MCD::OPC_CheckField, 5, 3, 0, 188, 1, 0, // Skip to: 527 |
| 210 | /* 83 */ MCD::OPC_Decode, 242, 7, 1, // Opcode: BeqzRxImmX16 |
| 211 | /* 87 */ MCD::OPC_FilterValue, 5, 23, 0, 0, // Skip to: 115 |
| 212 | /* 92 */ MCD::OPC_CheckPredicate, 0, 174, 1, 0, // Skip to: 527 |
| 213 | /* 97 */ MCD::OPC_CheckField, 27, 5, 30, 167, 1, 0, // Skip to: 527 |
| 214 | /* 104 */ MCD::OPC_CheckField, 5, 3, 0, 160, 1, 0, // Skip to: 527 |
| 215 | /* 111 */ MCD::OPC_Decode, 246, 7, 1, // Opcode: BnezRxImmX16 |
| 216 | /* 115 */ MCD::OPC_FilterValue, 6, 106, 0, 0, // Skip to: 226 |
| 217 | /* 120 */ MCD::OPC_ExtractField, 27, 5, // Inst{31-27} ... |
| 218 | /* 123 */ MCD::OPC_FilterValue, 30, 143, 1, 0, // Skip to: 527 |
| 219 | /* 128 */ MCD::OPC_ExtractField, 16, 5, // Inst{20-16} ... |
| 220 | /* 131 */ MCD::OPC_FilterValue, 0, 45, 0, 0, // Skip to: 181 |
| 221 | /* 136 */ MCD::OPC_ExtractField, 0, 5, // Inst{4-0} ... |
| 222 | /* 139 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 153 |
| 223 | /* 144 */ MCD::OPC_CheckPredicate, 0, 32, 0, 0, // Skip to: 181 |
| 224 | /* 149 */ MCD::OPC_Decode, 156, 21, 6, // Opcode: SllX16 |
| 225 | /* 153 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 167 |
| 226 | /* 158 */ MCD::OPC_CheckPredicate, 0, 18, 0, 0, // Skip to: 181 |
| 227 | /* 163 */ MCD::OPC_Decode, 166, 21, 6, // Opcode: SrlX16 |
| 228 | /* 167 */ MCD::OPC_FilterValue, 3, 9, 0, 0, // Skip to: 181 |
| 229 | /* 172 */ MCD::OPC_CheckPredicate, 0, 4, 0, 0, // Skip to: 181 |
| 230 | /* 177 */ MCD::OPC_Decode, 164, 21, 6, // Opcode: SraX16 |
| 231 | /* 181 */ MCD::OPC_ExtractField, 5, 6, // Inst{10-5} ... |
| 232 | /* 184 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 198 |
| 233 | /* 189 */ MCD::OPC_CheckPredicate, 0, 77, 1, 0, // Skip to: 527 |
| 234 | /* 194 */ MCD::OPC_Decode, 249, 7, 0, // Opcode: BteqzX16 |
| 235 | /* 198 */ MCD::OPC_FilterValue, 8, 9, 0, 0, // Skip to: 212 |
| 236 | /* 203 */ MCD::OPC_CheckPredicate, 0, 63, 1, 0, // Skip to: 527 |
| 237 | /* 208 */ MCD::OPC_Decode, 251, 7, 0, // Opcode: BtnezX16 |
| 238 | /* 212 */ MCD::OPC_FilterValue, 24, 54, 1, 0, // Skip to: 527 |
| 239 | /* 217 */ MCD::OPC_CheckPredicate, 0, 49, 1, 0, // Skip to: 527 |
| 240 | /* 222 */ MCD::OPC_Decode, 180, 6, 0, // Opcode: AddiuSpImmX16 |
| 241 | /* 226 */ MCD::OPC_FilterValue, 8, 23, 0, 0, // Skip to: 254 |
| 242 | /* 231 */ MCD::OPC_CheckPredicate, 0, 35, 1, 0, // Skip to: 527 |
| 243 | /* 236 */ MCD::OPC_CheckField, 27, 5, 30, 28, 1, 0, // Skip to: 527 |
| 244 | /* 243 */ MCD::OPC_CheckField, 4, 1, 0, 21, 1, 0, // Skip to: 527 |
| 245 | /* 250 */ MCD::OPC_Decode, 178, 6, 9, // Opcode: AddiuRxRyOffMemX16 |
| 246 | /* 254 */ MCD::OPC_FilterValue, 9, 23, 0, 0, // Skip to: 282 |
| 247 | /* 259 */ MCD::OPC_CheckPredicate, 0, 7, 1, 0, // Skip to: 527 |
| 248 | /* 264 */ MCD::OPC_CheckField, 27, 5, 30, 0, 1, 0, // Skip to: 527 |
| 249 | /* 271 */ MCD::OPC_CheckField, 5, 3, 0, 249, 0, 0, // Skip to: 527 |
| 250 | /* 278 */ MCD::OPC_Decode, 174, 6, 1, // Opcode: AddiuRxImmX16 |
| 251 | /* 282 */ MCD::OPC_FilterValue, 10, 23, 0, 0, // Skip to: 310 |
| 252 | /* 287 */ MCD::OPC_CheckPredicate, 0, 235, 0, 0, // Skip to: 527 |
| 253 | /* 292 */ MCD::OPC_CheckField, 27, 5, 30, 228, 0, 0, // Skip to: 527 |
| 254 | /* 299 */ MCD::OPC_CheckField, 5, 3, 0, 221, 0, 0, // Skip to: 527 |
| 255 | /* 306 */ MCD::OPC_Decode, 160, 21, 1, // Opcode: SltiRxImmX16 |
| 256 | /* 310 */ MCD::OPC_FilterValue, 11, 23, 0, 0, // Skip to: 338 |
| 257 | /* 315 */ MCD::OPC_CheckPredicate, 0, 207, 0, 0, // Skip to: 527 |
| 258 | /* 320 */ MCD::OPC_CheckField, 27, 5, 30, 200, 0, 0, // Skip to: 527 |
| 259 | /* 327 */ MCD::OPC_CheckField, 5, 3, 0, 193, 0, 0, // Skip to: 527 |
| 260 | /* 334 */ MCD::OPC_Decode, 162, 21, 1, // Opcode: SltiuRxImmX16 |
| 261 | /* 338 */ MCD::OPC_FilterValue, 13, 23, 0, 0, // Skip to: 366 |
| 262 | /* 343 */ MCD::OPC_CheckPredicate, 0, 179, 0, 0, // Skip to: 527 |
| 263 | /* 348 */ MCD::OPC_CheckField, 27, 5, 30, 172, 0, 0, // Skip to: 527 |
| 264 | /* 355 */ MCD::OPC_CheckField, 5, 3, 0, 165, 0, 0, // Skip to: 527 |
| 265 | /* 362 */ MCD::OPC_Decode, 249, 14, 1, // Opcode: LiRxImmX16 |
| 266 | /* 366 */ MCD::OPC_FilterValue, 14, 23, 0, 0, // Skip to: 394 |
| 267 | /* 371 */ MCD::OPC_CheckPredicate, 0, 151, 0, 0, // Skip to: 527 |
| 268 | /* 376 */ MCD::OPC_CheckField, 27, 5, 30, 144, 0, 0, // Skip to: 527 |
| 269 | /* 383 */ MCD::OPC_CheckField, 5, 3, 0, 137, 0, 0, // Skip to: 527 |
| 270 | /* 390 */ MCD::OPC_Decode, 187, 10, 1, // Opcode: CmpiRxImmX16 |
| 271 | /* 394 */ MCD::OPC_FilterValue, 18, 16, 0, 0, // Skip to: 415 |
| 272 | /* 399 */ MCD::OPC_CheckPredicate, 0, 123, 0, 0, // Skip to: 527 |
| 273 | /* 404 */ MCD::OPC_CheckField, 27, 5, 30, 116, 0, 0, // Skip to: 527 |
| 274 | /* 411 */ MCD::OPC_Decode, 253, 14, 9, // Opcode: LwRxSpImmX16 |
| 275 | /* 415 */ MCD::OPC_FilterValue, 22, 23, 0, 0, // Skip to: 443 |
| 276 | /* 420 */ MCD::OPC_CheckPredicate, 0, 102, 0, 0, // Skip to: 527 |
| 277 | /* 425 */ MCD::OPC_CheckField, 27, 5, 30, 95, 0, 0, // Skip to: 527 |
| 278 | /* 432 */ MCD::OPC_CheckField, 5, 3, 0, 88, 0, 0, // Skip to: 527 |
| 279 | /* 439 */ MCD::OPC_Decode, 251, 14, 1, // Opcode: LwRxPcTcpX16 |
| 280 | /* 443 */ MCD::OPC_FilterValue, 24, 16, 0, 0, // Skip to: 464 |
| 281 | /* 448 */ MCD::OPC_CheckPredicate, 0, 74, 0, 0, // Skip to: 527 |
| 282 | /* 453 */ MCD::OPC_CheckField, 27, 5, 30, 67, 0, 0, // Skip to: 527 |
| 283 | /* 460 */ MCD::OPC_Decode, 152, 21, 9, // Opcode: SbRxRyOffMemX16 |
| 284 | /* 464 */ MCD::OPC_FilterValue, 25, 16, 0, 0, // Skip to: 485 |
| 285 | /* 469 */ MCD::OPC_CheckPredicate, 0, 53, 0, 0, // Skip to: 527 |
| 286 | /* 474 */ MCD::OPC_CheckField, 27, 5, 30, 46, 0, 0, // Skip to: 527 |
| 287 | /* 481 */ MCD::OPC_Decode, 155, 21, 9, // Opcode: ShRxRyOffMemX16 |
| 288 | /* 485 */ MCD::OPC_FilterValue, 26, 16, 0, 0, // Skip to: 506 |
| 289 | /* 490 */ MCD::OPC_CheckPredicate, 0, 32, 0, 0, // Skip to: 527 |
| 290 | /* 495 */ MCD::OPC_CheckField, 27, 5, 30, 25, 0, 0, // Skip to: 527 |
| 291 | /* 502 */ MCD::OPC_Decode, 170, 21, 9, // Opcode: SwRxSpImmX16 |
| 292 | /* 506 */ MCD::OPC_FilterValue, 27, 16, 0, 0, // Skip to: 527 |
| 293 | /* 511 */ MCD::OPC_CheckPredicate, 0, 11, 0, 0, // Skip to: 527 |
| 294 | /* 516 */ MCD::OPC_CheckField, 27, 5, 30, 4, 0, 0, // Skip to: 527 |
| 295 | /* 523 */ MCD::OPC_Decode, 169, 21, 9, // Opcode: SwRxRyOffMemX16 |
| 296 | /* 527 */ MCD::OPC_Fail, |
| 297 | 0 |
| 298 | }; |
| 299 | |
| 300 | static const uint8_t DecoderTableCOP3_32[] = { |
| 301 | /* 0 */ MCD::OPC_ExtractField, 26, 6, // Inst{31-26} ... |
| 302 | /* 3 */ MCD::OPC_FilterValue, 51, 9, 0, 0, // Skip to: 17 |
| 303 | /* 8 */ MCD::OPC_CheckPredicate, 1, 46, 0, 0, // Skip to: 59 |
| 304 | /* 13 */ MCD::OPC_Decode, 210, 14, 10, // Opcode: LWC3 |
| 305 | /* 17 */ MCD::OPC_FilterValue, 55, 9, 0, 0, // Skip to: 31 |
| 306 | /* 22 */ MCD::OPC_CheckPredicate, 2, 32, 0, 0, // Skip to: 59 |
| 307 | /* 27 */ MCD::OPC_Decode, 150, 14, 10, // Opcode: LDC3 |
| 308 | /* 31 */ MCD::OPC_FilterValue, 59, 9, 0, 0, // Skip to: 45 |
| 309 | /* 36 */ MCD::OPC_CheckPredicate, 1, 18, 0, 0, // Skip to: 59 |
| 310 | /* 41 */ MCD::OPC_Decode, 245, 20, 10, // Opcode: SWC3 |
| 311 | /* 45 */ MCD::OPC_FilterValue, 63, 9, 0, 0, // Skip to: 59 |
| 312 | /* 50 */ MCD::OPC_CheckPredicate, 2, 4, 0, 0, // Skip to: 59 |
| 313 | /* 55 */ MCD::OPC_Decode, 241, 18, 10, // Opcode: SDC3 |
| 314 | /* 59 */ MCD::OPC_Fail, |
| 315 | 0 |
| 316 | }; |
| 317 | |
| 318 | static const uint8_t DecoderTableCnMips32[] = { |
| 319 | /* 0 */ MCD::OPC_ExtractField, 26, 6, // Inst{31-26} ... |
| 320 | /* 3 */ MCD::OPC_FilterValue, 18, 31, 0, 0, // Skip to: 39 |
| 321 | /* 8 */ MCD::OPC_ExtractField, 21, 5, // Inst{25-21} ... |
| 322 | /* 11 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 25 |
| 323 | /* 16 */ MCD::OPC_CheckPredicate, 3, 239, 1, 0, // Skip to: 516 |
| 324 | /* 21 */ MCD::OPC_Decode, 233, 10, 11, // Opcode: DMFC2_OCTEON |
| 325 | /* 25 */ MCD::OPC_FilterValue, 5, 230, 1, 0, // Skip to: 516 |
| 326 | /* 30 */ MCD::OPC_CheckPredicate, 3, 225, 1, 0, // Skip to: 516 |
| 327 | /* 35 */ MCD::OPC_Decode, 241, 10, 11, // Opcode: DMTC2_OCTEON |
| 328 | /* 39 */ MCD::OPC_FilterValue, 28, 160, 1, 0, // Skip to: 460 |
| 329 | /* 44 */ MCD::OPC_ExtractField, 0, 6, // Inst{5-0} ... |
| 330 | /* 47 */ MCD::OPC_FilterValue, 3, 16, 0, 0, // Skip to: 68 |
| 331 | /* 52 */ MCD::OPC_CheckPredicate, 3, 203, 1, 0, // Skip to: 516 |
| 332 | /* 57 */ MCD::OPC_CheckField, 6, 5, 0, 196, 1, 0, // Skip to: 516 |
| 333 | /* 64 */ MCD::OPC_Decode, 245, 10, 12, // Opcode: DMUL |
| 334 | /* 68 */ MCD::OPC_FilterValue, 8, 16, 0, 0, // Skip to: 89 |
| 335 | /* 73 */ MCD::OPC_CheckPredicate, 3, 182, 1, 0, // Skip to: 516 |
| 336 | /* 78 */ MCD::OPC_CheckField, 6, 15, 0, 175, 1, 0, // Skip to: 516 |
| 337 | /* 85 */ MCD::OPC_Decode, 233, 16, 13, // Opcode: MTM0 |
| 338 | /* 89 */ MCD::OPC_FilterValue, 9, 16, 0, 0, // Skip to: 110 |
| 339 | /* 94 */ MCD::OPC_CheckPredicate, 3, 161, 1, 0, // Skip to: 516 |
| 340 | /* 99 */ MCD::OPC_CheckField, 6, 15, 0, 154, 1, 0, // Skip to: 516 |
| 341 | /* 106 */ MCD::OPC_Decode, 236, 16, 13, // Opcode: MTP0 |
| 342 | /* 110 */ MCD::OPC_FilterValue, 10, 16, 0, 0, // Skip to: 131 |
| 343 | /* 115 */ MCD::OPC_CheckPredicate, 3, 140, 1, 0, // Skip to: 516 |
| 344 | /* 120 */ MCD::OPC_CheckField, 6, 15, 0, 133, 1, 0, // Skip to: 516 |
| 345 | /* 127 */ MCD::OPC_Decode, 237, 16, 13, // Opcode: MTP1 |
| 346 | /* 131 */ MCD::OPC_FilterValue, 11, 16, 0, 0, // Skip to: 152 |
| 347 | /* 136 */ MCD::OPC_CheckPredicate, 3, 119, 1, 0, // Skip to: 516 |
| 348 | /* 141 */ MCD::OPC_CheckField, 6, 15, 0, 112, 1, 0, // Skip to: 516 |
| 349 | /* 148 */ MCD::OPC_Decode, 238, 16, 13, // Opcode: MTP2 |
| 350 | /* 152 */ MCD::OPC_FilterValue, 12, 16, 0, 0, // Skip to: 173 |
| 351 | /* 157 */ MCD::OPC_CheckPredicate, 3, 98, 1, 0, // Skip to: 516 |
| 352 | /* 162 */ MCD::OPC_CheckField, 6, 15, 0, 91, 1, 0, // Skip to: 516 |
| 353 | /* 169 */ MCD::OPC_Decode, 234, 16, 13, // Opcode: MTM1 |
| 354 | /* 173 */ MCD::OPC_FilterValue, 13, 16, 0, 0, // Skip to: 194 |
| 355 | /* 178 */ MCD::OPC_CheckPredicate, 3, 77, 1, 0, // Skip to: 516 |
| 356 | /* 183 */ MCD::OPC_CheckField, 6, 15, 0, 70, 1, 0, // Skip to: 516 |
| 357 | /* 190 */ MCD::OPC_Decode, 235, 16, 13, // Opcode: MTM2 |
| 358 | /* 194 */ MCD::OPC_FilterValue, 15, 16, 0, 0, // Skip to: 215 |
| 359 | /* 199 */ MCD::OPC_CheckPredicate, 3, 56, 1, 0, // Skip to: 516 |
| 360 | /* 204 */ MCD::OPC_CheckField, 6, 5, 0, 49, 1, 0, // Skip to: 516 |
| 361 | /* 211 */ MCD::OPC_Decode, 234, 21, 12, // Opcode: VMULU |
| 362 | /* 215 */ MCD::OPC_FilterValue, 16, 16, 0, 0, // Skip to: 236 |
| 363 | /* 220 */ MCD::OPC_CheckPredicate, 3, 35, 1, 0, // Skip to: 516 |
| 364 | /* 225 */ MCD::OPC_CheckField, 6, 5, 0, 28, 1, 0, // Skip to: 516 |
| 365 | /* 232 */ MCD::OPC_Decode, 233, 21, 12, // Opcode: VMM0 |
| 366 | /* 236 */ MCD::OPC_FilterValue, 17, 16, 0, 0, // Skip to: 257 |
| 367 | /* 241 */ MCD::OPC_CheckPredicate, 3, 14, 1, 0, // Skip to: 516 |
| 368 | /* 246 */ MCD::OPC_CheckField, 6, 5, 0, 7, 1, 0, // Skip to: 516 |
| 369 | /* 253 */ MCD::OPC_Decode, 232, 21, 12, // Opcode: V3MULU |
| 370 | /* 257 */ MCD::OPC_FilterValue, 40, 16, 0, 0, // Skip to: 278 |
| 371 | /* 262 */ MCD::OPC_CheckPredicate, 3, 249, 0, 0, // Skip to: 516 |
| 372 | /* 267 */ MCD::OPC_CheckField, 6, 5, 0, 242, 0, 0, // Skip to: 516 |
| 373 | /* 274 */ MCD::OPC_Decode, 184, 6, 12, // Opcode: BADDu |
| 374 | /* 278 */ MCD::OPC_FilterValue, 42, 16, 0, 0, // Skip to: 299 |
| 375 | /* 283 */ MCD::OPC_CheckPredicate, 3, 228, 0, 0, // Skip to: 516 |
| 376 | /* 288 */ MCD::OPC_CheckField, 6, 5, 0, 221, 0, 0, // Skip to: 516 |
| 377 | /* 295 */ MCD::OPC_Decode, 144, 19, 12, // Opcode: SEQ |
| 378 | /* 299 */ MCD::OPC_FilterValue, 43, 16, 0, 0, // Skip to: 320 |
| 379 | /* 304 */ MCD::OPC_CheckPredicate, 3, 207, 0, 0, // Skip to: 516 |
| 380 | /* 309 */ MCD::OPC_CheckField, 6, 5, 0, 200, 0, 0, // Skip to: 516 |
| 381 | /* 316 */ MCD::OPC_Decode, 244, 19, 12, // Opcode: SNE |
| 382 | /* 320 */ MCD::OPC_FilterValue, 44, 23, 0, 0, // Skip to: 348 |
| 383 | /* 325 */ MCD::OPC_CheckPredicate, 3, 186, 0, 0, // Skip to: 516 |
| 384 | /* 330 */ MCD::OPC_CheckField, 16, 5, 0, 179, 0, 0, // Skip to: 516 |
| 385 | /* 337 */ MCD::OPC_CheckField, 6, 5, 0, 172, 0, 0, // Skip to: 516 |
| 386 | /* 344 */ MCD::OPC_Decode, 231, 17, 14, // Opcode: POP |
| 387 | /* 348 */ MCD::OPC_FilterValue, 45, 23, 0, 0, // Skip to: 376 |
| 388 | /* 353 */ MCD::OPC_CheckPredicate, 3, 158, 0, 0, // Skip to: 516 |
| 389 | /* 358 */ MCD::OPC_CheckField, 16, 5, 0, 151, 0, 0, // Skip to: 516 |
| 390 | /* 365 */ MCD::OPC_CheckField, 6, 5, 0, 144, 0, 0, // Skip to: 516 |
| 391 | /* 372 */ MCD::OPC_Decode, 150, 11, 15, // Opcode: DPOP |
| 392 | /* 376 */ MCD::OPC_FilterValue, 46, 9, 0, 0, // Skip to: 390 |
| 393 | /* 381 */ MCD::OPC_CheckPredicate, 3, 130, 0, 0, // Skip to: 516 |
| 394 | /* 386 */ MCD::OPC_Decode, 145, 19, 16, // Opcode: SEQi |
| 395 | /* 390 */ MCD::OPC_FilterValue, 47, 9, 0, 0, // Skip to: 404 |
| 396 | /* 395 */ MCD::OPC_CheckPredicate, 3, 116, 0, 0, // Skip to: 516 |
| 397 | /* 400 */ MCD::OPC_Decode, 245, 19, 16, // Opcode: SNEi |
| 398 | /* 404 */ MCD::OPC_FilterValue, 50, 9, 0, 0, // Skip to: 418 |
| 399 | /* 409 */ MCD::OPC_CheckPredicate, 4, 102, 0, 0, // Skip to: 516 |
| 400 | /* 414 */ MCD::OPC_Decode, 153, 8, 17, // Opcode: CINS |
| 401 | /* 418 */ MCD::OPC_FilterValue, 51, 9, 0, 0, // Skip to: 432 |
| 402 | /* 423 */ MCD::OPC_CheckPredicate, 4, 88, 0, 0, // Skip to: 516 |
| 403 | /* 428 */ MCD::OPC_Decode, 154, 8, 17, // Opcode: CINS32 |
| 404 | /* 432 */ MCD::OPC_FilterValue, 58, 9, 0, 0, // Skip to: 446 |
| 405 | /* 437 */ MCD::OPC_CheckPredicate, 4, 74, 0, 0, // Skip to: 516 |
| 406 | /* 442 */ MCD::OPC_Decode, 237, 11, 17, // Opcode: EXTS |
| 407 | /* 446 */ MCD::OPC_FilterValue, 59, 65, 0, 0, // Skip to: 516 |
| 408 | /* 451 */ MCD::OPC_CheckPredicate, 4, 60, 0, 0, // Skip to: 516 |
| 409 | /* 456 */ MCD::OPC_Decode, 238, 11, 17, // Opcode: EXTS32 |
| 410 | /* 460 */ MCD::OPC_FilterValue, 50, 9, 0, 0, // Skip to: 474 |
| 411 | /* 465 */ MCD::OPC_CheckPredicate, 3, 46, 0, 0, // Skip to: 516 |
| 412 | /* 470 */ MCD::OPC_Decode, 190, 6, 18, // Opcode: BBIT0 |
| 413 | /* 474 */ MCD::OPC_FilterValue, 54, 9, 0, 0, // Skip to: 488 |
| 414 | /* 479 */ MCD::OPC_CheckPredicate, 3, 32, 0, 0, // Skip to: 516 |
| 415 | /* 484 */ MCD::OPC_Decode, 191, 6, 18, // Opcode: BBIT032 |
| 416 | /* 488 */ MCD::OPC_FilterValue, 58, 9, 0, 0, // Skip to: 502 |
| 417 | /* 493 */ MCD::OPC_CheckPredicate, 3, 18, 0, 0, // Skip to: 516 |
| 418 | /* 498 */ MCD::OPC_Decode, 192, 6, 18, // Opcode: BBIT1 |
| 419 | /* 502 */ MCD::OPC_FilterValue, 62, 9, 0, 0, // Skip to: 516 |
| 420 | /* 507 */ MCD::OPC_CheckPredicate, 3, 4, 0, 0, // Skip to: 516 |
| 421 | /* 512 */ MCD::OPC_Decode, 193, 6, 18, // Opcode: BBIT132 |
| 422 | /* 516 */ MCD::OPC_Fail, |
| 423 | 0 |
| 424 | }; |
| 425 | |
| 426 | static const uint8_t DecoderTableCnMipsP32[] = { |
| 427 | /* 0 */ MCD::OPC_ExtractField, 0, 16, // Inst{15-0} ... |
| 428 | /* 3 */ MCD::OPC_FilterValue, 24, 16, 0, 0, // Skip to: 24 |
| 429 | /* 8 */ MCD::OPC_CheckPredicate, 5, 32, 0, 0, // Skip to: 45 |
| 430 | /* 13 */ MCD::OPC_CheckField, 26, 6, 28, 25, 0, 0, // Skip to: 45 |
| 431 | /* 20 */ MCD::OPC_Decode, 199, 18, 19, // Opcode: SAA |
| 432 | /* 24 */ MCD::OPC_FilterValue, 25, 16, 0, 0, // Skip to: 45 |
| 433 | /* 29 */ MCD::OPC_CheckPredicate, 5, 11, 0, 0, // Skip to: 45 |
| 434 | /* 34 */ MCD::OPC_CheckField, 26, 6, 28, 4, 0, 0, // Skip to: 45 |
| 435 | /* 41 */ MCD::OPC_Decode, 200, 18, 19, // Opcode: SAAD |
| 436 | /* 45 */ MCD::OPC_Fail, |
| 437 | 0 |
| 438 | }; |
| 439 | |
| 440 | static const uint8_t DecoderTableMicroMips16[] = { |
| 441 | /* 0 */ MCD::OPC_ExtractField, 10, 6, // Inst{15-10} ... |
| 442 | /* 3 */ MCD::OPC_FilterValue, 1, 31, 0, 0, // Skip to: 39 |
| 443 | /* 8 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... |
| 444 | /* 11 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 25 |
| 445 | /* 16 */ MCD::OPC_CheckPredicate, 6, 114, 2, 0, // Skip to: 647 |
| 446 | /* 21 */ MCD::OPC_Decode, 217, 5, 20, // Opcode: ADDU16_MM |
| 447 | /* 25 */ MCD::OPC_FilterValue, 1, 105, 2, 0, // Skip to: 647 |
| 448 | /* 30 */ MCD::OPC_CheckPredicate, 6, 100, 2, 0, // Skip to: 647 |
| 449 | /* 35 */ MCD::OPC_Decode, 206, 20, 20, // Opcode: SUBU16_MM |
| 450 | /* 39 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 53 |
| 451 | /* 44 */ MCD::OPC_CheckPredicate, 7, 86, 2, 0, // Skip to: 647 |
| 452 | /* 49 */ MCD::OPC_Decode, 131, 14, 21, // Opcode: LBU16_MM |
| 453 | /* 53 */ MCD::OPC_FilterValue, 3, 9, 0, 0, // Skip to: 67 |
| 454 | /* 58 */ MCD::OPC_CheckPredicate, 6, 72, 2, 0, // Skip to: 647 |
| 455 | /* 63 */ MCD::OPC_Decode, 132, 16, 22, // Opcode: MOVE16_MM |
| 456 | /* 67 */ MCD::OPC_FilterValue, 9, 31, 0, 0, // Skip to: 103 |
| 457 | /* 72 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... |
| 458 | /* 75 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 89 |
| 459 | /* 80 */ MCD::OPC_CheckPredicate, 6, 50, 2, 0, // Skip to: 647 |
| 460 | /* 85 */ MCD::OPC_Decode, 216, 19, 23, // Opcode: SLL16_MM |
| 461 | /* 89 */ MCD::OPC_FilterValue, 1, 41, 2, 0, // Skip to: 647 |
| 462 | /* 94 */ MCD::OPC_CheckPredicate, 6, 36, 2, 0, // Skip to: 647 |
| 463 | /* 99 */ MCD::OPC_Decode, 147, 20, 23, // Opcode: SRL16_MM |
| 464 | /* 103 */ MCD::OPC_FilterValue, 10, 9, 0, 0, // Skip to: 117 |
| 465 | /* 108 */ MCD::OPC_CheckPredicate, 7, 22, 2, 0, // Skip to: 647 |
| 466 | /* 113 */ MCD::OPC_Decode, 171, 14, 21, // Opcode: LHU16_MM |
| 467 | /* 117 */ MCD::OPC_FilterValue, 11, 9, 0, 0, // Skip to: 131 |
| 468 | /* 122 */ MCD::OPC_CheckPredicate, 6, 8, 2, 0, // Skip to: 647 |
| 469 | /* 127 */ MCD::OPC_Decode, 134, 6, 24, // Opcode: ANDI16_MM |
| 470 | /* 131 */ MCD::OPC_FilterValue, 17, 8, 1, 0, // Skip to: 400 |
| 471 | /* 136 */ MCD::OPC_ExtractField, 6, 4, // Inst{9-6} ... |
| 472 | /* 139 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 153 |
| 473 | /* 144 */ MCD::OPC_CheckPredicate, 6, 242, 1, 0, // Skip to: 647 |
| 474 | /* 149 */ MCD::OPC_Decode, 191, 17, 25, // Opcode: NOT16_MM |
| 475 | /* 153 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 167 |
| 476 | /* 158 */ MCD::OPC_CheckPredicate, 6, 228, 1, 0, // Skip to: 647 |
| 477 | /* 163 */ MCD::OPC_Decode, 249, 21, 26, // Opcode: XOR16_MM |
| 478 | /* 167 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 181 |
| 479 | /* 172 */ MCD::OPC_CheckPredicate, 6, 214, 1, 0, // Skip to: 647 |
| 480 | /* 177 */ MCD::OPC_Decode, 131, 6, 26, // Opcode: AND16_MM |
| 481 | /* 181 */ MCD::OPC_FilterValue, 3, 9, 0, 0, // Skip to: 195 |
| 482 | /* 186 */ MCD::OPC_CheckPredicate, 6, 200, 1, 0, // Skip to: 647 |
| 483 | /* 191 */ MCD::OPC_Decode, 196, 17, 26, // Opcode: OR16_MM |
| 484 | /* 195 */ MCD::OPC_FilterValue, 4, 9, 0, 0, // Skip to: 209 |
| 485 | /* 200 */ MCD::OPC_CheckPredicate, 6, 186, 1, 0, // Skip to: 647 |
| 486 | /* 205 */ MCD::OPC_Decode, 221, 14, 27, // Opcode: LWM16_MM |
| 487 | /* 209 */ MCD::OPC_FilterValue, 5, 9, 0, 0, // Skip to: 223 |
| 488 | /* 214 */ MCD::OPC_CheckPredicate, 6, 172, 1, 0, // Skip to: 647 |
| 489 | /* 219 */ MCD::OPC_Decode, 255, 20, 27, // Opcode: SWM16_MM |
| 490 | /* 223 */ MCD::OPC_FilterValue, 6, 31, 0, 0, // Skip to: 259 |
| 491 | /* 228 */ MCD::OPC_ExtractField, 5, 1, // Inst{5} ... |
| 492 | /* 231 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 245 |
| 493 | /* 236 */ MCD::OPC_CheckPredicate, 6, 150, 1, 0, // Skip to: 647 |
| 494 | /* 241 */ MCD::OPC_Decode, 237, 13, 28, // Opcode: JR16_MM |
| 495 | /* 245 */ MCD::OPC_FilterValue, 1, 141, 1, 0, // Skip to: 647 |
| 496 | /* 250 */ MCD::OPC_CheckPredicate, 6, 136, 1, 0, // Skip to: 647 |
| 497 | /* 255 */ MCD::OPC_Decode, 240, 13, 28, // Opcode: JRC16_MM |
| 498 | /* 259 */ MCD::OPC_FilterValue, 7, 31, 0, 0, // Skip to: 295 |
| 499 | /* 264 */ MCD::OPC_ExtractField, 5, 1, // Inst{5} ... |
| 500 | /* 267 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 281 |
| 501 | /* 272 */ MCD::OPC_CheckPredicate, 6, 114, 1, 0, // Skip to: 647 |
| 502 | /* 277 */ MCD::OPC_Decode, 216, 13, 28, // Opcode: JALR16_MM |
| 503 | /* 281 */ MCD::OPC_FilterValue, 1, 105, 1, 0, // Skip to: 647 |
| 504 | /* 286 */ MCD::OPC_CheckPredicate, 6, 100, 1, 0, // Skip to: 647 |
| 505 | /* 291 */ MCD::OPC_Decode, 221, 13, 28, // Opcode: JALRS16_MM |
| 506 | /* 295 */ MCD::OPC_FilterValue, 8, 16, 0, 0, // Skip to: 316 |
| 507 | /* 300 */ MCD::OPC_CheckPredicate, 6, 86, 1, 0, // Skip to: 647 |
| 508 | /* 305 */ MCD::OPC_CheckField, 5, 1, 0, 79, 1, 0, // Skip to: 647 |
| 509 | /* 312 */ MCD::OPC_Decode, 206, 15, 28, // Opcode: MFHI16_MM |
| 510 | /* 316 */ MCD::OPC_FilterValue, 9, 16, 0, 0, // Skip to: 337 |
| 511 | /* 321 */ MCD::OPC_CheckPredicate, 6, 65, 1, 0, // Skip to: 647 |
| 512 | /* 326 */ MCD::OPC_CheckField, 5, 1, 0, 58, 1, 0, // Skip to: 647 |
| 513 | /* 333 */ MCD::OPC_Decode, 212, 15, 28, // Opcode: MFLO16_MM |
| 514 | /* 337 */ MCD::OPC_FilterValue, 10, 16, 0, 0, // Skip to: 358 |
| 515 | /* 342 */ MCD::OPC_CheckPredicate, 6, 44, 1, 0, // Skip to: 647 |
| 516 | /* 347 */ MCD::OPC_CheckField, 4, 2, 0, 37, 1, 0, // Skip to: 647 |
| 517 | /* 354 */ MCD::OPC_Decode, 222, 7, 29, // Opcode: BREAK16_MM |
| 518 | /* 358 */ MCD::OPC_FilterValue, 11, 16, 0, 0, // Skip to: 379 |
| 519 | /* 363 */ MCD::OPC_CheckPredicate, 6, 23, 1, 0, // Skip to: 647 |
| 520 | /* 368 */ MCD::OPC_CheckField, 4, 2, 0, 16, 1, 0, // Skip to: 647 |
| 521 | /* 375 */ MCD::OPC_Decode, 229, 18, 29, // Opcode: SDBBP16_MM |
| 522 | /* 379 */ MCD::OPC_FilterValue, 12, 7, 1, 0, // Skip to: 647 |
| 523 | /* 384 */ MCD::OPC_CheckPredicate, 6, 2, 1, 0, // Skip to: 647 |
| 524 | /* 389 */ MCD::OPC_CheckField, 5, 1, 0, 251, 0, 0, // Skip to: 647 |
| 525 | /* 396 */ MCD::OPC_Decode, 239, 13, 30, // Opcode: JRADDIUSP |
| 526 | /* 400 */ MCD::OPC_FilterValue, 18, 9, 0, 0, // Skip to: 414 |
| 527 | /* 405 */ MCD::OPC_CheckPredicate, 7, 237, 0, 0, // Skip to: 647 |
| 528 | /* 410 */ MCD::OPC_Decode, 232, 14, 31, // Opcode: LWSP_MM |
| 529 | /* 414 */ MCD::OPC_FilterValue, 19, 31, 0, 0, // Skip to: 450 |
| 530 | /* 419 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... |
| 531 | /* 422 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 436 |
| 532 | /* 427 */ MCD::OPC_CheckPredicate, 7, 215, 0, 0, // Skip to: 647 |
| 533 | /* 432 */ MCD::OPC_Decode, 185, 5, 32, // Opcode: ADDIUS5_MM |
| 534 | /* 436 */ MCD::OPC_FilterValue, 1, 206, 0, 0, // Skip to: 647 |
| 535 | /* 441 */ MCD::OPC_CheckPredicate, 7, 201, 0, 0, // Skip to: 647 |
| 536 | /* 446 */ MCD::OPC_Decode, 186, 5, 33, // Opcode: ADDIUSP_MM |
| 537 | /* 450 */ MCD::OPC_FilterValue, 25, 9, 0, 0, // Skip to: 464 |
| 538 | /* 455 */ MCD::OPC_CheckPredicate, 7, 187, 0, 0, // Skip to: 647 |
| 539 | /* 460 */ MCD::OPC_Decode, 215, 14, 34, // Opcode: LWGP_MM |
| 540 | /* 464 */ MCD::OPC_FilterValue, 26, 9, 0, 0, // Skip to: 478 |
| 541 | /* 469 */ MCD::OPC_CheckPredicate, 7, 173, 0, 0, // Skip to: 647 |
| 542 | /* 474 */ MCD::OPC_Decode, 203, 14, 21, // Opcode: LW16_MM |
| 543 | /* 478 */ MCD::OPC_FilterValue, 27, 31, 0, 0, // Skip to: 514 |
| 544 | /* 483 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... |
| 545 | /* 486 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 500 |
| 546 | /* 491 */ MCD::OPC_CheckPredicate, 7, 151, 0, 0, // Skip to: 647 |
| 547 | /* 496 */ MCD::OPC_Decode, 184, 5, 35, // Opcode: ADDIUR2_MM |
| 548 | /* 500 */ MCD::OPC_FilterValue, 1, 142, 0, 0, // Skip to: 647 |
| 549 | /* 505 */ MCD::OPC_CheckPredicate, 7, 137, 0, 0, // Skip to: 647 |
| 550 | /* 510 */ MCD::OPC_Decode, 183, 5, 36, // Opcode: ADDIUR1SP_MM |
| 551 | /* 514 */ MCD::OPC_FilterValue, 33, 16, 0, 0, // Skip to: 535 |
| 552 | /* 519 */ MCD::OPC_CheckPredicate, 6, 123, 0, 0, // Skip to: 647 |
| 553 | /* 524 */ MCD::OPC_CheckField, 0, 1, 0, 116, 0, 0, // Skip to: 647 |
| 554 | /* 531 */ MCD::OPC_Decode, 134, 16, 37, // Opcode: MOVEP_MM |
| 555 | /* 535 */ MCD::OPC_FilterValue, 34, 9, 0, 0, // Skip to: 549 |
| 556 | /* 540 */ MCD::OPC_CheckPredicate, 6, 102, 0, 0, // Skip to: 647 |
| 557 | /* 545 */ MCD::OPC_Decode, 210, 18, 21, // Opcode: SB16_MM |
| 558 | /* 549 */ MCD::OPC_FilterValue, 35, 9, 0, 0, // Skip to: 563 |
| 559 | /* 554 */ MCD::OPC_CheckPredicate, 6, 88, 0, 0, // Skip to: 647 |
| 560 | /* 559 */ MCD::OPC_Decode, 225, 6, 38, // Opcode: BEQZ16_MM |
| 561 | /* 563 */ MCD::OPC_FilterValue, 42, 9, 0, 0, // Skip to: 577 |
| 562 | /* 568 */ MCD::OPC_CheckPredicate, 6, 74, 0, 0, // Skip to: 647 |
| 563 | /* 573 */ MCD::OPC_Decode, 147, 19, 21, // Opcode: SH16_MM |
| 564 | /* 577 */ MCD::OPC_FilterValue, 43, 9, 0, 0, // Skip to: 591 |
| 565 | /* 582 */ MCD::OPC_CheckPredicate, 6, 60, 0, 0, // Skip to: 647 |
| 566 | /* 587 */ MCD::OPC_Decode, 200, 7, 38, // Opcode: BNEZ16_MM |
| 567 | /* 591 */ MCD::OPC_FilterValue, 50, 9, 0, 0, // Skip to: 605 |
| 568 | /* 596 */ MCD::OPC_CheckPredicate, 6, 46, 0, 0, // Skip to: 647 |
| 569 | /* 601 */ MCD::OPC_Decode, 136, 21, 31, // Opcode: SWSP_MM |
| 570 | /* 605 */ MCD::OPC_FilterValue, 51, 9, 0, 0, // Skip to: 619 |
| 571 | /* 610 */ MCD::OPC_CheckPredicate, 7, 32, 0, 0, // Skip to: 647 |
| 572 | /* 615 */ MCD::OPC_Decode, 183, 6, 39, // Opcode: B16_MM |
| 573 | /* 619 */ MCD::OPC_FilterValue, 58, 9, 0, 0, // Skip to: 633 |
| 574 | /* 624 */ MCD::OPC_CheckPredicate, 6, 18, 0, 0, // Skip to: 647 |
| 575 | /* 629 */ MCD::OPC_Decode, 237, 20, 21, // Opcode: SW16_MM |
| 576 | /* 633 */ MCD::OPC_FilterValue, 59, 9, 0, 0, // Skip to: 647 |
| 577 | /* 638 */ MCD::OPC_CheckPredicate, 6, 4, 0, 0, // Skip to: 647 |
| 578 | /* 643 */ MCD::OPC_Decode, 180, 14, 40, // Opcode: LI16_MM |
| 579 | /* 647 */ MCD::OPC_Fail, |
| 580 | 0 |
| 581 | }; |
| 582 | |
| 583 | static const uint8_t DecoderTableMicroMips32[] = { |
| 584 | /* 0 */ MCD::OPC_ExtractField, 26, 6, // Inst{31-26} ... |
| 585 | /* 3 */ MCD::OPC_FilterValue, 0, 238, 14, 0, // Skip to: 3830 |
| 586 | /* 8 */ MCD::OPC_ExtractField, 0, 6, // Inst{5-0} ... |
| 587 | /* 11 */ MCD::OPC_FilterValue, 0, 104, 0, 0, // Skip to: 120 |
| 588 | /* 16 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 589 | /* 19 */ MCD::OPC_FilterValue, 0, 54, 0, 0, // Skip to: 78 |
| 590 | /* 24 */ MCD::OPC_ExtractField, 11, 15, // Inst{25-11} ... |
| 591 | /* 27 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 41 |
| 592 | /* 32 */ MCD::OPC_CheckPredicate, 7, 32, 0, 0, // Skip to: 69 |
| 593 | /* 37 */ MCD::OPC_Decode, 169, 20, 0, // Opcode: SSNOP_MM |
| 594 | /* 41 */ MCD::OPC_FilterValue, 3, 9, 0, 0, // Skip to: 55 |
| 595 | /* 46 */ MCD::OPC_CheckPredicate, 7, 18, 0, 0, // Skip to: 69 |
| 596 | /* 51 */ MCD::OPC_Decode, 198, 11, 0, // Opcode: EHB_MM |
| 597 | /* 55 */ MCD::OPC_FilterValue, 5, 9, 0, 0, // Skip to: 69 |
| 598 | /* 60 */ MCD::OPC_CheckPredicate, 7, 4, 0, 0, // Skip to: 69 |
| 599 | /* 65 */ MCD::OPC_Decode, 211, 17, 0, // Opcode: PAUSE_MM |
| 600 | /* 69 */ MCD::OPC_CheckPredicate, 7, 42, 25, 0, // Skip to: 6516 |
| 601 | /* 74 */ MCD::OPC_Decode, 229, 19, 41, // Opcode: SLL_MM |
| 602 | /* 78 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 92 |
| 603 | /* 83 */ MCD::OPC_CheckPredicate, 7, 28, 25, 0, // Skip to: 6516 |
| 604 | /* 88 */ MCD::OPC_Decode, 166, 20, 41, // Opcode: SRL_MM |
| 605 | /* 92 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 106 |
| 606 | /* 97 */ MCD::OPC_CheckPredicate, 7, 14, 25, 0, // Skip to: 6516 |
| 607 | /* 102 */ MCD::OPC_Decode, 144, 20, 41, // Opcode: SRA_MM |
| 608 | /* 106 */ MCD::OPC_FilterValue, 3, 5, 25, 0, // Skip to: 6516 |
| 609 | /* 111 */ MCD::OPC_CheckPredicate, 7, 0, 25, 0, // Skip to: 6516 |
| 610 | /* 116 */ MCD::OPC_Decode, 179, 18, 41, // Opcode: ROTR_MM |
| 611 | /* 120 */ MCD::OPC_FilterValue, 5, 227, 0, 0, // Skip to: 352 |
| 612 | /* 125 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 613 | /* 128 */ MCD::OPC_FilterValue, 0, 16, 0, 0, // Skip to: 149 |
| 614 | /* 133 */ MCD::OPC_CheckPredicate, 8, 234, 24, 0, // Skip to: 6516 |
| 615 | /* 138 */ MCD::OPC_CheckField, 11, 5, 0, 227, 24, 0, // Skip to: 6516 |
| 616 | /* 145 */ MCD::OPC_Decode, 224, 8, 42, // Opcode: CMP_EQ_PH_MM |
| 617 | /* 149 */ MCD::OPC_FilterValue, 1, 16, 0, 0, // Skip to: 170 |
| 618 | /* 154 */ MCD::OPC_CheckPredicate, 8, 213, 24, 0, // Skip to: 6516 |
| 619 | /* 159 */ MCD::OPC_CheckField, 11, 5, 0, 206, 24, 0, // Skip to: 6516 |
| 620 | /* 166 */ MCD::OPC_Decode, 238, 8, 42, // Opcode: CMP_LT_PH_MM |
| 621 | /* 170 */ MCD::OPC_FilterValue, 2, 16, 0, 0, // Skip to: 191 |
| 622 | /* 175 */ MCD::OPC_CheckPredicate, 8, 192, 24, 0, // Skip to: 6516 |
| 623 | /* 180 */ MCD::OPC_CheckField, 11, 5, 0, 185, 24, 0, // Skip to: 6516 |
| 624 | /* 187 */ MCD::OPC_Decode, 232, 8, 42, // Opcode: CMP_LE_PH_MM |
| 625 | /* 191 */ MCD::OPC_FilterValue, 6, 9, 0, 0, // Skip to: 205 |
| 626 | /* 196 */ MCD::OPC_CheckPredicate, 9, 171, 24, 0, // Skip to: 6516 |
| 627 | /* 201 */ MCD::OPC_Decode, 202, 8, 43, // Opcode: CMPGDU_EQ_QB_MMR2 |
| 628 | /* 205 */ MCD::OPC_FilterValue, 7, 9, 0, 0, // Skip to: 219 |
| 629 | /* 210 */ MCD::OPC_CheckPredicate, 9, 157, 24, 0, // Skip to: 6516 |
| 630 | /* 215 */ MCD::OPC_Decode, 206, 8, 43, // Opcode: CMPGDU_LT_QB_MMR2 |
| 631 | /* 219 */ MCD::OPC_FilterValue, 8, 9, 0, 0, // Skip to: 233 |
| 632 | /* 224 */ MCD::OPC_CheckPredicate, 9, 143, 24, 0, // Skip to: 6516 |
| 633 | /* 229 */ MCD::OPC_Decode, 204, 8, 43, // Opcode: CMPGDU_LE_QB_MMR2 |
| 634 | /* 233 */ MCD::OPC_FilterValue, 9, 16, 0, 0, // Skip to: 254 |
| 635 | /* 238 */ MCD::OPC_CheckPredicate, 8, 129, 24, 0, // Skip to: 6516 |
| 636 | /* 243 */ MCD::OPC_CheckField, 11, 5, 0, 122, 24, 0, // Skip to: 6516 |
| 637 | /* 250 */ MCD::OPC_Decode, 214, 8, 42, // Opcode: CMPU_EQ_QB_MM |
| 638 | /* 254 */ MCD::OPC_FilterValue, 10, 16, 0, 0, // Skip to: 275 |
| 639 | /* 259 */ MCD::OPC_CheckPredicate, 8, 108, 24, 0, // Skip to: 6516 |
| 640 | /* 264 */ MCD::OPC_CheckField, 11, 5, 0, 101, 24, 0, // Skip to: 6516 |
| 641 | /* 271 */ MCD::OPC_Decode, 218, 8, 42, // Opcode: CMPU_LT_QB_MM |
| 642 | /* 275 */ MCD::OPC_FilterValue, 11, 16, 0, 0, // Skip to: 296 |
| 643 | /* 280 */ MCD::OPC_CheckPredicate, 8, 87, 24, 0, // Skip to: 6516 |
| 644 | /* 285 */ MCD::OPC_CheckField, 11, 5, 0, 80, 24, 0, // Skip to: 6516 |
| 645 | /* 292 */ MCD::OPC_Decode, 216, 8, 42, // Opcode: CMPU_LE_QB_MM |
| 646 | /* 296 */ MCD::OPC_FilterValue, 12, 9, 0, 0, // Skip to: 310 |
| 647 | /* 301 */ MCD::OPC_CheckPredicate, 8, 66, 24, 0, // Skip to: 6516 |
| 648 | /* 306 */ MCD::OPC_Decode, 201, 5, 44, // Opcode: ADDQ_S_W_MM |
| 649 | /* 310 */ MCD::OPC_FilterValue, 13, 9, 0, 0, // Skip to: 324 |
| 650 | /* 315 */ MCD::OPC_CheckPredicate, 8, 52, 24, 0, // Skip to: 6516 |
| 651 | /* 320 */ MCD::OPC_Decode, 189, 20, 44, // Opcode: SUBQ_S_W_MM |
| 652 | /* 324 */ MCD::OPC_FilterValue, 14, 9, 0, 0, // Skip to: 338 |
| 653 | /* 329 */ MCD::OPC_CheckPredicate, 8, 38, 24, 0, // Skip to: 6516 |
| 654 | /* 334 */ MCD::OPC_Decode, 204, 5, 44, // Opcode: ADDSC_MM |
| 655 | /* 338 */ MCD::OPC_FilterValue, 15, 29, 24, 0, // Skip to: 6516 |
| 656 | /* 343 */ MCD::OPC_CheckPredicate, 8, 24, 24, 0, // Skip to: 6516 |
| 657 | /* 348 */ MCD::OPC_Decode, 241, 5, 44, // Opcode: ADDWC_MM |
| 658 | /* 352 */ MCD::OPC_FilterValue, 7, 9, 0, 0, // Skip to: 366 |
| 659 | /* 357 */ MCD::OPC_CheckPredicate, 7, 10, 24, 0, // Skip to: 6516 |
| 660 | /* 362 */ MCD::OPC_Decode, 224, 7, 45, // Opcode: BREAK_MM |
| 661 | /* 366 */ MCD::OPC_FilterValue, 12, 9, 0, 0, // Skip to: 380 |
| 662 | /* 371 */ MCD::OPC_CheckPredicate, 6, 252, 23, 0, // Skip to: 6516 |
| 663 | /* 376 */ MCD::OPC_Decode, 211, 13, 46, // Opcode: INS_MM |
| 664 | /* 380 */ MCD::OPC_FilterValue, 13, 167, 1, 0, // Skip to: 808 |
| 665 | /* 385 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 666 | /* 388 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 402 |
| 667 | /* 393 */ MCD::OPC_CheckPredicate, 8, 230, 23, 0, // Skip to: 6516 |
| 668 | /* 398 */ MCD::OPC_Decode, 197, 5, 47, // Opcode: ADDQ_PH_MM |
| 669 | /* 402 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 416 |
| 670 | /* 407 */ MCD::OPC_CheckPredicate, 9, 216, 23, 0, // Skip to: 6516 |
| 671 | /* 412 */ MCD::OPC_Decode, 189, 5, 47, // Opcode: ADDQH_PH_MMR2 |
| 672 | /* 416 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 430 |
| 673 | /* 421 */ MCD::OPC_CheckPredicate, 9, 202, 23, 0, // Skip to: 6516 |
| 674 | /* 426 */ MCD::OPC_Decode, 195, 5, 44, // Opcode: ADDQH_W_MMR2 |
| 675 | /* 430 */ MCD::OPC_FilterValue, 3, 9, 0, 0, // Skip to: 444 |
| 676 | /* 435 */ MCD::OPC_CheckPredicate, 8, 188, 23, 0, // Skip to: 6516 |
| 677 | /* 440 */ MCD::OPC_Decode, 227, 5, 47, // Opcode: ADDU_QB_MM |
| 678 | /* 444 */ MCD::OPC_FilterValue, 4, 9, 0, 0, // Skip to: 458 |
| 679 | /* 449 */ MCD::OPC_CheckPredicate, 9, 174, 23, 0, // Skip to: 6516 |
| 680 | /* 454 */ MCD::OPC_Decode, 225, 5, 47, // Opcode: ADDU_PH_MMR2 |
| 681 | /* 458 */ MCD::OPC_FilterValue, 5, 9, 0, 0, // Skip to: 472 |
| 682 | /* 463 */ MCD::OPC_CheckPredicate, 9, 160, 23, 0, // Skip to: 6516 |
| 683 | /* 468 */ MCD::OPC_Decode, 220, 5, 47, // Opcode: ADDUH_QB_MMR2 |
| 684 | /* 472 */ MCD::OPC_FilterValue, 6, 9, 0, 0, // Skip to: 486 |
| 685 | /* 477 */ MCD::OPC_CheckPredicate, 8, 146, 23, 0, // Skip to: 6516 |
| 686 | /* 482 */ MCD::OPC_Decode, 176, 19, 48, // Opcode: SHRAV_PH_MM |
| 687 | /* 486 */ MCD::OPC_FilterValue, 7, 9, 0, 0, // Skip to: 500 |
| 688 | /* 491 */ MCD::OPC_CheckPredicate, 9, 132, 23, 0, // Skip to: 6516 |
| 689 | /* 496 */ MCD::OPC_Decode, 178, 19, 48, // Opcode: SHRAV_QB_MMR2 |
| 690 | /* 500 */ MCD::OPC_FilterValue, 8, 9, 0, 0, // Skip to: 514 |
| 691 | /* 505 */ MCD::OPC_CheckPredicate, 8, 118, 23, 0, // Skip to: 6516 |
| 692 | /* 510 */ MCD::OPC_Decode, 185, 20, 47, // Opcode: SUBQ_PH_MM |
| 693 | /* 514 */ MCD::OPC_FilterValue, 9, 9, 0, 0, // Skip to: 528 |
| 694 | /* 519 */ MCD::OPC_CheckPredicate, 9, 104, 23, 0, // Skip to: 6516 |
| 695 | /* 524 */ MCD::OPC_Decode, 177, 20, 47, // Opcode: SUBQH_PH_MMR2 |
| 696 | /* 528 */ MCD::OPC_FilterValue, 10, 9, 0, 0, // Skip to: 542 |
| 697 | /* 533 */ MCD::OPC_CheckPredicate, 9, 90, 23, 0, // Skip to: 6516 |
| 698 | /* 538 */ MCD::OPC_Decode, 183, 20, 44, // Opcode: SUBQH_W_MMR2 |
| 699 | /* 542 */ MCD::OPC_FilterValue, 11, 9, 0, 0, // Skip to: 556 |
| 700 | /* 547 */ MCD::OPC_CheckPredicate, 8, 76, 23, 0, // Skip to: 6516 |
| 701 | /* 552 */ MCD::OPC_Decode, 216, 20, 47, // Opcode: SUBU_QB_MM |
| 702 | /* 556 */ MCD::OPC_FilterValue, 12, 9, 0, 0, // Skip to: 570 |
| 703 | /* 561 */ MCD::OPC_CheckPredicate, 9, 62, 23, 0, // Skip to: 6516 |
| 704 | /* 566 */ MCD::OPC_Decode, 214, 20, 47, // Opcode: SUBU_PH_MMR2 |
| 705 | /* 570 */ MCD::OPC_FilterValue, 13, 9, 0, 0, // Skip to: 584 |
| 706 | /* 575 */ MCD::OPC_CheckPredicate, 9, 48, 23, 0, // Skip to: 6516 |
| 707 | /* 580 */ MCD::OPC_Decode, 209, 20, 47, // Opcode: SUBUH_QB_MMR2 |
| 708 | /* 584 */ MCD::OPC_FilterValue, 15, 9, 0, 0, // Skip to: 598 |
| 709 | /* 589 */ MCD::OPC_CheckPredicate, 9, 34, 23, 0, // Skip to: 6516 |
| 710 | /* 594 */ MCD::OPC_Decode, 135, 18, 49, // Opcode: PRECR_SRA_PH_W_MMR2 |
| 711 | /* 598 */ MCD::OPC_FilterValue, 16, 9, 0, 0, // Skip to: 612 |
| 712 | /* 603 */ MCD::OPC_CheckPredicate, 8, 20, 23, 0, // Skip to: 6516 |
| 713 | /* 608 */ MCD::OPC_Decode, 199, 5, 47, // Opcode: ADDQ_S_PH_MM |
| 714 | /* 612 */ MCD::OPC_FilterValue, 17, 9, 0, 0, // Skip to: 626 |
| 715 | /* 617 */ MCD::OPC_CheckPredicate, 9, 6, 23, 0, // Skip to: 6516 |
| 716 | /* 622 */ MCD::OPC_Decode, 191, 5, 47, // Opcode: ADDQH_R_PH_MMR2 |
| 717 | /* 626 */ MCD::OPC_FilterValue, 18, 9, 0, 0, // Skip to: 640 |
| 718 | /* 631 */ MCD::OPC_CheckPredicate, 9, 248, 22, 0, // Skip to: 6516 |
| 719 | /* 636 */ MCD::OPC_Decode, 193, 5, 44, // Opcode: ADDQH_R_W_MMR2 |
| 720 | /* 640 */ MCD::OPC_FilterValue, 19, 9, 0, 0, // Skip to: 654 |
| 721 | /* 645 */ MCD::OPC_CheckPredicate, 8, 234, 22, 0, // Skip to: 6516 |
| 722 | /* 650 */ MCD::OPC_Decode, 231, 5, 47, // Opcode: ADDU_S_QB_MM |
| 723 | /* 654 */ MCD::OPC_FilterValue, 20, 9, 0, 0, // Skip to: 668 |
| 724 | /* 659 */ MCD::OPC_CheckPredicate, 9, 220, 22, 0, // Skip to: 6516 |
| 725 | /* 664 */ MCD::OPC_Decode, 229, 5, 47, // Opcode: ADDU_S_PH_MMR2 |
| 726 | /* 668 */ MCD::OPC_FilterValue, 21, 9, 0, 0, // Skip to: 682 |
| 727 | /* 673 */ MCD::OPC_CheckPredicate, 9, 206, 22, 0, // Skip to: 6516 |
| 728 | /* 678 */ MCD::OPC_Decode, 222, 5, 47, // Opcode: ADDUH_R_QB_MMR2 |
| 729 | /* 682 */ MCD::OPC_FilterValue, 22, 9, 0, 0, // Skip to: 696 |
| 730 | /* 687 */ MCD::OPC_CheckPredicate, 8, 192, 22, 0, // Skip to: 6516 |
| 731 | /* 692 */ MCD::OPC_Decode, 180, 19, 48, // Opcode: SHRAV_R_PH_MM |
| 732 | /* 696 */ MCD::OPC_FilterValue, 23, 9, 0, 0, // Skip to: 710 |
| 733 | /* 701 */ MCD::OPC_CheckPredicate, 9, 178, 22, 0, // Skip to: 6516 |
| 734 | /* 706 */ MCD::OPC_Decode, 182, 19, 48, // Opcode: SHRAV_R_QB_MMR2 |
| 735 | /* 710 */ MCD::OPC_FilterValue, 24, 9, 0, 0, // Skip to: 724 |
| 736 | /* 715 */ MCD::OPC_CheckPredicate, 8, 164, 22, 0, // Skip to: 6516 |
| 737 | /* 720 */ MCD::OPC_Decode, 187, 20, 47, // Opcode: SUBQ_S_PH_MM |
| 738 | /* 724 */ MCD::OPC_FilterValue, 25, 9, 0, 0, // Skip to: 738 |
| 739 | /* 729 */ MCD::OPC_CheckPredicate, 9, 150, 22, 0, // Skip to: 6516 |
| 740 | /* 734 */ MCD::OPC_Decode, 179, 20, 47, // Opcode: SUBQH_R_PH_MMR2 |
| 741 | /* 738 */ MCD::OPC_FilterValue, 26, 9, 0, 0, // Skip to: 752 |
| 742 | /* 743 */ MCD::OPC_CheckPredicate, 9, 136, 22, 0, // Skip to: 6516 |
| 743 | /* 748 */ MCD::OPC_Decode, 181, 20, 44, // Opcode: SUBQH_R_W_MMR2 |
| 744 | /* 752 */ MCD::OPC_FilterValue, 27, 9, 0, 0, // Skip to: 766 |
| 745 | /* 757 */ MCD::OPC_CheckPredicate, 8, 122, 22, 0, // Skip to: 6516 |
| 746 | /* 762 */ MCD::OPC_Decode, 220, 20, 47, // Opcode: SUBU_S_QB_MM |
| 747 | /* 766 */ MCD::OPC_FilterValue, 28, 9, 0, 0, // Skip to: 780 |
| 748 | /* 771 */ MCD::OPC_CheckPredicate, 9, 108, 22, 0, // Skip to: 6516 |
| 749 | /* 776 */ MCD::OPC_Decode, 218, 20, 47, // Opcode: SUBU_S_PH_MMR2 |
| 750 | /* 780 */ MCD::OPC_FilterValue, 29, 9, 0, 0, // Skip to: 794 |
| 751 | /* 785 */ MCD::OPC_CheckPredicate, 9, 94, 22, 0, // Skip to: 6516 |
| 752 | /* 790 */ MCD::OPC_Decode, 211, 20, 47, // Opcode: SUBUH_R_QB_MMR2 |
| 753 | /* 794 */ MCD::OPC_FilterValue, 31, 85, 22, 0, // Skip to: 6516 |
| 754 | /* 799 */ MCD::OPC_CheckPredicate, 9, 80, 22, 0, // Skip to: 6516 |
| 755 | /* 804 */ MCD::OPC_Decode, 137, 18, 49, // Opcode: PRECR_SRA_R_PH_W_MMR2 |
| 756 | /* 808 */ MCD::OPC_FilterValue, 14, 31, 0, 0, // Skip to: 844 |
| 757 | /* 813 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 758 | /* 816 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 830 |
| 759 | /* 821 */ MCD::OPC_CheckPredicate, 8, 58, 22, 0, // Skip to: 6516 |
| 760 | /* 826 */ MCD::OPC_Decode, 160, 19, 48, // Opcode: SHLLV_PH_MM |
| 761 | /* 830 */ MCD::OPC_FilterValue, 16, 49, 22, 0, // Skip to: 6516 |
| 762 | /* 835 */ MCD::OPC_CheckPredicate, 8, 44, 22, 0, // Skip to: 6516 |
| 763 | /* 840 */ MCD::OPC_Decode, 164, 19, 48, // Opcode: SHLLV_S_PH_MM |
| 764 | /* 844 */ MCD::OPC_FilterValue, 16, 213, 0, 0, // Skip to: 1062 |
| 765 | /* 849 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 766 | /* 852 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 866 |
| 767 | /* 857 */ MCD::OPC_CheckPredicate, 7, 22, 22, 0, // Skip to: 6516 |
| 768 | /* 862 */ MCD::OPC_Decode, 225, 19, 50, // Opcode: SLLV_MM |
| 769 | /* 866 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 880 |
| 770 | /* 871 */ MCD::OPC_CheckPredicate, 7, 8, 22, 0, // Skip to: 6516 |
| 771 | /* 876 */ MCD::OPC_Decode, 162, 20, 50, // Opcode: SRLV_MM |
| 772 | /* 880 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 894 |
| 773 | /* 885 */ MCD::OPC_CheckPredicate, 7, 250, 21, 0, // Skip to: 6516 |
| 774 | /* 890 */ MCD::OPC_Decode, 140, 20, 50, // Opcode: SRAV_MM |
| 775 | /* 894 */ MCD::OPC_FilterValue, 3, 9, 0, 0, // Skip to: 908 |
| 776 | /* 899 */ MCD::OPC_CheckPredicate, 7, 236, 21, 0, // Skip to: 6516 |
| 777 | /* 904 */ MCD::OPC_Decode, 178, 18, 50, // Opcode: ROTRV_MM |
| 778 | /* 908 */ MCD::OPC_FilterValue, 4, 9, 0, 0, // Skip to: 922 |
| 779 | /* 913 */ MCD::OPC_CheckPredicate, 6, 222, 21, 0, // Skip to: 6516 |
| 780 | /* 918 */ MCD::OPC_Decode, 246, 5, 44, // Opcode: ADD_MM |
| 781 | /* 922 */ MCD::OPC_FilterValue, 5, 9, 0, 0, // Skip to: 936 |
| 782 | /* 927 */ MCD::OPC_CheckPredicate, 6, 208, 21, 0, // Skip to: 6516 |
| 783 | /* 932 */ MCD::OPC_Decode, 253, 5, 44, // Opcode: ADDu_MM |
| 784 | /* 936 */ MCD::OPC_FilterValue, 6, 9, 0, 0, // Skip to: 950 |
| 785 | /* 941 */ MCD::OPC_CheckPredicate, 6, 194, 21, 0, // Skip to: 6516 |
| 786 | /* 946 */ MCD::OPC_Decode, 229, 20, 44, // Opcode: SUB_MM |
| 787 | /* 950 */ MCD::OPC_FilterValue, 7, 9, 0, 0, // Skip to: 964 |
| 788 | /* 955 */ MCD::OPC_CheckPredicate, 6, 180, 21, 0, // Skip to: 6516 |
| 789 | /* 960 */ MCD::OPC_Decode, 232, 20, 44, // Opcode: SUBu_MM |
| 790 | /* 964 */ MCD::OPC_FilterValue, 8, 9, 0, 0, // Skip to: 978 |
| 791 | /* 969 */ MCD::OPC_CheckPredicate, 6, 166, 21, 0, // Skip to: 6516 |
| 792 | /* 974 */ MCD::OPC_Decode, 154, 17, 44, // Opcode: MUL_MM |
| 793 | /* 978 */ MCD::OPC_FilterValue, 9, 9, 0, 0, // Skip to: 992 |
| 794 | /* 983 */ MCD::OPC_CheckPredicate, 6, 152, 21, 0, // Skip to: 6516 |
| 795 | /* 988 */ MCD::OPC_Decode, 138, 6, 44, // Opcode: AND_MM |
| 796 | /* 992 */ MCD::OPC_FilterValue, 10, 9, 0, 0, // Skip to: 1006 |
| 797 | /* 997 */ MCD::OPC_CheckPredicate, 6, 138, 21, 0, // Skip to: 6516 |
| 798 | /* 1002 */ MCD::OPC_Decode, 201, 17, 44, // Opcode: OR_MM |
| 799 | /* 1006 */ MCD::OPC_FilterValue, 11, 9, 0, 0, // Skip to: 1020 |
| 800 | /* 1011 */ MCD::OPC_CheckPredicate, 6, 124, 21, 0, // Skip to: 6516 |
| 801 | /* 1016 */ MCD::OPC_Decode, 188, 17, 44, // Opcode: NOR_MM |
| 802 | /* 1020 */ MCD::OPC_FilterValue, 12, 9, 0, 0, // Skip to: 1034 |
| 803 | /* 1025 */ MCD::OPC_CheckPredicate, 6, 110, 21, 0, // Skip to: 6516 |
| 804 | /* 1030 */ MCD::OPC_Decode, 254, 21, 44, // Opcode: XOR_MM |
| 805 | /* 1034 */ MCD::OPC_FilterValue, 13, 9, 0, 0, // Skip to: 1048 |
| 806 | /* 1039 */ MCD::OPC_CheckPredicate, 7, 96, 21, 0, // Skip to: 6516 |
| 807 | /* 1044 */ MCD::OPC_Decode, 234, 19, 44, // Opcode: SLT_MM |
| 808 | /* 1048 */ MCD::OPC_FilterValue, 14, 87, 21, 0, // Skip to: 6516 |
| 809 | /* 1053 */ MCD::OPC_CheckPredicate, 7, 82, 21, 0, // Skip to: 6516 |
| 810 | /* 1058 */ MCD::OPC_Decode, 243, 19, 44, // Opcode: SLTu_MM |
| 811 | /* 1062 */ MCD::OPC_FilterValue, 21, 199, 0, 0, // Skip to: 1266 |
| 812 | /* 1067 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 813 | /* 1070 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 1084 |
| 814 | /* 1075 */ MCD::OPC_CheckPredicate, 8, 60, 21, 0, // Skip to: 6516 |
| 815 | /* 1080 */ MCD::OPC_Decode, 250, 16, 47, // Opcode: MULEU_S_PH_QBL_MM |
| 816 | /* 1084 */ MCD::OPC_FilterValue, 3, 9, 0, 0, // Skip to: 1098 |
| 817 | /* 1089 */ MCD::OPC_CheckPredicate, 8, 46, 21, 0, // Skip to: 6516 |
| 818 | /* 1094 */ MCD::OPC_Decode, 252, 16, 47, // Opcode: MULEU_S_PH_QBR_MM |
| 819 | /* 1098 */ MCD::OPC_FilterValue, 4, 9, 0, 0, // Skip to: 1112 |
| 820 | /* 1103 */ MCD::OPC_CheckPredicate, 8, 32, 21, 0, // Skip to: 6516 |
| 821 | /* 1108 */ MCD::OPC_Decode, 254, 16, 47, // Opcode: MULQ_RS_PH_MM |
| 822 | /* 1112 */ MCD::OPC_FilterValue, 5, 9, 0, 0, // Skip to: 1126 |
| 823 | /* 1117 */ MCD::OPC_CheckPredicate, 9, 18, 21, 0, // Skip to: 6516 |
| 824 | /* 1122 */ MCD::OPC_Decode, 130, 17, 47, // Opcode: MULQ_S_PH_MMR2 |
| 825 | /* 1126 */ MCD::OPC_FilterValue, 6, 9, 0, 0, // Skip to: 1140 |
| 826 | /* 1131 */ MCD::OPC_CheckPredicate, 9, 4, 21, 0, // Skip to: 6516 |
| 827 | /* 1136 */ MCD::OPC_Decode, 128, 17, 44, // Opcode: MULQ_RS_W_MMR2 |
| 828 | /* 1140 */ MCD::OPC_FilterValue, 7, 9, 0, 0, // Skip to: 1154 |
| 829 | /* 1145 */ MCD::OPC_CheckPredicate, 9, 246, 20, 0, // Skip to: 6516 |
| 830 | /* 1150 */ MCD::OPC_Decode, 132, 17, 44, // Opcode: MULQ_S_W_MMR2 |
| 831 | /* 1154 */ MCD::OPC_FilterValue, 8, 9, 0, 0, // Skip to: 1168 |
| 832 | /* 1159 */ MCD::OPC_CheckPredicate, 9, 232, 20, 0, // Skip to: 6516 |
| 833 | /* 1164 */ MCD::OPC_Decode, 145, 6, 51, // Opcode: APPEND_MMR2 |
| 834 | /* 1168 */ MCD::OPC_FilterValue, 9, 9, 0, 0, // Skip to: 1182 |
| 835 | /* 1173 */ MCD::OPC_CheckPredicate, 9, 218, 20, 0, // Skip to: 6516 |
| 836 | /* 1178 */ MCD::OPC_Decode, 146, 18, 51, // Opcode: PREPEND_MMR2 |
| 837 | /* 1182 */ MCD::OPC_FilterValue, 10, 9, 0, 0, // Skip to: 1196 |
| 838 | /* 1187 */ MCD::OPC_CheckPredicate, 8, 204, 20, 0, // Skip to: 6516 |
| 839 | /* 1192 */ MCD::OPC_Decode, 248, 15, 44, // Opcode: MODSUB_MM |
| 840 | /* 1196 */ MCD::OPC_FilterValue, 11, 9, 0, 0, // Skip to: 1210 |
| 841 | /* 1201 */ MCD::OPC_CheckPredicate, 8, 190, 20, 0, // Skip to: 6516 |
| 842 | /* 1206 */ MCD::OPC_Decode, 184, 19, 50, // Opcode: SHRAV_R_W_MM |
| 843 | /* 1210 */ MCD::OPC_FilterValue, 12, 9, 0, 0, // Skip to: 1224 |
| 844 | /* 1215 */ MCD::OPC_CheckPredicate, 9, 176, 20, 0, // Skip to: 6516 |
| 845 | /* 1220 */ MCD::OPC_Decode, 196, 19, 48, // Opcode: SHRLV_PH_MMR2 |
| 846 | /* 1224 */ MCD::OPC_FilterValue, 13, 9, 0, 0, // Skip to: 1238 |
| 847 | /* 1229 */ MCD::OPC_CheckPredicate, 8, 162, 20, 0, // Skip to: 6516 |
| 848 | /* 1234 */ MCD::OPC_Decode, 198, 19, 48, // Opcode: SHRLV_QB_MM |
| 849 | /* 1238 */ MCD::OPC_FilterValue, 14, 9, 0, 0, // Skip to: 1252 |
| 850 | /* 1243 */ MCD::OPC_CheckPredicate, 8, 148, 20, 0, // Skip to: 6516 |
| 851 | /* 1248 */ MCD::OPC_Decode, 162, 19, 48, // Opcode: SHLLV_QB_MM |
| 852 | /* 1252 */ MCD::OPC_FilterValue, 15, 139, 20, 0, // Skip to: 6516 |
| 853 | /* 1257 */ MCD::OPC_CheckPredicate, 8, 134, 20, 0, // Skip to: 6516 |
| 854 | /* 1262 */ MCD::OPC_Decode, 166, 19, 50, // Opcode: SHLLV_S_W_MM |
| 855 | /* 1266 */ MCD::OPC_FilterValue, 24, 45, 0, 0, // Skip to: 1316 |
| 856 | /* 1271 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 857 | /* 1274 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1288 |
| 858 | /* 1279 */ MCD::OPC_CheckPredicate, 6, 112, 20, 0, // Skip to: 6516 |
| 859 | /* 1284 */ MCD::OPC_Decode, 154, 16, 52, // Opcode: MOVN_I_MM |
| 860 | /* 1288 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 1302 |
| 861 | /* 1293 */ MCD::OPC_CheckPredicate, 6, 98, 20, 0, // Skip to: 6516 |
| 862 | /* 1298 */ MCD::OPC_Decode, 174, 16, 52, // Opcode: MOVZ_I_MM |
| 863 | /* 1302 */ MCD::OPC_FilterValue, 4, 89, 20, 0, // Skip to: 6516 |
| 864 | /* 1307 */ MCD::OPC_CheckPredicate, 7, 84, 20, 0, // Skip to: 6516 |
| 865 | /* 1312 */ MCD::OPC_Decode, 238, 14, 53, // Opcode: LWXS_MM |
| 866 | /* 1316 */ MCD::OPC_FilterValue, 29, 23, 0, 0, // Skip to: 1344 |
| 867 | /* 1321 */ MCD::OPC_CheckPredicate, 8, 70, 20, 0, // Skip to: 6516 |
| 868 | /* 1326 */ MCD::OPC_CheckField, 22, 4, 0, 63, 20, 0, // Skip to: 6516 |
| 869 | /* 1333 */ MCD::OPC_CheckField, 6, 8, 0, 56, 20, 0, // Skip to: 6516 |
| 870 | /* 1340 */ MCD::OPC_Decode, 158, 19, 54, // Opcode: SHILO_MM |
| 871 | /* 1344 */ MCD::OPC_FilterValue, 37, 73, 0, 0, // Skip to: 1422 |
| 872 | /* 1349 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 873 | /* 1352 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1366 |
| 874 | /* 1357 */ MCD::OPC_CheckPredicate, 8, 34, 20, 0, // Skip to: 6516 |
| 875 | /* 1362 */ MCD::OPC_Decode, 246, 16, 43, // Opcode: MULEQ_S_W_PHL_MM |
| 876 | /* 1366 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 1380 |
| 877 | /* 1371 */ MCD::OPC_CheckPredicate, 8, 20, 20, 0, // Skip to: 6516 |
| 878 | /* 1376 */ MCD::OPC_Decode, 248, 16, 43, // Opcode: MULEQ_S_W_PHR_MM |
| 879 | /* 1380 */ MCD::OPC_FilterValue, 5, 9, 0, 0, // Skip to: 1394 |
| 880 | /* 1385 */ MCD::OPC_CheckPredicate, 8, 6, 20, 0, // Skip to: 6516 |
| 881 | /* 1390 */ MCD::OPC_Decode, 173, 14, 53, // Opcode: LHX_MM |
| 882 | /* 1394 */ MCD::OPC_FilterValue, 6, 9, 0, 0, // Skip to: 1408 |
| 883 | /* 1399 */ MCD::OPC_CheckPredicate, 8, 248, 19, 0, // Skip to: 6516 |
| 884 | /* 1404 */ MCD::OPC_Decode, 239, 14, 53, // Opcode: LWX_MM |
| 885 | /* 1408 */ MCD::OPC_FilterValue, 8, 239, 19, 0, // Skip to: 6516 |
| 886 | /* 1413 */ MCD::OPC_CheckPredicate, 8, 234, 19, 0, // Skip to: 6516 |
| 887 | /* 1418 */ MCD::OPC_Decode, 133, 14, 53, // Opcode: LBUX_MM |
| 888 | /* 1422 */ MCD::OPC_FilterValue, 44, 9, 0, 0, // Skip to: 1436 |
| 889 | /* 1427 */ MCD::OPC_CheckPredicate, 6, 220, 19, 0, // Skip to: 6516 |
| 890 | /* 1432 */ MCD::OPC_Decode, 239, 11, 55, // Opcode: EXT_MM |
| 891 | /* 1436 */ MCD::OPC_FilterValue, 45, 143, 0, 0, // Skip to: 1584 |
| 892 | /* 1441 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 893 | /* 1444 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1458 |
| 894 | /* 1449 */ MCD::OPC_CheckPredicate, 9, 198, 19, 0, // Skip to: 6516 |
| 895 | /* 1454 */ MCD::OPC_Decode, 157, 17, 47, // Opcode: MUL_PH_MMR2 |
| 896 | /* 1458 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 1472 |
| 897 | /* 1463 */ MCD::OPC_CheckPredicate, 9, 184, 19, 0, // Skip to: 6516 |
| 898 | /* 1468 */ MCD::OPC_Decode, 133, 18, 47, // Opcode: PRECR_QB_PH_MMR2 |
| 899 | /* 1472 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 1486 |
| 900 | /* 1477 */ MCD::OPC_CheckPredicate, 8, 170, 19, 0, // Skip to: 6516 |
| 901 | /* 1482 */ MCD::OPC_Decode, 129, 18, 47, // Opcode: PRECRQ_QB_PH_MM |
| 902 | /* 1486 */ MCD::OPC_FilterValue, 3, 9, 0, 0, // Skip to: 1500 |
| 903 | /* 1491 */ MCD::OPC_CheckPredicate, 8, 156, 19, 0, // Skip to: 6516 |
| 904 | /* 1496 */ MCD::OPC_Decode, 255, 17, 56, // Opcode: PRECRQ_PH_W_MM |
| 905 | /* 1500 */ MCD::OPC_FilterValue, 4, 9, 0, 0, // Skip to: 1514 |
| 906 | /* 1505 */ MCD::OPC_CheckPredicate, 8, 142, 19, 0, // Skip to: 6516 |
| 907 | /* 1510 */ MCD::OPC_Decode, 131, 18, 56, // Opcode: PRECRQ_RS_PH_W_MM |
| 908 | /* 1514 */ MCD::OPC_FilterValue, 5, 9, 0, 0, // Skip to: 1528 |
| 909 | /* 1519 */ MCD::OPC_CheckPredicate, 8, 128, 19, 0, // Skip to: 6516 |
| 910 | /* 1524 */ MCD::OPC_Decode, 253, 17, 47, // Opcode: PRECRQU_S_QB_PH_MM |
| 911 | /* 1528 */ MCD::OPC_FilterValue, 6, 9, 0, 0, // Skip to: 1542 |
| 912 | /* 1533 */ MCD::OPC_CheckPredicate, 8, 114, 19, 0, // Skip to: 6516 |
| 913 | /* 1538 */ MCD::OPC_Decode, 209, 17, 47, // Opcode: PACKRL_PH_MM |
| 914 | /* 1542 */ MCD::OPC_FilterValue, 7, 9, 0, 0, // Skip to: 1556 |
| 915 | /* 1547 */ MCD::OPC_CheckPredicate, 8, 100, 19, 0, // Skip to: 6516 |
| 916 | /* 1552 */ MCD::OPC_Decode, 228, 17, 47, // Opcode: PICK_QB_MM |
| 917 | /* 1556 */ MCD::OPC_FilterValue, 8, 9, 0, 0, // Skip to: 1570 |
| 918 | /* 1561 */ MCD::OPC_CheckPredicate, 8, 86, 19, 0, // Skip to: 6516 |
| 919 | /* 1566 */ MCD::OPC_Decode, 226, 17, 47, // Opcode: PICK_PH_MM |
| 920 | /* 1570 */ MCD::OPC_FilterValue, 16, 77, 19, 0, // Skip to: 6516 |
| 921 | /* 1575 */ MCD::OPC_CheckPredicate, 9, 72, 19, 0, // Skip to: 6516 |
| 922 | /* 1580 */ MCD::OPC_Decode, 162, 17, 47, // Opcode: MUL_S_PH_MMR2 |
| 923 | /* 1584 */ MCD::OPC_FilterValue, 52, 45, 0, 0, // Skip to: 1634 |
| 924 | /* 1589 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 925 | /* 1592 */ MCD::OPC_FilterValue, 19, 16, 0, 0, // Skip to: 1613 |
| 926 | /* 1597 */ MCD::OPC_CheckPredicate, 10, 50, 19, 0, // Skip to: 6516 |
| 927 | /* 1602 */ MCD::OPC_CheckField, 14, 2, 0, 43, 19, 0, // Skip to: 6516 |
| 928 | /* 1609 */ MCD::OPC_Decode, 204, 15, 57, // Opcode: MFHGC0_MM |
| 929 | /* 1613 */ MCD::OPC_FilterValue, 27, 34, 19, 0, // Skip to: 6516 |
| 930 | /* 1618 */ MCD::OPC_CheckPredicate, 10, 29, 19, 0, // Skip to: 6516 |
| 931 | /* 1623 */ MCD::OPC_CheckField, 14, 2, 0, 22, 19, 0, // Skip to: 6516 |
| 932 | /* 1630 */ MCD::OPC_Decode, 220, 16, 58, // Opcode: MTHGC0_MM |
| 933 | /* 1634 */ MCD::OPC_FilterValue, 53, 109, 0, 0, // Skip to: 1748 |
| 934 | /* 1639 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 935 | /* 1642 */ MCD::OPC_FilterValue, 11, 9, 0, 0, // Skip to: 1656 |
| 936 | /* 1647 */ MCD::OPC_CheckPredicate, 8, 0, 19, 0, // Skip to: 6516 |
| 937 | /* 1652 */ MCD::OPC_Decode, 194, 19, 41, // Opcode: SHRA_R_W_MM |
| 938 | /* 1656 */ MCD::OPC_FilterValue, 12, 16, 0, 0, // Skip to: 1677 |
| 939 | /* 1661 */ MCD::OPC_CheckPredicate, 8, 242, 18, 0, // Skip to: 6516 |
| 940 | /* 1666 */ MCD::OPC_CheckField, 11, 1, 0, 235, 18, 0, // Skip to: 6516 |
| 941 | /* 1673 */ MCD::OPC_Decode, 186, 19, 59, // Opcode: SHRA_PH_MM |
| 942 | /* 1677 */ MCD::OPC_FilterValue, 14, 31, 0, 0, // Skip to: 1713 |
| 943 | /* 1682 */ MCD::OPC_ExtractField, 11, 1, // Inst{11} ... |
| 944 | /* 1685 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1699 |
| 945 | /* 1690 */ MCD::OPC_CheckPredicate, 8, 213, 18, 0, // Skip to: 6516 |
| 946 | /* 1695 */ MCD::OPC_Decode, 168, 19, 59, // Opcode: SHLL_PH_MM |
| 947 | /* 1699 */ MCD::OPC_FilterValue, 1, 204, 18, 0, // Skip to: 6516 |
| 948 | /* 1704 */ MCD::OPC_CheckPredicate, 8, 199, 18, 0, // Skip to: 6516 |
| 949 | /* 1709 */ MCD::OPC_Decode, 172, 19, 59, // Opcode: SHLL_S_PH_MM |
| 950 | /* 1713 */ MCD::OPC_FilterValue, 15, 9, 0, 0, // Skip to: 1727 |
| 951 | /* 1718 */ MCD::OPC_CheckPredicate, 8, 185, 18, 0, // Skip to: 6516 |
| 952 | /* 1723 */ MCD::OPC_Decode, 174, 19, 41, // Opcode: SHLL_S_W_MM |
| 953 | /* 1727 */ MCD::OPC_FilterValue, 28, 176, 18, 0, // Skip to: 6516 |
| 954 | /* 1732 */ MCD::OPC_CheckPredicate, 8, 171, 18, 0, // Skip to: 6516 |
| 955 | /* 1737 */ MCD::OPC_CheckField, 11, 1, 0, 164, 18, 0, // Skip to: 6516 |
| 956 | /* 1744 */ MCD::OPC_Decode, 190, 19, 59, // Opcode: SHRA_R_PH_MM |
| 957 | /* 1748 */ MCD::OPC_FilterValue, 60, 8, 8, 0, // Skip to: 3809 |
| 958 | /* 1753 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 959 | /* 1756 */ MCD::OPC_FilterValue, 0, 31, 0, 0, // Skip to: 1792 |
| 960 | /* 1761 */ MCD::OPC_ExtractField, 11, 1, // Inst{11} ... |
| 961 | /* 1764 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1778 |
| 962 | /* 1769 */ MCD::OPC_CheckPredicate, 7, 134, 18, 0, // Skip to: 6516 |
| 963 | /* 1774 */ MCD::OPC_Decode, 174, 21, 60, // Opcode: TEQ_MM |
| 964 | /* 1778 */ MCD::OPC_FilterValue, 1, 125, 18, 0, // Skip to: 6516 |
| 965 | /* 1783 */ MCD::OPC_CheckPredicate, 7, 120, 18, 0, // Skip to: 6516 |
| 966 | /* 1788 */ MCD::OPC_Decode, 213, 21, 60, // Opcode: TLT_MM |
| 967 | /* 1792 */ MCD::OPC_FilterValue, 1, 131, 0, 0, // Skip to: 1928 |
| 968 | /* 1797 */ MCD::OPC_ExtractField, 11, 2, // Inst{12-11} ... |
| 969 | /* 1800 */ MCD::OPC_FilterValue, 0, 45, 0, 0, // Skip to: 1850 |
| 970 | /* 1805 */ MCD::OPC_ExtractField, 13, 1, // Inst{13} ... |
| 971 | /* 1808 */ MCD::OPC_FilterValue, 0, 16, 0, 0, // Skip to: 1829 |
| 972 | /* 1813 */ MCD::OPC_CheckPredicate, 8, 90, 18, 0, // Skip to: 6516 |
| 973 | /* 1818 */ MCD::OPC_CheckField, 21, 5, 0, 83, 18, 0, // Skip to: 6516 |
| 974 | /* 1825 */ MCD::OPC_Decode, 209, 15, 61, // Opcode: MFHI_DSP_MM |
| 975 | /* 1829 */ MCD::OPC_FilterValue, 1, 74, 18, 0, // Skip to: 6516 |
| 976 | /* 1834 */ MCD::OPC_CheckPredicate, 8, 69, 18, 0, // Skip to: 6516 |
| 977 | /* 1839 */ MCD::OPC_CheckField, 21, 5, 0, 62, 18, 0, // Skip to: 6516 |
| 978 | /* 1846 */ MCD::OPC_Decode, 224, 16, 62, // Opcode: MTHI_DSP_MM |
| 979 | /* 1850 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 1864 |
| 980 | /* 1855 */ MCD::OPC_CheckPredicate, 8, 48, 18, 0, // Skip to: 6516 |
| 981 | /* 1860 */ MCD::OPC_Decode, 170, 19, 63, // Opcode: SHLL_QB_MM |
| 982 | /* 1864 */ MCD::OPC_FilterValue, 2, 45, 0, 0, // Skip to: 1914 |
| 983 | /* 1869 */ MCD::OPC_ExtractField, 13, 1, // Inst{13} ... |
| 984 | /* 1872 */ MCD::OPC_FilterValue, 0, 16, 0, 0, // Skip to: 1893 |
| 985 | /* 1877 */ MCD::OPC_CheckPredicate, 8, 26, 18, 0, // Skip to: 6516 |
| 986 | /* 1882 */ MCD::OPC_CheckField, 21, 5, 0, 19, 18, 0, // Skip to: 6516 |
| 987 | /* 1889 */ MCD::OPC_Decode, 215, 15, 61, // Opcode: MFLO_DSP_MM |
| 988 | /* 1893 */ MCD::OPC_FilterValue, 1, 10, 18, 0, // Skip to: 6516 |
| 989 | /* 1898 */ MCD::OPC_CheckPredicate, 8, 5, 18, 0, // Skip to: 6516 |
| 990 | /* 1903 */ MCD::OPC_CheckField, 21, 5, 0, 254, 17, 0, // Skip to: 6516 |
| 991 | /* 1910 */ MCD::OPC_Decode, 231, 16, 64, // Opcode: MTLO_DSP_MM |
| 992 | /* 1914 */ MCD::OPC_FilterValue, 3, 245, 17, 0, // Skip to: 6516 |
| 993 | /* 1919 */ MCD::OPC_CheckPredicate, 8, 240, 17, 0, // Skip to: 6516 |
| 994 | /* 1924 */ MCD::OPC_Decode, 202, 19, 63, // Opcode: SHRL_QB_MM |
| 995 | /* 1928 */ MCD::OPC_FilterValue, 2, 101, 0, 0, // Skip to: 2034 |
| 996 | /* 1933 */ MCD::OPC_ExtractField, 11, 3, // Inst{13-11} ... |
| 997 | /* 1936 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1950 |
| 998 | /* 1941 */ MCD::OPC_CheckPredicate, 9, 218, 17, 0, // Skip to: 6516 |
| 999 | /* 1946 */ MCD::OPC_Decode, 149, 11, 65, // Opcode: DPA_W_PH_MMR2 |
| 1000 | /* 1950 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 1964 |
| 1001 | /* 1955 */ MCD::OPC_CheckPredicate, 9, 204, 17, 0, // Skip to: 6516 |
| 1002 | /* 1960 */ MCD::OPC_Decode, 189, 6, 66, // Opcode: BALIGN_MMR2 |
| 1003 | /* 1964 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 1978 |
| 1004 | /* 1969 */ MCD::OPC_CheckPredicate, 9, 190, 17, 0, // Skip to: 6516 |
| 1005 | /* 1974 */ MCD::OPC_Decode, 147, 11, 65, // Opcode: DPAX_W_PH_MMR2 |
| 1006 | /* 1978 */ MCD::OPC_FilterValue, 4, 9, 0, 0, // Skip to: 1992 |
| 1007 | /* 1983 */ MCD::OPC_CheckPredicate, 8, 176, 17, 0, // Skip to: 6516 |
| 1008 | /* 1988 */ MCD::OPC_Decode, 143, 11, 65, // Opcode: DPAU_H_QBL_MM |
| 1009 | /* 1992 */ MCD::OPC_FilterValue, 5, 9, 0, 0, // Skip to: 2006 |
| 1010 | /* 1997 */ MCD::OPC_CheckPredicate, 8, 162, 17, 0, // Skip to: 6516 |
| 1011 | /* 2002 */ MCD::OPC_Decode, 219, 11, 67, // Opcode: EXTPV_MM |
| 1012 | /* 2006 */ MCD::OPC_FilterValue, 6, 9, 0, 0, // Skip to: 2020 |
| 1013 | /* 2011 */ MCD::OPC_CheckPredicate, 8, 148, 17, 0, // Skip to: 6516 |
| 1014 | /* 2016 */ MCD::OPC_Decode, 145, 11, 65, // Opcode: DPAU_H_QBR_MM |
| 1015 | /* 2020 */ MCD::OPC_FilterValue, 7, 139, 17, 0, // Skip to: 6516 |
| 1016 | /* 2025 */ MCD::OPC_CheckPredicate, 8, 134, 17, 0, // Skip to: 6516 |
| 1017 | /* 2030 */ MCD::OPC_Decode, 216, 11, 67, // Opcode: EXTPDPV_MM |
| 1018 | /* 2034 */ MCD::OPC_FilterValue, 4, 171, 0, 0, // Skip to: 2210 |
| 1019 | /* 2039 */ MCD::OPC_ExtractField, 11, 5, // Inst{15-11} ... |
| 1020 | /* 2042 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2056 |
| 1021 | /* 2047 */ MCD::OPC_CheckPredicate, 9, 112, 17, 0, // Skip to: 6516 |
| 1022 | /* 2052 */ MCD::OPC_Decode, 176, 5, 68, // Opcode: ABSQ_S_QB_MMR2 |
| 1023 | /* 2056 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 2070 |
| 1024 | /* 2061 */ MCD::OPC_CheckPredicate, 8, 98, 17, 0, // Skip to: 6516 |
| 1025 | /* 2066 */ MCD::OPC_Decode, 174, 5, 68, // Opcode: ABSQ_S_PH_MM |
| 1026 | /* 2070 */ MCD::OPC_FilterValue, 4, 9, 0, 0, // Skip to: 2084 |
| 1027 | /* 2075 */ MCD::OPC_CheckPredicate, 8, 84, 17, 0, // Skip to: 6516 |
| 1028 | /* 2080 */ MCD::OPC_Decode, 178, 5, 69, // Opcode: ABSQ_S_W_MM |
| 1029 | /* 2084 */ MCD::OPC_FilterValue, 6, 9, 0, 0, // Skip to: 2098 |
| 1030 | /* 2089 */ MCD::OPC_CheckPredicate, 8, 70, 17, 0, // Skip to: 6516 |
| 1031 | /* 2094 */ MCD::OPC_Decode, 151, 7, 69, // Opcode: BITREV_MM |
| 1032 | /* 2098 */ MCD::OPC_FilterValue, 8, 9, 0, 0, // Skip to: 2112 |
| 1033 | /* 2103 */ MCD::OPC_CheckPredicate, 8, 56, 17, 0, // Skip to: 6516 |
| 1034 | /* 2108 */ MCD::OPC_Decode, 210, 13, 70, // Opcode: INSV_MM |
| 1035 | /* 2112 */ MCD::OPC_FilterValue, 10, 9, 0, 0, // Skip to: 2126 |
| 1036 | /* 2117 */ MCD::OPC_CheckPredicate, 8, 42, 17, 0, // Skip to: 6516 |
| 1037 | /* 2122 */ MCD::OPC_Decode, 241, 17, 71, // Opcode: PRECEQ_W_PHL_MM |
| 1038 | /* 2126 */ MCD::OPC_FilterValue, 12, 9, 0, 0, // Skip to: 2140 |
| 1039 | /* 2131 */ MCD::OPC_CheckPredicate, 8, 28, 17, 0, // Skip to: 6516 |
| 1040 | /* 2136 */ MCD::OPC_Decode, 243, 17, 71, // Opcode: PRECEQ_W_PHR_MM |
| 1041 | /* 2140 */ MCD::OPC_FilterValue, 14, 9, 0, 0, // Skip to: 2154 |
| 1042 | /* 2145 */ MCD::OPC_CheckPredicate, 8, 14, 17, 0, // Skip to: 6516 |
| 1043 | /* 2150 */ MCD::OPC_Decode, 235, 17, 68, // Opcode: PRECEQU_PH_QBL_MM |
| 1044 | /* 2154 */ MCD::OPC_FilterValue, 18, 9, 0, 0, // Skip to: 2168 |
| 1045 | /* 2159 */ MCD::OPC_CheckPredicate, 8, 0, 17, 0, // Skip to: 6516 |
| 1046 | /* 2164 */ MCD::OPC_Decode, 239, 17, 68, // Opcode: PRECEQU_PH_QBR_MM |
| 1047 | /* 2168 */ MCD::OPC_FilterValue, 22, 9, 0, 0, // Skip to: 2182 |
| 1048 | /* 2173 */ MCD::OPC_CheckPredicate, 8, 242, 16, 0, // Skip to: 6516 |
| 1049 | /* 2178 */ MCD::OPC_Decode, 247, 17, 68, // Opcode: PRECEU_PH_QBL_MM |
| 1050 | /* 2182 */ MCD::OPC_FilterValue, 26, 9, 0, 0, // Skip to: 2196 |
| 1051 | /* 2187 */ MCD::OPC_CheckPredicate, 8, 228, 16, 0, // Skip to: 6516 |
| 1052 | /* 2192 */ MCD::OPC_Decode, 251, 17, 68, // Opcode: PRECEU_PH_QBR_MM |
| 1053 | /* 2196 */ MCD::OPC_FilterValue, 30, 219, 16, 0, // Skip to: 6516 |
| 1054 | /* 2201 */ MCD::OPC_CheckPredicate, 8, 214, 16, 0, // Skip to: 6516 |
| 1055 | /* 2206 */ MCD::OPC_Decode, 150, 18, 71, // Opcode: RADDU_W_QB_MM |
| 1056 | /* 2210 */ MCD::OPC_FilterValue, 5, 87, 0, 0, // Skip to: 2302 |
| 1057 | /* 2215 */ MCD::OPC_ExtractField, 11, 15, // Inst{25-11} ... |
| 1058 | /* 2218 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2232 |
| 1059 | /* 2223 */ MCD::OPC_CheckPredicate, 10, 192, 16, 0, // Skip to: 6516 |
| 1060 | /* 2228 */ MCD::OPC_Decode, 188, 21, 0, // Opcode: TLBGP_MM |
| 1061 | /* 2232 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 2246 |
| 1062 | /* 2237 */ MCD::OPC_CheckPredicate, 10, 178, 16, 0, // Skip to: 6516 |
| 1063 | /* 2242 */ MCD::OPC_Decode, 190, 21, 0, // Opcode: TLBGR_MM |
| 1064 | /* 2246 */ MCD::OPC_FilterValue, 4, 9, 0, 0, // Skip to: 2260 |
| 1065 | /* 2251 */ MCD::OPC_CheckPredicate, 10, 164, 16, 0, // Skip to: 6516 |
| 1066 | /* 2256 */ MCD::OPC_Decode, 192, 21, 0, // Opcode: TLBGWI_MM |
| 1067 | /* 2260 */ MCD::OPC_FilterValue, 6, 9, 0, 0, // Skip to: 2274 |
| 1068 | /* 2265 */ MCD::OPC_CheckPredicate, 10, 150, 16, 0, // Skip to: 6516 |
| 1069 | /* 2270 */ MCD::OPC_Decode, 194, 21, 0, // Opcode: TLBGWR_MM |
| 1070 | /* 2274 */ MCD::OPC_FilterValue, 8, 9, 0, 0, // Skip to: 2288 |
| 1071 | /* 2279 */ MCD::OPC_CheckPredicate, 10, 136, 16, 0, // Skip to: 6516 |
| 1072 | /* 2284 */ MCD::OPC_Decode, 186, 21, 0, // Opcode: TLBGINV_MM |
| 1073 | /* 2288 */ MCD::OPC_FilterValue, 10, 127, 16, 0, // Skip to: 6516 |
| 1074 | /* 2293 */ MCD::OPC_CheckPredicate, 10, 122, 16, 0, // Skip to: 6516 |
| 1075 | /* 2298 */ MCD::OPC_Decode, 185, 21, 0, // Opcode: TLBGINVF_MM |
| 1076 | /* 2302 */ MCD::OPC_FilterValue, 7, 31, 0, 0, // Skip to: 2338 |
| 1077 | /* 2307 */ MCD::OPC_ExtractField, 11, 2, // Inst{12-11} ... |
| 1078 | /* 2310 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2324 |
| 1079 | /* 2315 */ MCD::OPC_CheckPredicate, 9, 100, 16, 0, // Skip to: 6516 |
| 1080 | /* 2320 */ MCD::OPC_Decode, 188, 19, 63, // Opcode: SHRA_QB_MMR2 |
| 1081 | /* 2324 */ MCD::OPC_FilterValue, 2, 91, 16, 0, // Skip to: 6516 |
| 1082 | /* 2329 */ MCD::OPC_CheckPredicate, 9, 86, 16, 0, // Skip to: 6516 |
| 1083 | /* 2334 */ MCD::OPC_Decode, 192, 19, 63, // Opcode: SHRA_R_QB_MMR2 |
| 1084 | /* 2338 */ MCD::OPC_FilterValue, 8, 31, 0, 0, // Skip to: 2374 |
| 1085 | /* 2343 */ MCD::OPC_ExtractField, 11, 1, // Inst{11} ... |
| 1086 | /* 2346 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2360 |
| 1087 | /* 2351 */ MCD::OPC_CheckPredicate, 7, 64, 16, 0, // Skip to: 6516 |
| 1088 | /* 2356 */ MCD::OPC_Decode, 182, 21, 60, // Opcode: TGE_MM |
| 1089 | /* 2360 */ MCD::OPC_FilterValue, 1, 55, 16, 0, // Skip to: 6516 |
| 1090 | /* 2365 */ MCD::OPC_CheckPredicate, 7, 50, 16, 0, // Skip to: 6516 |
| 1091 | /* 2370 */ MCD::OPC_Decode, 212, 21, 60, // Opcode: TLTU_MM |
| 1092 | /* 2374 */ MCD::OPC_FilterValue, 9, 101, 0, 0, // Skip to: 2480 |
| 1093 | /* 2379 */ MCD::OPC_ExtractField, 11, 3, // Inst{13-11} ... |
| 1094 | /* 2382 */ MCD::OPC_FilterValue, 0, 16, 0, 0, // Skip to: 2403 |
| 1095 | /* 2387 */ MCD::OPC_CheckPredicate, 8, 28, 16, 0, // Skip to: 6516 |
| 1096 | /* 2392 */ MCD::OPC_CheckField, 21, 5, 0, 21, 16, 0, // Skip to: 6516 |
| 1097 | /* 2399 */ MCD::OPC_Decode, 227, 16, 72, // Opcode: MTHLIP_MM |
| 1098 | /* 2403 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 2417 |
| 1099 | /* 2408 */ MCD::OPC_CheckPredicate, 8, 7, 16, 0, // Skip to: 6516 |
| 1100 | /* 2413 */ MCD::OPC_Decode, 158, 15, 65, // Opcode: MAQ_S_W_PHR_MM |
| 1101 | /* 2417 */ MCD::OPC_FilterValue, 2, 16, 0, 0, // Skip to: 2438 |
| 1102 | /* 2422 */ MCD::OPC_CheckPredicate, 8, 249, 15, 0, // Skip to: 6516 |
| 1103 | /* 2427 */ MCD::OPC_CheckField, 21, 5, 0, 242, 15, 0, // Skip to: 6516 |
| 1104 | /* 2434 */ MCD::OPC_Decode, 157, 19, 72, // Opcode: SHILOV_MM |
| 1105 | /* 2438 */ MCD::OPC_FilterValue, 3, 9, 0, 0, // Skip to: 2452 |
| 1106 | /* 2443 */ MCD::OPC_CheckPredicate, 8, 228, 15, 0, // Skip to: 6516 |
| 1107 | /* 2448 */ MCD::OPC_Decode, 156, 15, 65, // Opcode: MAQ_S_W_PHL_MM |
| 1108 | /* 2452 */ MCD::OPC_FilterValue, 5, 9, 0, 0, // Skip to: 2466 |
| 1109 | /* 2457 */ MCD::OPC_CheckPredicate, 8, 214, 15, 0, // Skip to: 6516 |
| 1110 | /* 2462 */ MCD::OPC_Decode, 154, 15, 65, // Opcode: MAQ_SA_W_PHR_MM |
| 1111 | /* 2466 */ MCD::OPC_FilterValue, 7, 205, 15, 0, // Skip to: 6516 |
| 1112 | /* 2471 */ MCD::OPC_CheckPredicate, 8, 200, 15, 0, // Skip to: 6516 |
| 1113 | /* 2476 */ MCD::OPC_Decode, 152, 15, 65, // Opcode: MAQ_SA_W_PHL_MM |
| 1114 | /* 2480 */ MCD::OPC_FilterValue, 10, 115, 0, 0, // Skip to: 2600 |
| 1115 | /* 2485 */ MCD::OPC_ExtractField, 11, 3, // Inst{13-11} ... |
| 1116 | /* 2488 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2502 |
| 1117 | /* 2493 */ MCD::OPC_CheckPredicate, 8, 178, 15, 0, // Skip to: 6516 |
| 1118 | /* 2498 */ MCD::OPC_Decode, 141, 11, 65, // Opcode: DPAQ_S_W_PH_MM |
| 1119 | /* 2502 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 2516 |
| 1120 | /* 2507 */ MCD::OPC_CheckPredicate, 8, 164, 15, 0, // Skip to: 6516 |
| 1121 | /* 2512 */ MCD::OPC_Decode, 145, 15, 65, // Opcode: MADD_DSP_MM |
| 1122 | /* 2516 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 2530 |
| 1123 | /* 2521 */ MCD::OPC_CheckPredicate, 8, 150, 15, 0, // Skip to: 6516 |
| 1124 | /* 2526 */ MCD::OPC_Decode, 139, 11, 65, // Opcode: DPAQ_SA_L_W_MM |
| 1125 | /* 2530 */ MCD::OPC_FilterValue, 3, 9, 0, 0, // Skip to: 2544 |
| 1126 | /* 2535 */ MCD::OPC_CheckPredicate, 8, 136, 15, 0, // Skip to: 6516 |
| 1127 | /* 2540 */ MCD::OPC_Decode, 135, 15, 65, // Opcode: MADDU_DSP_MM |
| 1128 | /* 2544 */ MCD::OPC_FilterValue, 4, 9, 0, 0, // Skip to: 2558 |
| 1129 | /* 2549 */ MCD::OPC_CheckPredicate, 9, 122, 15, 0, // Skip to: 6516 |
| 1130 | /* 2554 */ MCD::OPC_Decode, 137, 11, 65, // Opcode: DPAQX_S_W_PH_MMR2 |
| 1131 | /* 2558 */ MCD::OPC_FilterValue, 5, 9, 0, 0, // Skip to: 2572 |
| 1132 | /* 2563 */ MCD::OPC_CheckPredicate, 8, 108, 15, 0, // Skip to: 6516 |
| 1133 | /* 2568 */ MCD::OPC_Decode, 196, 16, 65, // Opcode: MSUB_DSP_MM |
| 1134 | /* 2572 */ MCD::OPC_FilterValue, 6, 9, 0, 0, // Skip to: 2586 |
| 1135 | /* 2577 */ MCD::OPC_CheckPredicate, 9, 94, 15, 0, // Skip to: 6516 |
| 1136 | /* 2582 */ MCD::OPC_Decode, 135, 11, 65, // Opcode: DPAQX_SA_W_PH_MMR2 |
| 1137 | /* 2586 */ MCD::OPC_FilterValue, 7, 85, 15, 0, // Skip to: 6516 |
| 1138 | /* 2591 */ MCD::OPC_CheckPredicate, 8, 80, 15, 0, // Skip to: 6516 |
| 1139 | /* 2596 */ MCD::OPC_Decode, 186, 16, 65, // Opcode: MSUBU_DSP_MM |
| 1140 | /* 2600 */ MCD::OPC_FilterValue, 12, 27, 1, 0, // Skip to: 2888 |
| 1141 | /* 2605 */ MCD::OPC_ExtractField, 11, 5, // Inst{15-11} ... |
| 1142 | /* 2608 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2622 |
| 1143 | /* 2613 */ MCD::OPC_CheckPredicate, 8, 58, 15, 0, // Skip to: 6516 |
| 1144 | /* 2618 */ MCD::OPC_Decode, 165, 18, 73, // Opcode: REPLV_PH_MM |
| 1145 | /* 2622 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 2636 |
| 1146 | /* 2627 */ MCD::OPC_CheckPredicate, 8, 44, 15, 0, // Skip to: 6516 |
| 1147 | /* 2632 */ MCD::OPC_Decode, 167, 18, 73, // Opcode: REPLV_QB_MM |
| 1148 | /* 2636 */ MCD::OPC_FilterValue, 5, 9, 0, 0, // Skip to: 2650 |
| 1149 | /* 2641 */ MCD::OPC_CheckPredicate, 7, 30, 15, 0, // Skip to: 6516 |
| 1150 | /* 2646 */ MCD::OPC_Decode, 250, 18, 69, // Opcode: SEB_MM |
| 1151 | /* 2650 */ MCD::OPC_FilterValue, 7, 9, 0, 0, // Skip to: 2664 |
| 1152 | /* 2655 */ MCD::OPC_CheckPredicate, 7, 16, 15, 0, // Skip to: 6516 |
| 1153 | /* 2660 */ MCD::OPC_Decode, 253, 18, 69, // Opcode: SEH_MM |
| 1154 | /* 2664 */ MCD::OPC_FilterValue, 9, 9, 0, 0, // Skip to: 2678 |
| 1155 | /* 2669 */ MCD::OPC_CheckPredicate, 7, 2, 15, 0, // Skip to: 6516 |
| 1156 | /* 2674 */ MCD::OPC_Decode, 178, 8, 69, // Opcode: CLO_MM |
| 1157 | /* 2678 */ MCD::OPC_FilterValue, 11, 9, 0, 0, // Skip to: 2692 |
| 1158 | /* 2683 */ MCD::OPC_CheckPredicate, 7, 244, 14, 0, // Skip to: 6516 |
| 1159 | /* 2688 */ MCD::OPC_Decode, 198, 8, 69, // Opcode: CLZ_MM |
| 1160 | /* 2692 */ MCD::OPC_FilterValue, 13, 9, 0, 0, // Skip to: 2706 |
| 1161 | /* 2697 */ MCD::OPC_CheckPredicate, 6, 230, 14, 0, // Skip to: 6516 |
| 1162 | /* 2702 */ MCD::OPC_Decode, 155, 18, 74, // Opcode: RDHWR_MM |
| 1163 | /* 2706 */ MCD::OPC_FilterValue, 14, 9, 0, 0, // Skip to: 2720 |
| 1164 | /* 2711 */ MCD::OPC_CheckPredicate, 8, 216, 14, 0, // Skip to: 6516 |
| 1165 | /* 2716 */ MCD::OPC_Decode, 234, 17, 68, // Opcode: PRECEQU_PH_QBLA_MM |
| 1166 | /* 2720 */ MCD::OPC_FilterValue, 15, 9, 0, 0, // Skip to: 2734 |
| 1167 | /* 2725 */ MCD::OPC_CheckPredicate, 7, 202, 14, 0, // Skip to: 6516 |
| 1168 | /* 2730 */ MCD::OPC_Decode, 246, 21, 69, // Opcode: WSBH_MM |
| 1169 | /* 2734 */ MCD::OPC_FilterValue, 17, 9, 0, 0, // Skip to: 2748 |
| 1170 | /* 2739 */ MCD::OPC_CheckPredicate, 6, 188, 14, 0, // Skip to: 6516 |
| 1171 | /* 2744 */ MCD::OPC_Decode, 145, 17, 75, // Opcode: MULT_MM |
| 1172 | /* 2748 */ MCD::OPC_FilterValue, 18, 9, 0, 0, // Skip to: 2762 |
| 1173 | /* 2753 */ MCD::OPC_CheckPredicate, 8, 174, 14, 0, // Skip to: 6516 |
| 1174 | /* 2758 */ MCD::OPC_Decode, 238, 17, 68, // Opcode: PRECEQU_PH_QBRA_MM |
| 1175 | /* 2762 */ MCD::OPC_FilterValue, 19, 9, 0, 0, // Skip to: 2776 |
| 1176 | /* 2767 */ MCD::OPC_CheckPredicate, 6, 160, 14, 0, // Skip to: 6516 |
| 1177 | /* 2772 */ MCD::OPC_Decode, 147, 17, 75, // Opcode: MULTu_MM |
| 1178 | /* 2776 */ MCD::OPC_FilterValue, 21, 9, 0, 0, // Skip to: 2790 |
| 1179 | /* 2781 */ MCD::OPC_CheckPredicate, 6, 146, 14, 0, // Skip to: 6516 |
| 1180 | /* 2786 */ MCD::OPC_Decode, 243, 18, 75, // Opcode: SDIV_MM |
| 1181 | /* 2790 */ MCD::OPC_FilterValue, 22, 9, 0, 0, // Skip to: 2804 |
| 1182 | /* 2795 */ MCD::OPC_CheckPredicate, 8, 132, 14, 0, // Skip to: 6516 |
| 1183 | /* 2800 */ MCD::OPC_Decode, 246, 17, 68, // Opcode: PRECEU_PH_QBLA_MM |
| 1184 | /* 2804 */ MCD::OPC_FilterValue, 23, 9, 0, 0, // Skip to: 2818 |
| 1185 | /* 2809 */ MCD::OPC_CheckPredicate, 6, 118, 14, 0, // Skip to: 6516 |
| 1186 | /* 2814 */ MCD::OPC_Decode, 231, 21, 75, // Opcode: UDIV_MM |
| 1187 | /* 2818 */ MCD::OPC_FilterValue, 25, 9, 0, 0, // Skip to: 2832 |
| 1188 | /* 2823 */ MCD::OPC_CheckPredicate, 6, 104, 14, 0, // Skip to: 6516 |
| 1189 | /* 2828 */ MCD::OPC_Decode, 146, 15, 75, // Opcode: MADD_MM |
| 1190 | /* 2832 */ MCD::OPC_FilterValue, 26, 9, 0, 0, // Skip to: 2846 |
| 1191 | /* 2837 */ MCD::OPC_CheckPredicate, 8, 90, 14, 0, // Skip to: 6516 |
| 1192 | /* 2842 */ MCD::OPC_Decode, 250, 17, 68, // Opcode: PRECEU_PH_QBRA_MM |
| 1193 | /* 2846 */ MCD::OPC_FilterValue, 27, 9, 0, 0, // Skip to: 2860 |
| 1194 | /* 2851 */ MCD::OPC_CheckPredicate, 6, 76, 14, 0, // Skip to: 6516 |
| 1195 | /* 2856 */ MCD::OPC_Decode, 136, 15, 75, // Opcode: MADDU_MM |
| 1196 | /* 2860 */ MCD::OPC_FilterValue, 29, 9, 0, 0, // Skip to: 2874 |
| 1197 | /* 2865 */ MCD::OPC_CheckPredicate, 6, 62, 14, 0, // Skip to: 6516 |
| 1198 | /* 2870 */ MCD::OPC_Decode, 197, 16, 75, // Opcode: MSUB_MM |
| 1199 | /* 2874 */ MCD::OPC_FilterValue, 31, 53, 14, 0, // Skip to: 6516 |
| 1200 | /* 2879 */ MCD::OPC_CheckPredicate, 6, 48, 14, 0, // Skip to: 6516 |
| 1201 | /* 2884 */ MCD::OPC_Decode, 187, 16, 75, // Opcode: MSUBU_MM |
| 1202 | /* 2888 */ MCD::OPC_FilterValue, 13, 206, 0, 0, // Skip to: 3099 |
| 1203 | /* 2893 */ MCD::OPC_ExtractField, 11, 5, // Inst{15-11} ... |
| 1204 | /* 2896 */ MCD::OPC_FilterValue, 0, 16, 0, 0, // Skip to: 2917 |
| 1205 | /* 2901 */ MCD::OPC_CheckPredicate, 7, 26, 14, 0, // Skip to: 6516 |
| 1206 | /* 2906 */ MCD::OPC_CheckField, 16, 10, 0, 19, 14, 0, // Skip to: 6516 |
| 1207 | /* 2913 */ MCD::OPC_Decode, 200, 21, 0, // Opcode: TLBP_MM |
| 1208 | /* 2917 */ MCD::OPC_FilterValue, 2, 16, 0, 0, // Skip to: 2938 |
| 1209 | /* 2922 */ MCD::OPC_CheckPredicate, 7, 5, 14, 0, // Skip to: 6516 |
| 1210 | /* 2927 */ MCD::OPC_CheckField, 16, 10, 0, 254, 13, 0, // Skip to: 6516 |
| 1211 | /* 2934 */ MCD::OPC_Decode, 202, 21, 0, // Opcode: TLBR_MM |
| 1212 | /* 2938 */ MCD::OPC_FilterValue, 4, 16, 0, 0, // Skip to: 2959 |
| 1213 | /* 2943 */ MCD::OPC_CheckPredicate, 7, 240, 13, 0, // Skip to: 6516 |
| 1214 | /* 2948 */ MCD::OPC_CheckField, 16, 10, 0, 233, 13, 0, // Skip to: 6516 |
| 1215 | /* 2955 */ MCD::OPC_Decode, 204, 21, 0, // Opcode: TLBWI_MM |
| 1216 | /* 2959 */ MCD::OPC_FilterValue, 6, 16, 0, 0, // Skip to: 2980 |
| 1217 | /* 2964 */ MCD::OPC_CheckPredicate, 7, 219, 13, 0, // Skip to: 6516 |
| 1218 | /* 2969 */ MCD::OPC_CheckField, 16, 10, 0, 212, 13, 0, // Skip to: 6516 |
| 1219 | /* 2976 */ MCD::OPC_Decode, 206, 21, 0, // Opcode: TLBWR_MM |
| 1220 | /* 2980 */ MCD::OPC_FilterValue, 13, 16, 0, 0, // Skip to: 3001 |
| 1221 | /* 2985 */ MCD::OPC_CheckPredicate, 7, 198, 13, 0, // Skip to: 6516 |
| 1222 | /* 2990 */ MCD::OPC_CheckField, 21, 5, 0, 191, 13, 0, // Skip to: 6516 |
| 1223 | /* 2997 */ MCD::OPC_Decode, 146, 21, 76, // Opcode: SYNC_MM |
| 1224 | /* 3001 */ MCD::OPC_FilterValue, 17, 9, 0, 0, // Skip to: 3015 |
| 1225 | /* 3006 */ MCD::OPC_CheckPredicate, 7, 177, 13, 0, // Skip to: 6516 |
| 1226 | /* 3011 */ MCD::OPC_Decode, 149, 21, 77, // Opcode: SYSCALL_MM |
| 1227 | /* 3015 */ MCD::OPC_FilterValue, 18, 9, 0, 0, // Skip to: 3029 |
| 1228 | /* 3020 */ MCD::OPC_CheckPredicate, 7, 163, 13, 0, // Skip to: 6516 |
| 1229 | /* 3025 */ MCD::OPC_Decode, 240, 21, 77, // Opcode: WAIT_MM |
| 1230 | /* 3029 */ MCD::OPC_FilterValue, 24, 9, 0, 0, // Skip to: 3043 |
| 1231 | /* 3034 */ MCD::OPC_CheckPredicate, 10, 149, 13, 0, // Skip to: 6516 |
| 1232 | /* 3039 */ MCD::OPC_Decode, 183, 13, 77, // Opcode: HYPCALL_MM |
| 1233 | /* 3043 */ MCD::OPC_FilterValue, 27, 9, 0, 0, // Skip to: 3057 |
| 1234 | /* 3048 */ MCD::OPC_CheckPredicate, 7, 135, 13, 0, // Skip to: 6516 |
| 1235 | /* 3053 */ MCD::OPC_Decode, 231, 18, 77, // Opcode: SDBBP_MM |
| 1236 | /* 3057 */ MCD::OPC_FilterValue, 28, 16, 0, 0, // Skip to: 3078 |
| 1237 | /* 3062 */ MCD::OPC_CheckPredicate, 7, 121, 13, 0, // Skip to: 6516 |
| 1238 | /* 3067 */ MCD::OPC_CheckField, 16, 10, 0, 114, 13, 0, // Skip to: 6516 |
| 1239 | /* 3074 */ MCD::OPC_Decode, 204, 10, 0, // Opcode: DERET_MM |
| 1240 | /* 3078 */ MCD::OPC_FilterValue, 30, 105, 13, 0, // Skip to: 6516 |
| 1241 | /* 3083 */ MCD::OPC_CheckPredicate, 7, 100, 13, 0, // Skip to: 6516 |
| 1242 | /* 3088 */ MCD::OPC_CheckField, 16, 10, 0, 93, 13, 0, // Skip to: 6516 |
| 1243 | /* 3095 */ MCD::OPC_Decode, 207, 11, 0, // Opcode: ERET_MM |
| 1244 | /* 3099 */ MCD::OPC_FilterValue, 15, 16, 0, 0, // Skip to: 3120 |
| 1245 | /* 3104 */ MCD::OPC_CheckPredicate, 9, 79, 13, 0, // Skip to: 6516 |
| 1246 | /* 3109 */ MCD::OPC_CheckField, 11, 1, 0, 72, 13, 0, // Skip to: 6516 |
| 1247 | /* 3116 */ MCD::OPC_Decode, 200, 19, 59, // Opcode: SHRL_PH_MMR2 |
| 1248 | /* 3120 */ MCD::OPC_FilterValue, 16, 31, 0, 0, // Skip to: 3156 |
| 1249 | /* 3125 */ MCD::OPC_ExtractField, 11, 1, // Inst{11} ... |
| 1250 | /* 3128 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3142 |
| 1251 | /* 3133 */ MCD::OPC_CheckPredicate, 7, 50, 13, 0, // Skip to: 6516 |
| 1252 | /* 3138 */ MCD::OPC_Decode, 181, 21, 60, // Opcode: TGEU_MM |
| 1253 | /* 3142 */ MCD::OPC_FilterValue, 1, 41, 13, 0, // Skip to: 6516 |
| 1254 | /* 3147 */ MCD::OPC_CheckPredicate, 7, 36, 13, 0, // Skip to: 6516 |
| 1255 | /* 3152 */ MCD::OPC_Decode, 217, 21, 60, // Opcode: TNE_MM |
| 1256 | /* 3156 */ MCD::OPC_FilterValue, 18, 115, 0, 0, // Skip to: 3276 |
| 1257 | /* 3161 */ MCD::OPC_ExtractField, 11, 3, // Inst{13-11} ... |
| 1258 | /* 3164 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3178 |
| 1259 | /* 3169 */ MCD::OPC_CheckPredicate, 9, 14, 13, 0, // Skip to: 6516 |
| 1260 | /* 3174 */ MCD::OPC_Decode, 172, 11, 65, // Opcode: DPS_W_PH_MMR2 |
| 1261 | /* 3178 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 3192 |
| 1262 | /* 3183 */ MCD::OPC_CheckPredicate, 8, 0, 13, 0, // Skip to: 6516 |
| 1263 | /* 3188 */ MCD::OPC_Decode, 144, 17, 78, // Opcode: MULT_DSP_MM |
| 1264 | /* 3192 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 3206 |
| 1265 | /* 3197 */ MCD::OPC_CheckPredicate, 9, 242, 12, 0, // Skip to: 6516 |
| 1266 | /* 3202 */ MCD::OPC_Decode, 170, 11, 65, // Opcode: DPSX_W_PH_MMR2 |
| 1267 | /* 3206 */ MCD::OPC_FilterValue, 3, 9, 0, 0, // Skip to: 3220 |
| 1268 | /* 3211 */ MCD::OPC_CheckPredicate, 8, 228, 12, 0, // Skip to: 6516 |
| 1269 | /* 3216 */ MCD::OPC_Decode, 142, 17, 78, // Opcode: MULTU_DSP_MM |
| 1270 | /* 3220 */ MCD::OPC_FilterValue, 4, 9, 0, 0, // Skip to: 3234 |
| 1271 | /* 3225 */ MCD::OPC_CheckPredicate, 8, 214, 12, 0, // Skip to: 6516 |
| 1272 | /* 3230 */ MCD::OPC_Decode, 166, 11, 65, // Opcode: DPSU_H_QBL_MM |
| 1273 | /* 3234 */ MCD::OPC_FilterValue, 5, 9, 0, 0, // Skip to: 3248 |
| 1274 | /* 3239 */ MCD::OPC_CheckPredicate, 9, 200, 12, 0, // Skip to: 6516 |
| 1275 | /* 3244 */ MCD::OPC_Decode, 139, 17, 65, // Opcode: MULSA_W_PH_MMR2 |
| 1276 | /* 3248 */ MCD::OPC_FilterValue, 6, 9, 0, 0, // Skip to: 3262 |
| 1277 | /* 3253 */ MCD::OPC_CheckPredicate, 8, 186, 12, 0, // Skip to: 6516 |
| 1278 | /* 3258 */ MCD::OPC_Decode, 168, 11, 65, // Opcode: DPSU_H_QBR_MM |
| 1279 | /* 3262 */ MCD::OPC_FilterValue, 7, 177, 12, 0, // Skip to: 6516 |
| 1280 | /* 3267 */ MCD::OPC_CheckPredicate, 8, 172, 12, 0, // Skip to: 6516 |
| 1281 | /* 3272 */ MCD::OPC_Decode, 137, 17, 65, // Opcode: MULSAQ_S_W_PH_MM |
| 1282 | /* 3276 */ MCD::OPC_FilterValue, 19, 16, 0, 0, // Skip to: 3297 |
| 1283 | /* 3281 */ MCD::OPC_CheckPredicate, 10, 158, 12, 0, // Skip to: 6516 |
| 1284 | /* 3286 */ MCD::OPC_CheckField, 14, 2, 0, 151, 12, 0, // Skip to: 6516 |
| 1285 | /* 3293 */ MCD::OPC_Decode, 196, 15, 57, // Opcode: MFGC0_MM |
| 1286 | /* 3297 */ MCD::OPC_FilterValue, 20, 31, 0, 0, // Skip to: 3333 |
| 1287 | /* 3302 */ MCD::OPC_ExtractField, 11, 5, // Inst{15-11} ... |
| 1288 | /* 3305 */ MCD::OPC_FilterValue, 25, 9, 0, 0, // Skip to: 3319 |
| 1289 | /* 3310 */ MCD::OPC_CheckPredicate, 7, 129, 12, 0, // Skip to: 6516 |
| 1290 | /* 3315 */ MCD::OPC_Decode, 151, 8, 79, // Opcode: CFC2_MM |
| 1291 | /* 3319 */ MCD::OPC_FilterValue, 27, 120, 12, 0, // Skip to: 6516 |
| 1292 | /* 3324 */ MCD::OPC_CheckPredicate, 7, 115, 12, 0, // Skip to: 6516 |
| 1293 | /* 3329 */ MCD::OPC_Decode, 178, 9, 80, // Opcode: CTC2_MM |
| 1294 | /* 3333 */ MCD::OPC_FilterValue, 21, 87, 0, 0, // Skip to: 3425 |
| 1295 | /* 3338 */ MCD::OPC_ExtractField, 11, 5, // Inst{15-11} ... |
| 1296 | /* 3341 */ MCD::OPC_FilterValue, 1, 16, 0, 0, // Skip to: 3362 |
| 1297 | /* 3346 */ MCD::OPC_CheckPredicate, 6, 93, 12, 0, // Skip to: 6516 |
| 1298 | /* 3351 */ MCD::OPC_CheckField, 21, 5, 0, 86, 12, 0, // Skip to: 6516 |
| 1299 | /* 3358 */ MCD::OPC_Decode, 210, 15, 81, // Opcode: MFHI_MM |
| 1300 | /* 3362 */ MCD::OPC_FilterValue, 3, 16, 0, 0, // Skip to: 3383 |
| 1301 | /* 3367 */ MCD::OPC_CheckPredicate, 6, 72, 12, 0, // Skip to: 6516 |
| 1302 | /* 3372 */ MCD::OPC_CheckField, 21, 5, 0, 65, 12, 0, // Skip to: 6516 |
| 1303 | /* 3379 */ MCD::OPC_Decode, 216, 15, 81, // Opcode: MFLO_MM |
| 1304 | /* 3383 */ MCD::OPC_FilterValue, 5, 16, 0, 0, // Skip to: 3404 |
| 1305 | /* 3388 */ MCD::OPC_CheckPredicate, 6, 51, 12, 0, // Skip to: 6516 |
| 1306 | /* 3393 */ MCD::OPC_CheckField, 21, 5, 0, 44, 12, 0, // Skip to: 6516 |
| 1307 | /* 3400 */ MCD::OPC_Decode, 225, 16, 81, // Opcode: MTHI_MM |
| 1308 | /* 3404 */ MCD::OPC_FilterValue, 7, 35, 12, 0, // Skip to: 6516 |
| 1309 | /* 3409 */ MCD::OPC_CheckPredicate, 6, 30, 12, 0, // Skip to: 6516 |
| 1310 | /* 3414 */ MCD::OPC_CheckField, 21, 5, 0, 23, 12, 0, // Skip to: 6516 |
| 1311 | /* 3421 */ MCD::OPC_Decode, 232, 16, 81, // Opcode: MTLO_MM |
| 1312 | /* 3425 */ MCD::OPC_FilterValue, 23, 16, 0, 0, // Skip to: 3446 |
| 1313 | /* 3430 */ MCD::OPC_CheckPredicate, 8, 9, 12, 0, // Skip to: 6516 |
| 1314 | /* 3435 */ MCD::OPC_CheckField, 11, 2, 0, 2, 12, 0, // Skip to: 6516 |
| 1315 | /* 3442 */ MCD::OPC_Decode, 171, 18, 82, // Opcode: REPL_QB_MM |
| 1316 | /* 3446 */ MCD::OPC_FilterValue, 25, 115, 0, 0, // Skip to: 3566 |
| 1317 | /* 3451 */ MCD::OPC_ExtractField, 11, 3, // Inst{13-11} ... |
| 1318 | /* 3454 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3468 |
| 1319 | /* 3459 */ MCD::OPC_CheckPredicate, 8, 236, 11, 0, // Skip to: 6516 |
| 1320 | /* 3464 */ MCD::OPC_Decode, 152, 18, 83, // Opcode: RDDSP_MM |
| 1321 | /* 3468 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 3482 |
| 1322 | /* 3473 */ MCD::OPC_CheckPredicate, 8, 222, 11, 0, // Skip to: 6516 |
| 1323 | /* 3478 */ MCD::OPC_Decode, 236, 11, 84, // Opcode: EXTR_W_MM |
| 1324 | /* 3482 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 3496 |
| 1325 | /* 3487 */ MCD::OPC_CheckPredicate, 8, 208, 11, 0, // Skip to: 6516 |
| 1326 | /* 3492 */ MCD::OPC_Decode, 243, 21, 83, // Opcode: WRDSP_MM |
| 1327 | /* 3496 */ MCD::OPC_FilterValue, 3, 9, 0, 0, // Skip to: 3510 |
| 1328 | /* 3501 */ MCD::OPC_CheckPredicate, 8, 194, 11, 0, // Skip to: 6516 |
| 1329 | /* 3506 */ MCD::OPC_Decode, 232, 11, 84, // Opcode: EXTR_R_W_MM |
| 1330 | /* 3510 */ MCD::OPC_FilterValue, 4, 9, 0, 0, // Skip to: 3524 |
| 1331 | /* 3515 */ MCD::OPC_CheckPredicate, 8, 180, 11, 0, // Skip to: 6516 |
| 1332 | /* 3520 */ MCD::OPC_Decode, 220, 11, 84, // Opcode: EXTP_MM |
| 1333 | /* 3524 */ MCD::OPC_FilterValue, 5, 9, 0, 0, // Skip to: 3538 |
| 1334 | /* 3529 */ MCD::OPC_CheckPredicate, 8, 166, 11, 0, // Skip to: 6516 |
| 1335 | /* 3534 */ MCD::OPC_Decode, 230, 11, 84, // Opcode: EXTR_RS_W_MM |
| 1336 | /* 3538 */ MCD::OPC_FilterValue, 6, 9, 0, 0, // Skip to: 3552 |
| 1337 | /* 3543 */ MCD::OPC_CheckPredicate, 8, 152, 11, 0, // Skip to: 6516 |
| 1338 | /* 3548 */ MCD::OPC_Decode, 217, 11, 84, // Opcode: EXTPDP_MM |
| 1339 | /* 3552 */ MCD::OPC_FilterValue, 7, 143, 11, 0, // Skip to: 6516 |
| 1340 | /* 3557 */ MCD::OPC_CheckPredicate, 8, 138, 11, 0, // Skip to: 6516 |
| 1341 | /* 3562 */ MCD::OPC_Decode, 234, 11, 84, // Opcode: EXTR_S_H_MM |
| 1342 | /* 3566 */ MCD::OPC_FilterValue, 26, 115, 0, 0, // Skip to: 3686 |
| 1343 | /* 3571 */ MCD::OPC_ExtractField, 11, 3, // Inst{13-11} ... |
| 1344 | /* 3574 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 3588 |
| 1345 | /* 3579 */ MCD::OPC_CheckPredicate, 8, 116, 11, 0, // Skip to: 6516 |
| 1346 | /* 3584 */ MCD::OPC_Decode, 158, 11, 65, // Opcode: DPSQ_S_W_PH_MM |
| 1347 | /* 3588 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 3602 |
| 1348 | /* 3593 */ MCD::OPC_CheckPredicate, 8, 102, 11, 0, // Skip to: 6516 |
| 1349 | /* 3598 */ MCD::OPC_Decode, 228, 11, 67, // Opcode: EXTRV_W_MM |
| 1350 | /* 3602 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 3616 |
| 1351 | /* 3607 */ MCD::OPC_CheckPredicate, 8, 88, 11, 0, // Skip to: 6516 |
| 1352 | /* 3612 */ MCD::OPC_Decode, 156, 11, 65, // Opcode: DPSQ_SA_L_W_MM |
| 1353 | /* 3616 */ MCD::OPC_FilterValue, 3, 9, 0, 0, // Skip to: 3630 |
| 1354 | /* 3621 */ MCD::OPC_CheckPredicate, 8, 74, 11, 0, // Skip to: 6516 |
| 1355 | /* 3626 */ MCD::OPC_Decode, 224, 11, 67, // Opcode: EXTRV_R_W_MM |
| 1356 | /* 3630 */ MCD::OPC_FilterValue, 4, 9, 0, 0, // Skip to: 3644 |
| 1357 | /* 3635 */ MCD::OPC_CheckPredicate, 9, 60, 11, 0, // Skip to: 6516 |
| 1358 | /* 3640 */ MCD::OPC_Decode, 154, 11, 65, // Opcode: DPSQX_S_W_PH_MMR2 |
| 1359 | /* 3644 */ MCD::OPC_FilterValue, 5, 9, 0, 0, // Skip to: 3658 |
| 1360 | /* 3649 */ MCD::OPC_CheckPredicate, 8, 46, 11, 0, // Skip to: 6516 |
| 1361 | /* 3654 */ MCD::OPC_Decode, 222, 11, 67, // Opcode: EXTRV_RS_W_MM |
| 1362 | /* 3658 */ MCD::OPC_FilterValue, 6, 9, 0, 0, // Skip to: 3672 |
| 1363 | /* 3663 */ MCD::OPC_CheckPredicate, 9, 32, 11, 0, // Skip to: 6516 |
| 1364 | /* 3668 */ MCD::OPC_Decode, 152, 11, 65, // Opcode: DPSQX_SA_W_PH_MMR2 |
| 1365 | /* 3672 */ MCD::OPC_FilterValue, 7, 23, 11, 0, // Skip to: 6516 |
| 1366 | /* 3677 */ MCD::OPC_CheckPredicate, 8, 18, 11, 0, // Skip to: 6516 |
| 1367 | /* 3682 */ MCD::OPC_Decode, 226, 11, 67, // Opcode: EXTRV_S_H_MM |
| 1368 | /* 3686 */ MCD::OPC_FilterValue, 27, 16, 0, 0, // Skip to: 3707 |
| 1369 | /* 3691 */ MCD::OPC_CheckPredicate, 10, 4, 11, 0, // Skip to: 6516 |
| 1370 | /* 3696 */ MCD::OPC_CheckField, 14, 2, 0, 253, 10, 0, // Skip to: 6516 |
| 1371 | /* 3703 */ MCD::OPC_Decode, 212, 16, 58, // Opcode: MTGC0_MM |
| 1372 | /* 3707 */ MCD::OPC_FilterValue, 28, 47, 0, 0, // Skip to: 3759 |
| 1373 | /* 3712 */ MCD::OPC_ExtractField, 11, 5, // Inst{15-11} ... |
| 1374 | /* 3715 */ MCD::OPC_FilterValue, 1, 25, 0, 0, // Skip to: 3745 |
| 1375 | /* 3720 */ MCD::OPC_CheckPredicate, 6, 11, 0, 0, // Skip to: 3736 |
| 1376 | /* 3725 */ MCD::OPC_CheckField, 21, 5, 0, 4, 0, 0, // Skip to: 3736 |
| 1377 | /* 3732 */ MCD::OPC_Decode, 247, 13, 81, // Opcode: JR_MM |
| 1378 | /* 3736 */ MCD::OPC_CheckPredicate, 6, 215, 10, 0, // Skip to: 6516 |
| 1379 | /* 3741 */ MCD::OPC_Decode, 225, 13, 69, // Opcode: JALR_MM |
| 1380 | /* 3745 */ MCD::OPC_FilterValue, 9, 206, 10, 0, // Skip to: 6516 |
| 1381 | /* 3750 */ MCD::OPC_CheckPredicate, 6, 201, 10, 0, // Skip to: 6516 |
| 1382 | /* 3755 */ MCD::OPC_Decode, 222, 13, 69, // Opcode: JALRS_MM |
| 1383 | /* 3759 */ MCD::OPC_FilterValue, 29, 192, 10, 0, // Skip to: 6516 |
| 1384 | /* 3764 */ MCD::OPC_ExtractField, 11, 5, // Inst{15-11} ... |
| 1385 | /* 3767 */ MCD::OPC_FilterValue, 8, 16, 0, 0, // Skip to: 3788 |
| 1386 | /* 3772 */ MCD::OPC_CheckPredicate, 7, 179, 10, 0, // Skip to: 6516 |
| 1387 | /* 3777 */ MCD::OPC_CheckField, 21, 5, 0, 172, 10, 0, // Skip to: 6516 |
| 1388 | /* 3784 */ MCD::OPC_Decode, 226, 10, 81, // Opcode: DI_MM |
| 1389 | /* 3788 */ MCD::OPC_FilterValue, 10, 163, 10, 0, // Skip to: 6516 |
| 1390 | /* 3793 */ MCD::OPC_CheckPredicate, 7, 158, 10, 0, // Skip to: 6516 |
| 1391 | /* 3798 */ MCD::OPC_CheckField, 21, 5, 0, 151, 10, 0, // Skip to: 6516 |
| 1392 | /* 3805 */ MCD::OPC_Decode, 201, 11, 81, // Opcode: EI_MM |
| 1393 | /* 3809 */ MCD::OPC_FilterValue, 61, 142, 10, 0, // Skip to: 6516 |
| 1394 | /* 3814 */ MCD::OPC_CheckPredicate, 8, 137, 10, 0, // Skip to: 6516 |
| 1395 | /* 3819 */ MCD::OPC_CheckField, 6, 5, 0, 130, 10, 0, // Skip to: 6516 |
| 1396 | /* 3826 */ MCD::OPC_Decode, 169, 18, 85, // Opcode: REPL_PH_MM |
| 1397 | /* 3830 */ MCD::OPC_FilterValue, 4, 9, 0, 0, // Skip to: 3844 |
| 1398 | /* 3835 */ MCD::OPC_CheckPredicate, 6, 116, 10, 0, // Skip to: 6516 |
| 1399 | /* 3840 */ MCD::OPC_Decode, 249, 5, 86, // Opcode: ADDi_MM |
| 1400 | /* 3844 */ MCD::OPC_FilterValue, 5, 9, 0, 0, // Skip to: 3858 |
| 1401 | /* 3849 */ MCD::OPC_CheckPredicate, 7, 102, 10, 0, // Skip to: 6516 |
| 1402 | /* 3854 */ MCD::OPC_Decode, 141, 14, 87, // Opcode: LBu_MM |
| 1403 | /* 3858 */ MCD::OPC_FilterValue, 6, 9, 0, 0, // Skip to: 3872 |
| 1404 | /* 3863 */ MCD::OPC_CheckPredicate, 7, 88, 10, 0, // Skip to: 6516 |
| 1405 | /* 3868 */ MCD::OPC_Decode, 215, 18, 87, // Opcode: SB_MM |
| 1406 | /* 3872 */ MCD::OPC_FilterValue, 7, 9, 0, 0, // Skip to: 3886 |
| 1407 | /* 3877 */ MCD::OPC_CheckPredicate, 7, 74, 10, 0, // Skip to: 6516 |
| 1408 | /* 3882 */ MCD::OPC_Decode, 135, 14, 87, // Opcode: LB_MM |
| 1409 | /* 3886 */ MCD::OPC_FilterValue, 8, 73, 0, 0, // Skip to: 3964 |
| 1410 | /* 3891 */ MCD::OPC_ExtractField, 12, 4, // Inst{15-12} ... |
| 1411 | /* 3894 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 3908 |
| 1412 | /* 3899 */ MCD::OPC_CheckPredicate, 7, 52, 10, 0, // Skip to: 6516 |
| 1413 | /* 3904 */ MCD::OPC_Decode, 226, 14, 88, // Opcode: LWP_MM |
| 1414 | /* 3908 */ MCD::OPC_FilterValue, 5, 9, 0, 0, // Skip to: 3922 |
| 1415 | /* 3913 */ MCD::OPC_CheckPredicate, 7, 38, 10, 0, // Skip to: 6516 |
| 1416 | /* 3918 */ MCD::OPC_Decode, 223, 14, 88, // Opcode: LWM32_MM |
| 1417 | /* 3922 */ MCD::OPC_FilterValue, 6, 9, 0, 0, // Skip to: 3936 |
| 1418 | /* 3927 */ MCD::OPC_CheckPredicate, 6, 24, 10, 0, // Skip to: 6516 |
| 1419 | /* 3932 */ MCD::OPC_Decode, 255, 7, 89, // Opcode: CACHE_MM |
| 1420 | /* 3936 */ MCD::OPC_FilterValue, 9, 9, 0, 0, // Skip to: 3950 |
| 1421 | /* 3941 */ MCD::OPC_CheckPredicate, 7, 10, 10, 0, // Skip to: 6516 |
| 1422 | /* 3946 */ MCD::OPC_Decode, 130, 21, 88, // Opcode: SWP_MM |
| 1423 | /* 3950 */ MCD::OPC_FilterValue, 13, 1, 10, 0, // Skip to: 6516 |
| 1424 | /* 3955 */ MCD::OPC_CheckPredicate, 7, 252, 9, 0, // Skip to: 6516 |
| 1425 | /* 3960 */ MCD::OPC_Decode, 129, 21, 88, // Opcode: SWM32_MM |
| 1426 | /* 3964 */ MCD::OPC_FilterValue, 12, 9, 0, 0, // Skip to: 3978 |
| 1427 | /* 3969 */ MCD::OPC_CheckPredicate, 6, 238, 9, 0, // Skip to: 6516 |
| 1428 | /* 3974 */ MCD::OPC_Decode, 251, 5, 86, // Opcode: ADDiu_MM |
| 1429 | /* 3978 */ MCD::OPC_FilterValue, 13, 9, 0, 0, // Skip to: 3992 |
| 1430 | /* 3983 */ MCD::OPC_CheckPredicate, 7, 224, 9, 0, // Skip to: 6516 |
| 1431 | /* 3988 */ MCD::OPC_Decode, 179, 14, 87, // Opcode: LHu_MM |
| 1432 | /* 3992 */ MCD::OPC_FilterValue, 14, 9, 0, 0, // Skip to: 4006 |
| 1433 | /* 3997 */ MCD::OPC_CheckPredicate, 7, 210, 9, 0, // Skip to: 6516 |
| 1434 | /* 4002 */ MCD::OPC_Decode, 203, 19, 87, // Opcode: SH_MM |
| 1435 | /* 4006 */ MCD::OPC_FilterValue, 15, 9, 0, 0, // Skip to: 4020 |
| 1436 | /* 4011 */ MCD::OPC_CheckPredicate, 7, 196, 9, 0, // Skip to: 6516 |
| 1437 | /* 4016 */ MCD::OPC_Decode, 174, 14, 87, // Opcode: LH_MM |
| 1438 | /* 4020 */ MCD::OPC_FilterValue, 16, 83, 1, 0, // Skip to: 4364 |
| 1439 | /* 4025 */ MCD::OPC_ExtractField, 21, 5, // Inst{25-21} ... |
| 1440 | /* 4028 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4042 |
| 1441 | /* 4033 */ MCD::OPC_CheckPredicate, 6, 174, 9, 0, // Skip to: 6516 |
| 1442 | /* 4038 */ MCD::OPC_Decode, 181, 7, 90, // Opcode: BLTZ_MM |
| 1443 | /* 4042 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 4056 |
| 1444 | /* 4047 */ MCD::OPC_CheckPredicate, 6, 160, 9, 0, // Skip to: 6516 |
| 1445 | /* 4052 */ MCD::OPC_Decode, 176, 7, 90, // Opcode: BLTZAL_MM |
| 1446 | /* 4056 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 4070 |
| 1447 | /* 4061 */ MCD::OPC_CheckPredicate, 6, 146, 9, 0, // Skip to: 6516 |
| 1448 | /* 4066 */ MCD::OPC_Decode, 252, 6, 90, // Opcode: BGEZ_MM |
| 1449 | /* 4070 */ MCD::OPC_FilterValue, 3, 9, 0, 0, // Skip to: 4084 |
| 1450 | /* 4075 */ MCD::OPC_CheckPredicate, 6, 132, 9, 0, // Skip to: 6516 |
| 1451 | /* 4080 */ MCD::OPC_Decode, 247, 6, 90, // Opcode: BGEZAL_MM |
| 1452 | /* 4084 */ MCD::OPC_FilterValue, 4, 9, 0, 0, // Skip to: 4098 |
| 1453 | /* 4089 */ MCD::OPC_CheckPredicate, 6, 118, 9, 0, // Skip to: 6516 |
| 1454 | /* 4094 */ MCD::OPC_Decode, 162, 7, 90, // Opcode: BLEZ_MM |
| 1455 | /* 4098 */ MCD::OPC_FilterValue, 5, 9, 0, 0, // Skip to: 4112 |
| 1456 | /* 4103 */ MCD::OPC_CheckPredicate, 6, 104, 9, 0, // Skip to: 6516 |
| 1457 | /* 4108 */ MCD::OPC_Decode, 206, 7, 90, // Opcode: BNEZC_MM |
| 1458 | /* 4112 */ MCD::OPC_FilterValue, 6, 9, 0, 0, // Skip to: 4126 |
| 1459 | /* 4117 */ MCD::OPC_CheckPredicate, 6, 90, 9, 0, // Skip to: 6516 |
| 1460 | /* 4122 */ MCD::OPC_Decode, 133, 7, 90, // Opcode: BGTZ_MM |
| 1461 | /* 4126 */ MCD::OPC_FilterValue, 7, 9, 0, 0, // Skip to: 4140 |
| 1462 | /* 4131 */ MCD::OPC_CheckPredicate, 6, 76, 9, 0, // Skip to: 6516 |
| 1463 | /* 4136 */ MCD::OPC_Decode, 231, 6, 90, // Opcode: BEQZC_MM |
| 1464 | /* 4140 */ MCD::OPC_FilterValue, 8, 9, 0, 0, // Skip to: 4154 |
| 1465 | /* 4145 */ MCD::OPC_CheckPredicate, 6, 62, 9, 0, // Skip to: 6516 |
| 1466 | /* 4150 */ MCD::OPC_Decode, 210, 21, 91, // Opcode: TLTI_MM |
| 1467 | /* 4154 */ MCD::OPC_FilterValue, 9, 9, 0, 0, // Skip to: 4168 |
| 1468 | /* 4159 */ MCD::OPC_CheckPredicate, 6, 48, 9, 0, // Skip to: 6516 |
| 1469 | /* 4164 */ MCD::OPC_Decode, 179, 21, 91, // Opcode: TGEI_MM |
| 1470 | /* 4168 */ MCD::OPC_FilterValue, 10, 9, 0, 0, // Skip to: 4182 |
| 1471 | /* 4173 */ MCD::OPC_CheckPredicate, 6, 34, 9, 0, // Skip to: 6516 |
| 1472 | /* 4178 */ MCD::OPC_Decode, 209, 21, 91, // Opcode: TLTIU_MM |
| 1473 | /* 4182 */ MCD::OPC_FilterValue, 11, 9, 0, 0, // Skip to: 4196 |
| 1474 | /* 4187 */ MCD::OPC_CheckPredicate, 6, 20, 9, 0, // Skip to: 6516 |
| 1475 | /* 4192 */ MCD::OPC_Decode, 178, 21, 91, // Opcode: TGEIU_MM |
| 1476 | /* 4196 */ MCD::OPC_FilterValue, 12, 9, 0, 0, // Skip to: 4210 |
| 1477 | /* 4201 */ MCD::OPC_CheckPredicate, 6, 6, 9, 0, // Skip to: 6516 |
| 1478 | /* 4206 */ MCD::OPC_Decode, 216, 21, 91, // Opcode: TNEI_MM |
| 1479 | /* 4210 */ MCD::OPC_FilterValue, 13, 9, 0, 0, // Skip to: 4224 |
| 1480 | /* 4215 */ MCD::OPC_CheckPredicate, 6, 248, 8, 0, // Skip to: 6516 |
| 1481 | /* 4220 */ MCD::OPC_Decode, 201, 14, 92, // Opcode: LUi_MM |
| 1482 | /* 4224 */ MCD::OPC_FilterValue, 14, 9, 0, 0, // Skip to: 4238 |
| 1483 | /* 4229 */ MCD::OPC_CheckPredicate, 6, 234, 8, 0, // Skip to: 6516 |
| 1484 | /* 4234 */ MCD::OPC_Decode, 173, 21, 91, // Opcode: TEQI_MM |
| 1485 | /* 4238 */ MCD::OPC_FilterValue, 16, 9, 0, 0, // Skip to: 4252 |
| 1486 | /* 4243 */ MCD::OPC_CheckPredicate, 6, 220, 8, 0, // Skip to: 6516 |
| 1487 | /* 4248 */ MCD::OPC_Decode, 144, 21, 93, // Opcode: SYNCI_MM |
| 1488 | /* 4252 */ MCD::OPC_FilterValue, 17, 9, 0, 0, // Skip to: 4266 |
| 1489 | /* 4257 */ MCD::OPC_CheckPredicate, 6, 206, 8, 0, // Skip to: 6516 |
| 1490 | /* 4262 */ MCD::OPC_Decode, 175, 7, 90, // Opcode: BLTZALS_MM |
| 1491 | /* 4266 */ MCD::OPC_FilterValue, 19, 9, 0, 0, // Skip to: 4280 |
| 1492 | /* 4271 */ MCD::OPC_CheckPredicate, 6, 192, 8, 0, // Skip to: 6516 |
| 1493 | /* 4276 */ MCD::OPC_Decode, 246, 6, 90, // Opcode: BGEZALS_MM |
| 1494 | /* 4280 */ MCD::OPC_FilterValue, 25, 16, 0, 0, // Skip to: 4301 |
| 1495 | /* 4285 */ MCD::OPC_CheckPredicate, 11, 178, 8, 0, // Skip to: 6516 |
| 1496 | /* 4290 */ MCD::OPC_CheckField, 16, 5, 0, 171, 8, 0, // Skip to: 6516 |
| 1497 | /* 4297 */ MCD::OPC_Decode, 219, 7, 94, // Opcode: BPOSGE32C_MMR3 |
| 1498 | /* 4301 */ MCD::OPC_FilterValue, 27, 16, 0, 0, // Skip to: 4322 |
| 1499 | /* 4306 */ MCD::OPC_CheckPredicate, 12, 157, 8, 0, // Skip to: 6516 |
| 1500 | /* 4311 */ MCD::OPC_CheckField, 16, 5, 0, 150, 8, 0, // Skip to: 6516 |
| 1501 | /* 4318 */ MCD::OPC_Decode, 220, 7, 95, // Opcode: BPOSGE32_MM |
| 1502 | /* 4322 */ MCD::OPC_FilterValue, 28, 16, 0, 0, // Skip to: 4343 |
| 1503 | /* 4327 */ MCD::OPC_CheckPredicate, 13, 136, 8, 0, // Skip to: 6516 |
| 1504 | /* 4332 */ MCD::OPC_CheckField, 16, 2, 0, 129, 8, 0, // Skip to: 6516 |
| 1505 | /* 4339 */ MCD::OPC_Decode, 200, 6, 96, // Opcode: BC1F_MM |
| 1506 | /* 4343 */ MCD::OPC_FilterValue, 29, 120, 8, 0, // Skip to: 6516 |
| 1507 | /* 4348 */ MCD::OPC_CheckPredicate, 13, 115, 8, 0, // Skip to: 6516 |
| 1508 | /* 4353 */ MCD::OPC_CheckField, 16, 2, 0, 108, 8, 0, // Skip to: 6516 |
| 1509 | /* 4360 */ MCD::OPC_Decode, 205, 6, 96, // Opcode: BC1T_MM |
| 1510 | /* 4364 */ MCD::OPC_FilterValue, 20, 9, 0, 0, // Skip to: 4378 |
| 1511 | /* 4369 */ MCD::OPC_CheckPredicate, 6, 94, 8, 0, // Skip to: 6516 |
| 1512 | /* 4374 */ MCD::OPC_Decode, 206, 17, 97, // Opcode: ORi_MM |
| 1513 | /* 4378 */ MCD::OPC_FilterValue, 21, 197, 5, 0, // Skip to: 5860 |
| 1514 | /* 4383 */ MCD::OPC_ExtractField, 0, 6, // Inst{5-0} ... |
| 1515 | /* 4386 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 4400 |
| 1516 | /* 4391 */ MCD::OPC_CheckPredicate, 14, 72, 8, 0, // Skip to: 6516 |
| 1517 | /* 4396 */ MCD::OPC_Decode, 150, 15, 98, // Opcode: MADD_S_MM |
| 1518 | /* 4400 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 4414 |
| 1519 | /* 4405 */ MCD::OPC_CheckPredicate, 14, 58, 8, 0, // Skip to: 6516 |
| 1520 | /* 4410 */ MCD::OPC_Decode, 179, 17, 98, // Opcode: NMADD_S_MM |
| 1521 | /* 4414 */ MCD::OPC_FilterValue, 8, 59, 0, 0, // Skip to: 4478 |
| 1522 | /* 4419 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 1523 | /* 4422 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 4436 |
| 1524 | /* 4427 */ MCD::OPC_CheckPredicate, 13, 36, 8, 0, // Skip to: 6516 |
| 1525 | /* 4432 */ MCD::OPC_Decode, 237, 14, 99, // Opcode: LWXC1_MM |
| 1526 | /* 4436 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 4450 |
| 1527 | /* 4441 */ MCD::OPC_CheckPredicate, 13, 22, 8, 0, // Skip to: 6516 |
| 1528 | /* 4446 */ MCD::OPC_Decode, 139, 21, 99, // Opcode: SWXC1_MM |
| 1529 | /* 4450 */ MCD::OPC_FilterValue, 5, 9, 0, 0, // Skip to: 4464 |
| 1530 | /* 4455 */ MCD::OPC_CheckPredicate, 15, 8, 8, 0, // Skip to: 6516 |
| 1531 | /* 4460 */ MCD::OPC_Decode, 198, 14, 100, // Opcode: LUXC1_MM |
| 1532 | /* 4464 */ MCD::OPC_FilterValue, 6, 255, 7, 0, // Skip to: 6516 |
| 1533 | /* 4469 */ MCD::OPC_CheckPredicate, 15, 250, 7, 0, // Skip to: 6516 |
| 1534 | /* 4474 */ MCD::OPC_Decode, 235, 20, 100, // Opcode: SUXC1_MM |
| 1535 | /* 4478 */ MCD::OPC_FilterValue, 9, 9, 0, 0, // Skip to: 4492 |
| 1536 | /* 4483 */ MCD::OPC_CheckPredicate, 16, 236, 7, 0, // Skip to: 6516 |
| 1537 | /* 4488 */ MCD::OPC_Decode, 142, 15, 101, // Opcode: MADD_D32_MM |
| 1538 | /* 4492 */ MCD::OPC_FilterValue, 10, 9, 0, 0, // Skip to: 4506 |
| 1539 | /* 4497 */ MCD::OPC_CheckPredicate, 16, 222, 7, 0, // Skip to: 6516 |
| 1540 | /* 4502 */ MCD::OPC_Decode, 176, 17, 101, // Opcode: NMADD_D32_MM |
| 1541 | /* 4506 */ MCD::OPC_FilterValue, 32, 101, 0, 0, // Skip to: 4612 |
| 1542 | /* 4511 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 1543 | /* 4514 */ MCD::OPC_FilterValue, 0, 16, 0, 0, // Skip to: 4535 |
| 1544 | /* 4519 */ MCD::OPC_CheckPredicate, 13, 200, 7, 0, // Skip to: 6516 |
| 1545 | /* 4524 */ MCD::OPC_CheckField, 11, 2, 0, 193, 7, 0, // Skip to: 6516 |
| 1546 | /* 4531 */ MCD::OPC_Decode, 144, 16, 102, // Opcode: MOVF_S_MM |
| 1547 | /* 4535 */ MCD::OPC_FilterValue, 1, 16, 0, 0, // Skip to: 4556 |
| 1548 | /* 4540 */ MCD::OPC_CheckPredicate, 13, 179, 7, 0, // Skip to: 6516 |
| 1549 | /* 4545 */ MCD::OPC_CheckField, 11, 2, 0, 172, 7, 0, // Skip to: 6516 |
| 1550 | /* 4552 */ MCD::OPC_Decode, 164, 16, 102, // Opcode: MOVT_S_MM |
| 1551 | /* 4556 */ MCD::OPC_FilterValue, 6, 9, 0, 0, // Skip to: 4570 |
| 1552 | /* 4561 */ MCD::OPC_CheckPredicate, 6, 158, 7, 0, // Skip to: 6516 |
| 1553 | /* 4566 */ MCD::OPC_Decode, 141, 18, 103, // Opcode: PREFX_MM |
| 1554 | /* 4570 */ MCD::OPC_FilterValue, 8, 16, 0, 0, // Skip to: 4591 |
| 1555 | /* 4575 */ MCD::OPC_CheckPredicate, 17, 144, 7, 0, // Skip to: 6516 |
| 1556 | /* 4580 */ MCD::OPC_CheckField, 11, 2, 0, 137, 7, 0, // Skip to: 6516 |
| 1557 | /* 4587 */ MCD::OPC_Decode, 138, 16, 104, // Opcode: MOVF_D32_MM |
| 1558 | /* 4591 */ MCD::OPC_FilterValue, 9, 128, 7, 0, // Skip to: 6516 |
| 1559 | /* 4596 */ MCD::OPC_CheckPredicate, 17, 123, 7, 0, // Skip to: 6516 |
| 1560 | /* 4601 */ MCD::OPC_CheckField, 11, 2, 0, 116, 7, 0, // Skip to: 6516 |
| 1561 | /* 4608 */ MCD::OPC_Decode, 158, 16, 104, // Opcode: MOVT_D32_MM |
| 1562 | /* 4612 */ MCD::OPC_FilterValue, 33, 9, 0, 0, // Skip to: 4626 |
| 1563 | /* 4617 */ MCD::OPC_CheckPredicate, 14, 102, 7, 0, // Skip to: 6516 |
| 1564 | /* 4622 */ MCD::OPC_Decode, 201, 16, 98, // Opcode: MSUB_S_MM |
| 1565 | /* 4626 */ MCD::OPC_FilterValue, 34, 9, 0, 0, // Skip to: 4640 |
| 1566 | /* 4631 */ MCD::OPC_CheckPredicate, 14, 88, 7, 0, // Skip to: 6516 |
| 1567 | /* 4636 */ MCD::OPC_Decode, 184, 17, 98, // Opcode: NMSUB_S_MM |
| 1568 | /* 4640 */ MCD::OPC_FilterValue, 41, 9, 0, 0, // Skip to: 4654 |
| 1569 | /* 4645 */ MCD::OPC_CheckPredicate, 16, 74, 7, 0, // Skip to: 6516 |
| 1570 | /* 4650 */ MCD::OPC_Decode, 193, 16, 101, // Opcode: MSUB_D32_MM |
| 1571 | /* 4654 */ MCD::OPC_FilterValue, 42, 9, 0, 0, // Skip to: 4668 |
| 1572 | /* 4659 */ MCD::OPC_CheckPredicate, 16, 60, 7, 0, // Skip to: 6516 |
| 1573 | /* 4664 */ MCD::OPC_Decode, 181, 17, 101, // Opcode: NMSUB_D32_MM |
| 1574 | /* 4668 */ MCD::OPC_FilterValue, 48, 59, 0, 0, // Skip to: 4732 |
| 1575 | /* 4673 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 1576 | /* 4676 */ MCD::OPC_FilterValue, 4, 9, 0, 0, // Skip to: 4690 |
| 1577 | /* 4681 */ MCD::OPC_CheckPredicate, 18, 38, 7, 0, // Skip to: 6516 |
| 1578 | /* 4686 */ MCD::OPC_Decode, 249, 11, 105, // Opcode: FADD_D32_MM |
| 1579 | /* 4690 */ MCD::OPC_FilterValue, 5, 9, 0, 0, // Skip to: 4704 |
| 1580 | /* 4695 */ MCD::OPC_CheckPredicate, 18, 24, 7, 0, // Skip to: 6516 |
| 1581 | /* 4700 */ MCD::OPC_Decode, 138, 13, 105, // Opcode: FSUB_D32_MM |
| 1582 | /* 4704 */ MCD::OPC_FilterValue, 6, 9, 0, 0, // Skip to: 4718 |
| 1583 | /* 4709 */ MCD::OPC_CheckPredicate, 18, 10, 7, 0, // Skip to: 6516 |
| 1584 | /* 4714 */ MCD::OPC_Decode, 222, 12, 105, // Opcode: FMUL_D32_MM |
| 1585 | /* 4718 */ MCD::OPC_FilterValue, 7, 1, 7, 0, // Skip to: 6516 |
| 1586 | /* 4723 */ MCD::OPC_CheckPredicate, 18, 252, 6, 0, // Skip to: 6516 |
| 1587 | /* 4728 */ MCD::OPC_Decode, 160, 12, 105, // Opcode: FDIV_D32_MM |
| 1588 | /* 4732 */ MCD::OPC_FilterValue, 56, 59, 0, 0, // Skip to: 4796 |
| 1589 | /* 4737 */ MCD::OPC_ExtractField, 6, 4, // Inst{9-6} ... |
| 1590 | /* 4740 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4754 |
| 1591 | /* 4745 */ MCD::OPC_CheckPredicate, 13, 230, 6, 0, // Skip to: 6516 |
| 1592 | /* 4750 */ MCD::OPC_Decode, 156, 16, 106, // Opcode: MOVN_I_S_MM |
| 1593 | /* 4754 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 4768 |
| 1594 | /* 4759 */ MCD::OPC_CheckPredicate, 13, 216, 6, 0, // Skip to: 6516 |
| 1595 | /* 4764 */ MCD::OPC_Decode, 176, 16, 106, // Opcode: MOVZ_I_S_MM |
| 1596 | /* 4768 */ MCD::OPC_FilterValue, 4, 9, 0, 0, // Skip to: 4782 |
| 1597 | /* 4773 */ MCD::OPC_CheckPredicate, 17, 202, 6, 0, // Skip to: 6516 |
| 1598 | /* 4778 */ MCD::OPC_Decode, 150, 16, 107, // Opcode: MOVN_I_D32_MM |
| 1599 | /* 4782 */ MCD::OPC_FilterValue, 5, 193, 6, 0, // Skip to: 6516 |
| 1600 | /* 4787 */ MCD::OPC_CheckPredicate, 17, 188, 6, 0, // Skip to: 6516 |
| 1601 | /* 4792 */ MCD::OPC_Decode, 170, 16, 107, // Opcode: MOVZ_I_D32_MM |
| 1602 | /* 4796 */ MCD::OPC_FilterValue, 59, 91, 2, 0, // Skip to: 5404 |
| 1603 | /* 4801 */ MCD::OPC_ExtractField, 6, 7, // Inst{12-6} ... |
| 1604 | /* 4804 */ MCD::OPC_FilterValue, 0, 16, 0, 0, // Skip to: 4825 |
| 1605 | /* 4809 */ MCD::OPC_CheckPredicate, 19, 166, 6, 0, // Skip to: 6516 |
| 1606 | /* 4814 */ MCD::OPC_CheckField, 13, 3, 1, 159, 6, 0, // Skip to: 6516 |
| 1607 | /* 4821 */ MCD::OPC_Decode, 191, 15, 108, // Opcode: MFC1_MM |
| 1608 | /* 4825 */ MCD::OPC_FilterValue, 1, 16, 0, 0, // Skip to: 4846 |
| 1609 | /* 4830 */ MCD::OPC_CheckPredicate, 18, 145, 6, 0, // Skip to: 6516 |
| 1610 | /* 4835 */ MCD::OPC_CheckField, 13, 3, 1, 138, 6, 0, // Skip to: 6516 |
| 1611 | /* 4842 */ MCD::OPC_Decode, 211, 12, 109, // Opcode: FMOV_D32_MM |
| 1612 | /* 4846 */ MCD::OPC_FilterValue, 4, 31, 0, 0, // Skip to: 4882 |
| 1613 | /* 4851 */ MCD::OPC_ExtractField, 13, 3, // Inst{15-13} ... |
| 1614 | /* 4854 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4868 |
| 1615 | /* 4859 */ MCD::OPC_CheckPredicate, 20, 116, 6, 0, // Skip to: 6516 |
| 1616 | /* 4864 */ MCD::OPC_Decode, 194, 9, 110, // Opcode: CVT_L_S_MM |
| 1617 | /* 4868 */ MCD::OPC_FilterValue, 2, 107, 6, 0, // Skip to: 6516 |
| 1618 | /* 4873 */ MCD::OPC_CheckPredicate, 20, 102, 6, 0, // Skip to: 6516 |
| 1619 | /* 4878 */ MCD::OPC_Decode, 191, 9, 111, // Opcode: CVT_L_D64_MM |
| 1620 | /* 4882 */ MCD::OPC_FilterValue, 5, 9, 0, 0, // Skip to: 4896 |
| 1621 | /* 4887 */ MCD::OPC_CheckPredicate, 13, 88, 6, 0, // Skip to: 6516 |
| 1622 | /* 4892 */ MCD::OPC_Decode, 142, 16, 112, // Opcode: MOVF_I_MM |
| 1623 | /* 4896 */ MCD::OPC_FilterValue, 8, 31, 0, 0, // Skip to: 4932 |
| 1624 | /* 4901 */ MCD::OPC_ExtractField, 13, 3, // Inst{15-13} ... |
| 1625 | /* 4904 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4918 |
| 1626 | /* 4909 */ MCD::OPC_CheckPredicate, 19, 66, 6, 0, // Skip to: 6516 |
| 1627 | /* 4914 */ MCD::OPC_Decode, 196, 18, 113, // Opcode: RSQRT_S_MM |
| 1628 | /* 4918 */ MCD::OPC_FilterValue, 2, 57, 6, 0, // Skip to: 6516 |
| 1629 | /* 4923 */ MCD::OPC_CheckPredicate, 18, 52, 6, 0, // Skip to: 6516 |
| 1630 | /* 4928 */ MCD::OPC_Decode, 192, 18, 109, // Opcode: RSQRT_D32_MM |
| 1631 | /* 4932 */ MCD::OPC_FilterValue, 13, 31, 0, 0, // Skip to: 4968 |
| 1632 | /* 4937 */ MCD::OPC_ExtractField, 13, 3, // Inst{15-13} ... |
| 1633 | /* 4940 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 4954 |
| 1634 | /* 4945 */ MCD::OPC_CheckPredicate, 19, 30, 6, 0, // Skip to: 6516 |
| 1635 | /* 4950 */ MCD::OPC_Decode, 246, 11, 113, // Opcode: FABS_S_MM |
| 1636 | /* 4954 */ MCD::OPC_FilterValue, 1, 21, 6, 0, // Skip to: 6516 |
| 1637 | /* 4959 */ MCD::OPC_CheckPredicate, 18, 16, 6, 0, // Skip to: 6516 |
| 1638 | /* 4964 */ MCD::OPC_Decode, 242, 11, 109, // Opcode: FABS_D32_MM |
| 1639 | /* 4968 */ MCD::OPC_FilterValue, 32, 16, 0, 0, // Skip to: 4989 |
| 1640 | /* 4973 */ MCD::OPC_CheckPredicate, 19, 2, 6, 0, // Skip to: 6516 |
| 1641 | /* 4978 */ MCD::OPC_CheckField, 13, 3, 1, 251, 5, 0, // Skip to: 6516 |
| 1642 | /* 4985 */ MCD::OPC_Decode, 207, 16, 114, // Opcode: MTC1_MM |
| 1643 | /* 4989 */ MCD::OPC_FilterValue, 36, 31, 0, 0, // Skip to: 5025 |
| 1644 | /* 4994 */ MCD::OPC_ExtractField, 13, 3, // Inst{15-13} ... |
| 1645 | /* 4997 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5011 |
| 1646 | /* 5002 */ MCD::OPC_CheckPredicate, 19, 229, 5, 0, // Skip to: 6516 |
| 1647 | /* 5007 */ MCD::OPC_Decode, 215, 9, 113, // Opcode: CVT_W_S_MM |
| 1648 | /* 5011 */ MCD::OPC_FilterValue, 2, 220, 5, 0, // Skip to: 6516 |
| 1649 | /* 5016 */ MCD::OPC_CheckPredicate, 18, 215, 5, 0, // Skip to: 6516 |
| 1650 | /* 5021 */ MCD::OPC_Decode, 211, 9, 115, // Opcode: CVT_W_D32_MM |
| 1651 | /* 5025 */ MCD::OPC_FilterValue, 37, 9, 0, 0, // Skip to: 5039 |
| 1652 | /* 5030 */ MCD::OPC_CheckPredicate, 13, 201, 5, 0, // Skip to: 6516 |
| 1653 | /* 5035 */ MCD::OPC_Decode, 162, 16, 112, // Opcode: MOVT_I_MM |
| 1654 | /* 5039 */ MCD::OPC_FilterValue, 40, 31, 0, 0, // Skip to: 5075 |
| 1655 | /* 5044 */ MCD::OPC_ExtractField, 13, 3, // Inst{15-13} ... |
| 1656 | /* 5047 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5061 |
| 1657 | /* 5052 */ MCD::OPC_CheckPredicate, 19, 179, 5, 0, // Skip to: 6516 |
| 1658 | /* 5057 */ MCD::OPC_Decode, 134, 13, 113, // Opcode: FSQRT_S_MM |
| 1659 | /* 5061 */ MCD::OPC_FilterValue, 2, 170, 5, 0, // Skip to: 6516 |
| 1660 | /* 5066 */ MCD::OPC_CheckPredicate, 18, 165, 5, 0, // Skip to: 6516 |
| 1661 | /* 5071 */ MCD::OPC_Decode, 130, 13, 109, // Opcode: FSQRT_D32_MM |
| 1662 | /* 5075 */ MCD::OPC_FilterValue, 44, 59, 0, 0, // Skip to: 5139 |
| 1663 | /* 5080 */ MCD::OPC_ExtractField, 13, 3, // Inst{15-13} ... |
| 1664 | /* 5083 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5097 |
| 1665 | /* 5088 */ MCD::OPC_CheckPredicate, 19, 143, 5, 0, // Skip to: 6516 |
| 1666 | /* 5093 */ MCD::OPC_Decode, 198, 12, 113, // Opcode: FLOOR_W_S_MM |
| 1667 | /* 5097 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 5111 |
| 1668 | /* 5102 */ MCD::OPC_CheckPredicate, 19, 129, 5, 0, // Skip to: 6516 |
| 1669 | /* 5107 */ MCD::OPC_Decode, 227, 21, 113, // Opcode: TRUNC_W_S_MM |
| 1670 | /* 5111 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 5125 |
| 1671 | /* 5116 */ MCD::OPC_CheckPredicate, 18, 115, 5, 0, // Skip to: 6516 |
| 1672 | /* 5121 */ MCD::OPC_Decode, 196, 12, 115, // Opcode: FLOOR_W_MM |
| 1673 | /* 5125 */ MCD::OPC_FilterValue, 3, 106, 5, 0, // Skip to: 6516 |
| 1674 | /* 5130 */ MCD::OPC_CheckPredicate, 18, 101, 5, 0, // Skip to: 6516 |
| 1675 | /* 5135 */ MCD::OPC_Decode, 225, 21, 115, // Opcode: TRUNC_W_MM |
| 1676 | /* 5139 */ MCD::OPC_FilterValue, 45, 16, 0, 0, // Skip to: 5160 |
| 1677 | /* 5144 */ MCD::OPC_CheckPredicate, 18, 87, 5, 0, // Skip to: 6516 |
| 1678 | /* 5149 */ MCD::OPC_CheckField, 13, 3, 1, 80, 5, 0, // Skip to: 6516 |
| 1679 | /* 5156 */ MCD::OPC_Decode, 231, 12, 109, // Opcode: FNEG_D32_MM |
| 1680 | /* 5160 */ MCD::OPC_FilterValue, 64, 31, 0, 0, // Skip to: 5196 |
| 1681 | /* 5165 */ MCD::OPC_ExtractField, 13, 3, // Inst{15-13} ... |
| 1682 | /* 5168 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5182 |
| 1683 | /* 5173 */ MCD::OPC_CheckPredicate, 19, 58, 5, 0, // Skip to: 6516 |
| 1684 | /* 5178 */ MCD::OPC_Decode, 150, 8, 116, // Opcode: CFC1_MM |
| 1685 | /* 5182 */ MCD::OPC_FilterValue, 1, 49, 5, 0, // Skip to: 6516 |
| 1686 | /* 5187 */ MCD::OPC_CheckPredicate, 18, 44, 5, 0, // Skip to: 6516 |
| 1687 | /* 5192 */ MCD::OPC_Decode, 199, 15, 117, // Opcode: MFHC1_D32_MM |
| 1688 | /* 5196 */ MCD::OPC_FilterValue, 72, 31, 0, 0, // Skip to: 5232 |
| 1689 | /* 5201 */ MCD::OPC_ExtractField, 13, 3, // Inst{15-13} ... |
| 1690 | /* 5204 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5218 |
| 1691 | /* 5209 */ MCD::OPC_CheckPredicate, 19, 22, 5, 0, // Skip to: 6516 |
| 1692 | /* 5214 */ MCD::OPC_Decode, 163, 18, 113, // Opcode: RECIP_S_MM |
| 1693 | /* 5218 */ MCD::OPC_FilterValue, 2, 13, 5, 0, // Skip to: 6516 |
| 1694 | /* 5223 */ MCD::OPC_CheckPredicate, 18, 8, 5, 0, // Skip to: 6516 |
| 1695 | /* 5228 */ MCD::OPC_Decode, 159, 18, 109, // Opcode: RECIP_D32_MM |
| 1696 | /* 5232 */ MCD::OPC_FilterValue, 77, 31, 0, 0, // Skip to: 5268 |
| 1697 | /* 5237 */ MCD::OPC_ExtractField, 13, 3, // Inst{15-13} ... |
| 1698 | /* 5240 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5254 |
| 1699 | /* 5245 */ MCD::OPC_CheckPredicate, 18, 242, 4, 0, // Skip to: 6516 |
| 1700 | /* 5250 */ MCD::OPC_Decode, 181, 9, 118, // Opcode: CVT_D32_S_MM |
| 1701 | /* 5254 */ MCD::OPC_FilterValue, 1, 233, 4, 0, // Skip to: 6516 |
| 1702 | /* 5259 */ MCD::OPC_CheckPredicate, 18, 228, 4, 0, // Skip to: 6516 |
| 1703 | /* 5264 */ MCD::OPC_Decode, 183, 9, 118, // Opcode: CVT_D32_W_MM |
| 1704 | /* 5268 */ MCD::OPC_FilterValue, 96, 31, 0, 0, // Skip to: 5304 |
| 1705 | /* 5273 */ MCD::OPC_ExtractField, 13, 3, // Inst{15-13} ... |
| 1706 | /* 5276 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5290 |
| 1707 | /* 5281 */ MCD::OPC_CheckPredicate, 19, 206, 4, 0, // Skip to: 6516 |
| 1708 | /* 5286 */ MCD::OPC_Decode, 177, 9, 119, // Opcode: CTC1_MM |
| 1709 | /* 5290 */ MCD::OPC_FilterValue, 1, 197, 4, 0, // Skip to: 6516 |
| 1710 | /* 5295 */ MCD::OPC_CheckPredicate, 18, 192, 4, 0, // Skip to: 6516 |
| 1711 | /* 5300 */ MCD::OPC_Decode, 215, 16, 120, // Opcode: MTHC1_D32_MM |
| 1712 | /* 5304 */ MCD::OPC_FilterValue, 108, 59, 0, 0, // Skip to: 5368 |
| 1713 | /* 5309 */ MCD::OPC_ExtractField, 13, 3, // Inst{15-13} ... |
| 1714 | /* 5312 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5326 |
| 1715 | /* 5317 */ MCD::OPC_CheckPredicate, 19, 170, 4, 0, // Skip to: 6516 |
| 1716 | /* 5322 */ MCD::OPC_Decode, 139, 8, 113, // Opcode: CEIL_W_S_MM |
| 1717 | /* 5326 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 5340 |
| 1718 | /* 5331 */ MCD::OPC_CheckPredicate, 19, 156, 4, 0, // Skip to: 6516 |
| 1719 | /* 5336 */ MCD::OPC_Decode, 189, 18, 113, // Opcode: ROUND_W_S_MM |
| 1720 | /* 5340 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 5354 |
| 1721 | /* 5345 */ MCD::OPC_CheckPredicate, 18, 142, 4, 0, // Skip to: 6516 |
| 1722 | /* 5350 */ MCD::OPC_Decode, 137, 8, 115, // Opcode: CEIL_W_MM |
| 1723 | /* 5354 */ MCD::OPC_FilterValue, 3, 133, 4, 0, // Skip to: 6516 |
| 1724 | /* 5359 */ MCD::OPC_CheckPredicate, 18, 128, 4, 0, // Skip to: 6516 |
| 1725 | /* 5364 */ MCD::OPC_Decode, 187, 18, 115, // Opcode: ROUND_W_MM |
| 1726 | /* 5368 */ MCD::OPC_FilterValue, 109, 119, 4, 0, // Skip to: 6516 |
| 1727 | /* 5373 */ MCD::OPC_ExtractField, 13, 3, // Inst{15-13} ... |
| 1728 | /* 5376 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5390 |
| 1729 | /* 5381 */ MCD::OPC_CheckPredicate, 18, 106, 4, 0, // Skip to: 6516 |
| 1730 | /* 5386 */ MCD::OPC_Decode, 200, 9, 115, // Opcode: CVT_S_D32_MM |
| 1731 | /* 5390 */ MCD::OPC_FilterValue, 1, 97, 4, 0, // Skip to: 6516 |
| 1732 | /* 5395 */ MCD::OPC_CheckPredicate, 19, 92, 4, 0, // Skip to: 6516 |
| 1733 | /* 5400 */ MCD::OPC_Decode, 208, 9, 113, // Opcode: CVT_S_W_MM |
| 1734 | /* 5404 */ MCD::OPC_FilterValue, 60, 83, 4, 0, // Skip to: 6516 |
| 1735 | /* 5409 */ MCD::OPC_ExtractField, 6, 7, // Inst{12-6} ... |
| 1736 | /* 5412 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5426 |
| 1737 | /* 5417 */ MCD::OPC_CheckPredicate, 13, 70, 4, 0, // Skip to: 6516 |
| 1738 | /* 5422 */ MCD::OPC_Decode, 228, 9, 121, // Opcode: C_F_S_MM |
| 1739 | /* 5426 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 5440 |
| 1740 | /* 5431 */ MCD::OPC_CheckPredicate, 13, 56, 4, 0, // Skip to: 6516 |
| 1741 | /* 5436 */ MCD::OPC_Decode, 184, 10, 121, // Opcode: C_UN_S_MM |
| 1742 | /* 5440 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 5454 |
| 1743 | /* 5445 */ MCD::OPC_CheckPredicate, 13, 42, 4, 0, // Skip to: 6516 |
| 1744 | /* 5450 */ MCD::OPC_Decode, 222, 9, 121, // Opcode: C_EQ_S_MM |
| 1745 | /* 5454 */ MCD::OPC_FilterValue, 3, 9, 0, 0, // Skip to: 5468 |
| 1746 | /* 5459 */ MCD::OPC_CheckPredicate, 13, 28, 4, 0, // Skip to: 6516 |
| 1747 | /* 5464 */ MCD::OPC_Decode, 166, 10, 121, // Opcode: C_UEQ_S_MM |
| 1748 | /* 5468 */ MCD::OPC_FilterValue, 4, 9, 0, 0, // Skip to: 5482 |
| 1749 | /* 5473 */ MCD::OPC_CheckPredicate, 13, 14, 4, 0, // Skip to: 6516 |
| 1750 | /* 5478 */ MCD::OPC_Decode, 148, 10, 121, // Opcode: C_OLT_S_MM |
| 1751 | /* 5482 */ MCD::OPC_FilterValue, 5, 9, 0, 0, // Skip to: 5496 |
| 1752 | /* 5487 */ MCD::OPC_CheckPredicate, 13, 0, 4, 0, // Skip to: 6516 |
| 1753 | /* 5492 */ MCD::OPC_Decode, 178, 10, 121, // Opcode: C_ULT_S_MM |
| 1754 | /* 5496 */ MCD::OPC_FilterValue, 6, 9, 0, 0, // Skip to: 5510 |
| 1755 | /* 5501 */ MCD::OPC_CheckPredicate, 13, 242, 3, 0, // Skip to: 6516 |
| 1756 | /* 5506 */ MCD::OPC_Decode, 142, 10, 121, // Opcode: C_OLE_S_MM |
| 1757 | /* 5510 */ MCD::OPC_FilterValue, 7, 9, 0, 0, // Skip to: 5524 |
| 1758 | /* 5515 */ MCD::OPC_CheckPredicate, 13, 228, 3, 0, // Skip to: 6516 |
| 1759 | /* 5520 */ MCD::OPC_Decode, 172, 10, 121, // Opcode: C_ULE_S_MM |
| 1760 | /* 5524 */ MCD::OPC_FilterValue, 8, 9, 0, 0, // Skip to: 5538 |
| 1761 | /* 5529 */ MCD::OPC_CheckPredicate, 13, 214, 3, 0, // Skip to: 6516 |
| 1762 | /* 5534 */ MCD::OPC_Decode, 160, 10, 121, // Opcode: C_SF_S_MM |
| 1763 | /* 5538 */ MCD::OPC_FilterValue, 9, 9, 0, 0, // Skip to: 5552 |
| 1764 | /* 5543 */ MCD::OPC_CheckPredicate, 13, 200, 3, 0, // Skip to: 6516 |
| 1765 | /* 5548 */ MCD::OPC_Decode, 252, 9, 121, // Opcode: C_NGLE_S_MM |
| 1766 | /* 5552 */ MCD::OPC_FilterValue, 10, 9, 0, 0, // Skip to: 5566 |
| 1767 | /* 5557 */ MCD::OPC_CheckPredicate, 13, 186, 3, 0, // Skip to: 6516 |
| 1768 | /* 5562 */ MCD::OPC_Decode, 154, 10, 121, // Opcode: C_SEQ_S_MM |
| 1769 | /* 5566 */ MCD::OPC_FilterValue, 11, 9, 0, 0, // Skip to: 5580 |
| 1770 | /* 5571 */ MCD::OPC_CheckPredicate, 13, 172, 3, 0, // Skip to: 6516 |
| 1771 | /* 5576 */ MCD::OPC_Decode, 130, 10, 121, // Opcode: C_NGL_S_MM |
| 1772 | /* 5580 */ MCD::OPC_FilterValue, 12, 9, 0, 0, // Skip to: 5594 |
| 1773 | /* 5585 */ MCD::OPC_CheckPredicate, 13, 158, 3, 0, // Skip to: 6516 |
| 1774 | /* 5590 */ MCD::OPC_Decode, 240, 9, 121, // Opcode: C_LT_S_MM |
| 1775 | /* 5594 */ MCD::OPC_FilterValue, 13, 9, 0, 0, // Skip to: 5608 |
| 1776 | /* 5599 */ MCD::OPC_CheckPredicate, 13, 144, 3, 0, // Skip to: 6516 |
| 1777 | /* 5604 */ MCD::OPC_Decode, 246, 9, 121, // Opcode: C_NGE_S_MM |
| 1778 | /* 5608 */ MCD::OPC_FilterValue, 14, 9, 0, 0, // Skip to: 5622 |
| 1779 | /* 5613 */ MCD::OPC_CheckPredicate, 13, 130, 3, 0, // Skip to: 6516 |
| 1780 | /* 5618 */ MCD::OPC_Decode, 234, 9, 121, // Opcode: C_LE_S_MM |
| 1781 | /* 5622 */ MCD::OPC_FilterValue, 15, 9, 0, 0, // Skip to: 5636 |
| 1782 | /* 5627 */ MCD::OPC_CheckPredicate, 13, 116, 3, 0, // Skip to: 6516 |
| 1783 | /* 5632 */ MCD::OPC_Decode, 136, 10, 121, // Opcode: C_NGT_S_MM |
| 1784 | /* 5636 */ MCD::OPC_FilterValue, 16, 9, 0, 0, // Skip to: 5650 |
| 1785 | /* 5641 */ MCD::OPC_CheckPredicate, 17, 102, 3, 0, // Skip to: 6516 |
| 1786 | /* 5646 */ MCD::OPC_Decode, 224, 9, 122, // Opcode: C_F_D32_MM |
| 1787 | /* 5650 */ MCD::OPC_FilterValue, 17, 9, 0, 0, // Skip to: 5664 |
| 1788 | /* 5655 */ MCD::OPC_CheckPredicate, 17, 88, 3, 0, // Skip to: 6516 |
| 1789 | /* 5660 */ MCD::OPC_Decode, 180, 10, 122, // Opcode: C_UN_D32_MM |
| 1790 | /* 5664 */ MCD::OPC_FilterValue, 18, 9, 0, 0, // Skip to: 5678 |
| 1791 | /* 5669 */ MCD::OPC_CheckPredicate, 17, 74, 3, 0, // Skip to: 6516 |
| 1792 | /* 5674 */ MCD::OPC_Decode, 218, 9, 122, // Opcode: C_EQ_D32_MM |
| 1793 | /* 5678 */ MCD::OPC_FilterValue, 19, 9, 0, 0, // Skip to: 5692 |
| 1794 | /* 5683 */ MCD::OPC_CheckPredicate, 17, 60, 3, 0, // Skip to: 6516 |
| 1795 | /* 5688 */ MCD::OPC_Decode, 162, 10, 122, // Opcode: C_UEQ_D32_MM |
| 1796 | /* 5692 */ MCD::OPC_FilterValue, 20, 9, 0, 0, // Skip to: 5706 |
| 1797 | /* 5697 */ MCD::OPC_CheckPredicate, 17, 46, 3, 0, // Skip to: 6516 |
| 1798 | /* 5702 */ MCD::OPC_Decode, 144, 10, 122, // Opcode: C_OLT_D32_MM |
| 1799 | /* 5706 */ MCD::OPC_FilterValue, 21, 9, 0, 0, // Skip to: 5720 |
| 1800 | /* 5711 */ MCD::OPC_CheckPredicate, 17, 32, 3, 0, // Skip to: 6516 |
| 1801 | /* 5716 */ MCD::OPC_Decode, 174, 10, 122, // Opcode: C_ULT_D32_MM |
| 1802 | /* 5720 */ MCD::OPC_FilterValue, 22, 9, 0, 0, // Skip to: 5734 |
| 1803 | /* 5725 */ MCD::OPC_CheckPredicate, 17, 18, 3, 0, // Skip to: 6516 |
| 1804 | /* 5730 */ MCD::OPC_Decode, 138, 10, 122, // Opcode: C_OLE_D32_MM |
| 1805 | /* 5734 */ MCD::OPC_FilterValue, 23, 9, 0, 0, // Skip to: 5748 |
| 1806 | /* 5739 */ MCD::OPC_CheckPredicate, 17, 4, 3, 0, // Skip to: 6516 |
| 1807 | /* 5744 */ MCD::OPC_Decode, 168, 10, 122, // Opcode: C_ULE_D32_MM |
| 1808 | /* 5748 */ MCD::OPC_FilterValue, 24, 9, 0, 0, // Skip to: 5762 |
| 1809 | /* 5753 */ MCD::OPC_CheckPredicate, 17, 246, 2, 0, // Skip to: 6516 |
| 1810 | /* 5758 */ MCD::OPC_Decode, 156, 10, 122, // Opcode: C_SF_D32_MM |
| 1811 | /* 5762 */ MCD::OPC_FilterValue, 25, 9, 0, 0, // Skip to: 5776 |
| 1812 | /* 5767 */ MCD::OPC_CheckPredicate, 17, 232, 2, 0, // Skip to: 6516 |
| 1813 | /* 5772 */ MCD::OPC_Decode, 248, 9, 122, // Opcode: C_NGLE_D32_MM |
| 1814 | /* 5776 */ MCD::OPC_FilterValue, 26, 9, 0, 0, // Skip to: 5790 |
| 1815 | /* 5781 */ MCD::OPC_CheckPredicate, 17, 218, 2, 0, // Skip to: 6516 |
| 1816 | /* 5786 */ MCD::OPC_Decode, 150, 10, 122, // Opcode: C_SEQ_D32_MM |
| 1817 | /* 5790 */ MCD::OPC_FilterValue, 27, 9, 0, 0, // Skip to: 5804 |
| 1818 | /* 5795 */ MCD::OPC_CheckPredicate, 17, 204, 2, 0, // Skip to: 6516 |
| 1819 | /* 5800 */ MCD::OPC_Decode, 254, 9, 122, // Opcode: C_NGL_D32_MM |
| 1820 | /* 5804 */ MCD::OPC_FilterValue, 28, 9, 0, 0, // Skip to: 5818 |
| 1821 | /* 5809 */ MCD::OPC_CheckPredicate, 17, 190, 2, 0, // Skip to: 6516 |
| 1822 | /* 5814 */ MCD::OPC_Decode, 236, 9, 122, // Opcode: C_LT_D32_MM |
| 1823 | /* 5818 */ MCD::OPC_FilterValue, 29, 9, 0, 0, // Skip to: 5832 |
| 1824 | /* 5823 */ MCD::OPC_CheckPredicate, 17, 176, 2, 0, // Skip to: 6516 |
| 1825 | /* 5828 */ MCD::OPC_Decode, 242, 9, 122, // Opcode: C_NGE_D32_MM |
| 1826 | /* 5832 */ MCD::OPC_FilterValue, 30, 9, 0, 0, // Skip to: 5846 |
| 1827 | /* 5837 */ MCD::OPC_CheckPredicate, 17, 162, 2, 0, // Skip to: 6516 |
| 1828 | /* 5842 */ MCD::OPC_Decode, 230, 9, 122, // Opcode: C_LE_D32_MM |
| 1829 | /* 5846 */ MCD::OPC_FilterValue, 31, 153, 2, 0, // Skip to: 6516 |
| 1830 | /* 5851 */ MCD::OPC_CheckPredicate, 17, 148, 2, 0, // Skip to: 6516 |
| 1831 | /* 5856 */ MCD::OPC_Decode, 132, 10, 122, // Opcode: C_NGT_D32_MM |
| 1832 | /* 5860 */ MCD::OPC_FilterValue, 22, 48, 0, 0, // Skip to: 5913 |
| 1833 | /* 5865 */ MCD::OPC_ExtractField, 0, 11, // Inst{10-0} ... |
| 1834 | /* 5868 */ MCD::OPC_FilterValue, 197, 1, 9, 0, 0, // Skip to: 5883 |
| 1835 | /* 5874 */ MCD::OPC_CheckPredicate, 8, 125, 2, 0, // Skip to: 6516 |
| 1836 | /* 5879 */ MCD::OPC_Decode, 208, 8, 43, // Opcode: CMPGU_EQ_QB_MM |
| 1837 | /* 5883 */ MCD::OPC_FilterValue, 133, 2, 9, 0, 0, // Skip to: 5898 |
| 1838 | /* 5889 */ MCD::OPC_CheckPredicate, 8, 110, 2, 0, // Skip to: 6516 |
| 1839 | /* 5894 */ MCD::OPC_Decode, 212, 8, 43, // Opcode: CMPGU_LT_QB_MM |
| 1840 | /* 5898 */ MCD::OPC_FilterValue, 197, 2, 100, 2, 0, // Skip to: 6516 |
| 1841 | /* 5904 */ MCD::OPC_CheckPredicate, 8, 95, 2, 0, // Skip to: 6516 |
| 1842 | /* 5909 */ MCD::OPC_Decode, 210, 8, 43, // Opcode: CMPGU_LE_QB_MM |
| 1843 | /* 5913 */ MCD::OPC_FilterValue, 24, 99, 1, 0, // Skip to: 6273 |
| 1844 | /* 5918 */ MCD::OPC_ExtractField, 12, 4, // Inst{15-12} ... |
| 1845 | /* 5921 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5935 |
| 1846 | /* 5926 */ MCD::OPC_CheckPredicate, 6, 73, 2, 0, // Skip to: 6516 |
| 1847 | /* 5931 */ MCD::OPC_Decode, 220, 14, 88, // Opcode: LWL_MM |
| 1848 | /* 5935 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 5949 |
| 1849 | /* 5940 */ MCD::OPC_CheckPredicate, 6, 59, 2, 0, // Skip to: 6516 |
| 1850 | /* 5945 */ MCD::OPC_Decode, 231, 14, 88, // Opcode: LWR_MM |
| 1851 | /* 5949 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 5963 |
| 1852 | /* 5954 */ MCD::OPC_CheckPredicate, 6, 45, 2, 0, // Skip to: 6516 |
| 1853 | /* 5959 */ MCD::OPC_Decode, 142, 18, 89, // Opcode: PREF_MM |
| 1854 | /* 5963 */ MCD::OPC_FilterValue, 3, 9, 0, 0, // Skip to: 5977 |
| 1855 | /* 5968 */ MCD::OPC_CheckPredicate, 6, 31, 2, 0, // Skip to: 6516 |
| 1856 | /* 5973 */ MCD::OPC_Decode, 189, 14, 88, // Opcode: LL_MM |
| 1857 | /* 5977 */ MCD::OPC_FilterValue, 6, 115, 0, 0, // Skip to: 6097 |
| 1858 | /* 5982 */ MCD::OPC_ExtractField, 9, 3, // Inst{11-9} ... |
| 1859 | /* 5985 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 5999 |
| 1860 | /* 5990 */ MCD::OPC_CheckPredicate, 21, 9, 2, 0, // Skip to: 6516 |
| 1861 | /* 5995 */ MCD::OPC_Decode, 140, 14, 123, // Opcode: LBuE_MM |
| 1862 | /* 5999 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 6013 |
| 1863 | /* 6004 */ MCD::OPC_CheckPredicate, 21, 251, 1, 0, // Skip to: 6516 |
| 1864 | /* 6009 */ MCD::OPC_Decode, 178, 14, 123, // Opcode: LHuE_MM |
| 1865 | /* 6013 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 6027 |
| 1866 | /* 6018 */ MCD::OPC_CheckPredicate, 22, 237, 1, 0, // Skip to: 6516 |
| 1867 | /* 6023 */ MCD::OPC_Decode, 219, 14, 123, // Opcode: LWLE_MM |
| 1868 | /* 6027 */ MCD::OPC_FilterValue, 3, 9, 0, 0, // Skip to: 6041 |
| 1869 | /* 6032 */ MCD::OPC_CheckPredicate, 22, 223, 1, 0, // Skip to: 6516 |
| 1870 | /* 6037 */ MCD::OPC_Decode, 230, 14, 123, // Opcode: LWRE_MM |
| 1871 | /* 6041 */ MCD::OPC_FilterValue, 4, 9, 0, 0, // Skip to: 6055 |
| 1872 | /* 6046 */ MCD::OPC_CheckPredicate, 21, 209, 1, 0, // Skip to: 6516 |
| 1873 | /* 6051 */ MCD::OPC_Decode, 130, 14, 123, // Opcode: LBE_MM |
| 1874 | /* 6055 */ MCD::OPC_FilterValue, 5, 9, 0, 0, // Skip to: 6069 |
| 1875 | /* 6060 */ MCD::OPC_CheckPredicate, 21, 195, 1, 0, // Skip to: 6516 |
| 1876 | /* 6065 */ MCD::OPC_Decode, 170, 14, 123, // Opcode: LHE_MM |
| 1877 | /* 6069 */ MCD::OPC_FilterValue, 6, 9, 0, 0, // Skip to: 6083 |
| 1878 | /* 6074 */ MCD::OPC_CheckPredicate, 21, 181, 1, 0, // Skip to: 6516 |
| 1879 | /* 6079 */ MCD::OPC_Decode, 188, 14, 123, // Opcode: LLE_MM |
| 1880 | /* 6083 */ MCD::OPC_FilterValue, 7, 172, 1, 0, // Skip to: 6516 |
| 1881 | /* 6088 */ MCD::OPC_CheckPredicate, 21, 167, 1, 0, // Skip to: 6516 |
| 1882 | /* 6093 */ MCD::OPC_Decode, 214, 14, 123, // Opcode: LWE_MM |
| 1883 | /* 6097 */ MCD::OPC_FilterValue, 8, 9, 0, 0, // Skip to: 6111 |
| 1884 | /* 6102 */ MCD::OPC_CheckPredicate, 6, 153, 1, 0, // Skip to: 6516 |
| 1885 | /* 6107 */ MCD::OPC_Decode, 254, 20, 88, // Opcode: SWL_MM |
| 1886 | /* 6111 */ MCD::OPC_FilterValue, 9, 9, 0, 0, // Skip to: 6125 |
| 1887 | /* 6116 */ MCD::OPC_CheckPredicate, 6, 139, 1, 0, // Skip to: 6516 |
| 1888 | /* 6121 */ MCD::OPC_Decode, 135, 21, 88, // Opcode: SWR_MM |
| 1889 | /* 6125 */ MCD::OPC_FilterValue, 10, 115, 0, 0, // Skip to: 6245 |
| 1890 | /* 6130 */ MCD::OPC_ExtractField, 9, 3, // Inst{11-9} ... |
| 1891 | /* 6133 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 6147 |
| 1892 | /* 6138 */ MCD::OPC_CheckPredicate, 22, 117, 1, 0, // Skip to: 6516 |
| 1893 | /* 6143 */ MCD::OPC_Decode, 253, 20, 123, // Opcode: SWLE_MM |
| 1894 | /* 6147 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 6161 |
| 1895 | /* 6152 */ MCD::OPC_CheckPredicate, 22, 103, 1, 0, // Skip to: 6516 |
| 1896 | /* 6157 */ MCD::OPC_Decode, 134, 21, 123, // Opcode: SWRE_MM |
| 1897 | /* 6161 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 6175 |
| 1898 | /* 6166 */ MCD::OPC_CheckPredicate, 21, 89, 1, 0, // Skip to: 6516 |
| 1899 | /* 6171 */ MCD::OPC_Decode, 140, 18, 124, // Opcode: PREFE_MM |
| 1900 | /* 6175 */ MCD::OPC_FilterValue, 3, 9, 0, 0, // Skip to: 6189 |
| 1901 | /* 6180 */ MCD::OPC_CheckPredicate, 21, 75, 1, 0, // Skip to: 6516 |
| 1902 | /* 6185 */ MCD::OPC_Decode, 254, 7, 124, // Opcode: CACHEE_MM |
| 1903 | /* 6189 */ MCD::OPC_FilterValue, 4, 9, 0, 0, // Skip to: 6203 |
| 1904 | /* 6194 */ MCD::OPC_CheckPredicate, 21, 61, 1, 0, // Skip to: 6516 |
| 1905 | /* 6199 */ MCD::OPC_Decode, 214, 18, 123, // Opcode: SBE_MM |
| 1906 | /* 6203 */ MCD::OPC_FilterValue, 5, 9, 0, 0, // Skip to: 6217 |
| 1907 | /* 6208 */ MCD::OPC_CheckPredicate, 21, 47, 1, 0, // Skip to: 6516 |
| 1908 | /* 6213 */ MCD::OPC_Decode, 151, 19, 123, // Opcode: SHE_MM |
| 1909 | /* 6217 */ MCD::OPC_FilterValue, 6, 9, 0, 0, // Skip to: 6231 |
| 1910 | /* 6222 */ MCD::OPC_CheckPredicate, 21, 33, 1, 0, // Skip to: 6516 |
| 1911 | /* 6227 */ MCD::OPC_Decode, 223, 18, 123, // Opcode: SCE_MM |
| 1912 | /* 6231 */ MCD::OPC_FilterValue, 7, 24, 1, 0, // Skip to: 6516 |
| 1913 | /* 6236 */ MCD::OPC_CheckPredicate, 21, 19, 1, 0, // Skip to: 6516 |
| 1914 | /* 6241 */ MCD::OPC_Decode, 249, 20, 123, // Opcode: SWE_MM |
| 1915 | /* 6245 */ MCD::OPC_FilterValue, 11, 9, 0, 0, // Skip to: 6259 |
| 1916 | /* 6250 */ MCD::OPC_CheckPredicate, 6, 5, 1, 0, // Skip to: 6516 |
| 1917 | /* 6255 */ MCD::OPC_Decode, 224, 18, 88, // Opcode: SC_MM |
| 1918 | /* 6259 */ MCD::OPC_FilterValue, 14, 252, 0, 0, // Skip to: 6516 |
| 1919 | /* 6264 */ MCD::OPC_CheckPredicate, 6, 247, 0, 0, // Skip to: 6516 |
| 1920 | /* 6269 */ MCD::OPC_Decode, 234, 14, 88, // Opcode: LWU_MM |
| 1921 | /* 6273 */ MCD::OPC_FilterValue, 28, 9, 0, 0, // Skip to: 6287 |
| 1922 | /* 6278 */ MCD::OPC_CheckPredicate, 6, 233, 0, 0, // Skip to: 6516 |
| 1923 | /* 6283 */ MCD::OPC_Decode, 131, 22, 97, // Opcode: XORi_MM |
| 1924 | /* 6287 */ MCD::OPC_FilterValue, 29, 9, 0, 0, // Skip to: 6301 |
| 1925 | /* 6292 */ MCD::OPC_CheckPredicate, 6, 219, 0, 0, // Skip to: 6516 |
| 1926 | /* 6297 */ MCD::OPC_Decode, 226, 13, 125, // Opcode: JALS_MM |
| 1927 | /* 6301 */ MCD::OPC_FilterValue, 30, 9, 0, 0, // Skip to: 6315 |
| 1928 | /* 6306 */ MCD::OPC_CheckPredicate, 6, 205, 0, 0, // Skip to: 6516 |
| 1929 | /* 6311 */ MCD::OPC_Decode, 181, 5, 126, // Opcode: ADDIUPC_MM |
| 1930 | /* 6315 */ MCD::OPC_FilterValue, 36, 9, 0, 0, // Skip to: 6329 |
| 1931 | /* 6320 */ MCD::OPC_CheckPredicate, 7, 191, 0, 0, // Skip to: 6516 |
| 1932 | /* 6325 */ MCD::OPC_Decode, 237, 19, 86, // Opcode: SLTi_MM |
| 1933 | /* 6329 */ MCD::OPC_FilterValue, 37, 9, 0, 0, // Skip to: 6343 |
| 1934 | /* 6334 */ MCD::OPC_CheckPredicate, 6, 177, 0, 0, // Skip to: 6516 |
| 1935 | /* 6339 */ MCD::OPC_Decode, 233, 6, 127, // Opcode: BEQ_MM |
| 1936 | /* 6343 */ MCD::OPC_FilterValue, 38, 10, 0, 0, // Skip to: 6358 |
| 1937 | /* 6348 */ MCD::OPC_CheckPredicate, 19, 163, 0, 0, // Skip to: 6516 |
| 1938 | /* 6353 */ MCD::OPC_Decode, 241, 20, 128, 1, // Opcode: SWC1_MM |
| 1939 | /* 6358 */ MCD::OPC_FilterValue, 39, 10, 0, 0, // Skip to: 6373 |
| 1940 | /* 6363 */ MCD::OPC_CheckPredicate, 19, 148, 0, 0, // Skip to: 6516 |
| 1941 | /* 6368 */ MCD::OPC_Decode, 206, 14, 128, 1, // Opcode: LWC1_MM |
| 1942 | /* 6373 */ MCD::OPC_FilterValue, 44, 9, 0, 0, // Skip to: 6387 |
| 1943 | /* 6378 */ MCD::OPC_CheckPredicate, 7, 133, 0, 0, // Skip to: 6516 |
| 1944 | /* 6383 */ MCD::OPC_Decode, 240, 19, 86, // Opcode: SLTiu_MM |
| 1945 | /* 6387 */ MCD::OPC_FilterValue, 45, 9, 0, 0, // Skip to: 6401 |
| 1946 | /* 6392 */ MCD::OPC_CheckPredicate, 6, 119, 0, 0, // Skip to: 6516 |
| 1947 | /* 6397 */ MCD::OPC_Decode, 208, 7, 127, // Opcode: BNE_MM |
| 1948 | /* 6401 */ MCD::OPC_FilterValue, 46, 10, 0, 0, // Skip to: 6416 |
| 1949 | /* 6406 */ MCD::OPC_CheckPredicate, 18, 105, 0, 0, // Skip to: 6516 |
| 1950 | /* 6411 */ MCD::OPC_Decode, 237, 18, 128, 1, // Opcode: SDC1_MM |
| 1951 | /* 6416 */ MCD::OPC_FilterValue, 47, 10, 0, 0, // Skip to: 6431 |
| 1952 | /* 6421 */ MCD::OPC_CheckPredicate, 18, 90, 0, 0, // Skip to: 6516 |
| 1953 | /* 6426 */ MCD::OPC_Decode, 146, 14, 128, 1, // Opcode: LDC1_MM |
| 1954 | /* 6431 */ MCD::OPC_FilterValue, 52, 9, 0, 0, // Skip to: 6445 |
| 1955 | /* 6436 */ MCD::OPC_CheckPredicate, 6, 75, 0, 0, // Skip to: 6516 |
| 1956 | /* 6441 */ MCD::OPC_Decode, 143, 6, 97, // Opcode: ANDi_MM |
| 1957 | /* 6445 */ MCD::OPC_FilterValue, 53, 9, 0, 0, // Skip to: 6459 |
| 1958 | /* 6450 */ MCD::OPC_CheckPredicate, 6, 61, 0, 0, // Skip to: 6516 |
| 1959 | /* 6455 */ MCD::OPC_Decode, 248, 13, 125, // Opcode: J_MM |
| 1960 | /* 6459 */ MCD::OPC_FilterValue, 60, 10, 0, 0, // Skip to: 6474 |
| 1961 | /* 6464 */ MCD::OPC_CheckPredicate, 6, 47, 0, 0, // Skip to: 6516 |
| 1962 | /* 6469 */ MCD::OPC_Decode, 228, 13, 129, 1, // Opcode: JALX_MM |
| 1963 | /* 6474 */ MCD::OPC_FilterValue, 61, 9, 0, 0, // Skip to: 6488 |
| 1964 | /* 6479 */ MCD::OPC_CheckPredicate, 6, 32, 0, 0, // Skip to: 6516 |
| 1965 | /* 6484 */ MCD::OPC_Decode, 229, 13, 125, // Opcode: JAL_MM |
| 1966 | /* 6488 */ MCD::OPC_FilterValue, 62, 9, 0, 0, // Skip to: 6502 |
| 1967 | /* 6493 */ MCD::OPC_CheckPredicate, 7, 18, 0, 0, // Skip to: 6516 |
| 1968 | /* 6498 */ MCD::OPC_Decode, 140, 21, 87, // Opcode: SW_MM |
| 1969 | /* 6502 */ MCD::OPC_FilterValue, 63, 9, 0, 0, // Skip to: 6516 |
| 1970 | /* 6507 */ MCD::OPC_CheckPredicate, 7, 4, 0, 0, // Skip to: 6516 |
| 1971 | /* 6512 */ MCD::OPC_Decode, 240, 14, 87, // Opcode: LW_MM |
| 1972 | /* 6516 */ MCD::OPC_Fail, |
| 1973 | 0 |
| 1974 | }; |
| 1975 | |
| 1976 | static const uint8_t DecoderTableMicroMipsDSP32[] = { |
| 1977 | /* 0 */ MCD::OPC_ExtractField, 26, 6, // Inst{31-26} ... |
| 1978 | /* 3 */ MCD::OPC_FilterValue, 62, 10, 0, 0, // Skip to: 18 |
| 1979 | /* 8 */ MCD::OPC_CheckPredicate, 8, 20, 0, 0, // Skip to: 33 |
| 1980 | /* 13 */ MCD::OPC_Decode, 247, 20, 130, 1, // Opcode: SWDSP_MM |
| 1981 | /* 18 */ MCD::OPC_FilterValue, 63, 10, 0, 0, // Skip to: 33 |
| 1982 | /* 23 */ MCD::OPC_CheckPredicate, 8, 5, 0, 0, // Skip to: 33 |
| 1983 | /* 28 */ MCD::OPC_Decode, 212, 14, 130, 1, // Opcode: LWDSP_MM |
| 1984 | /* 33 */ MCD::OPC_Fail, |
| 1985 | 0 |
| 1986 | }; |
| 1987 | |
| 1988 | static const uint8_t DecoderTableMicroMipsFP6432[] = { |
| 1989 | /* 0 */ MCD::OPC_ExtractField, 26, 6, // Inst{31-26} ... |
| 1990 | /* 3 */ MCD::OPC_FilterValue, 21, 39, 1, 0, // Skip to: 303 |
| 1991 | /* 8 */ MCD::OPC_ExtractField, 0, 11, // Inst{10-0} ... |
| 1992 | /* 11 */ MCD::OPC_FilterValue, 59, 48, 0, 0, // Skip to: 64 |
| 1993 | /* 16 */ MCD::OPC_ExtractField, 11, 5, // Inst{15-11} ... |
| 1994 | /* 19 */ MCD::OPC_FilterValue, 5, 10, 0, 0, // Skip to: 34 |
| 1995 | /* 24 */ MCD::OPC_CheckPredicate, 20, 48, 1, 0, // Skip to: 333 |
| 1996 | /* 29 */ MCD::OPC_Decode, 206, 16, 131, 1, // Opcode: MTC1_D64_MM |
| 1997 | /* 34 */ MCD::OPC_FilterValue, 6, 10, 0, 0, // Skip to: 49 |
| 1998 | /* 39 */ MCD::OPC_CheckPredicate, 20, 33, 1, 0, // Skip to: 333 |
| 1999 | /* 44 */ MCD::OPC_Decode, 201, 15, 132, 1, // Opcode: MFHC1_D64_MM |
| 2000 | /* 49 */ MCD::OPC_FilterValue, 7, 23, 1, 0, // Skip to: 333 |
| 2001 | /* 54 */ MCD::OPC_CheckPredicate, 20, 18, 1, 0, // Skip to: 333 |
| 2002 | /* 59 */ MCD::OPC_Decode, 217, 16, 133, 1, // Opcode: MTHC1_D64_MM |
| 2003 | /* 64 */ MCD::OPC_FilterValue, 123, 16, 0, 0, // Skip to: 85 |
| 2004 | /* 69 */ MCD::OPC_CheckPredicate, 20, 3, 1, 0, // Skip to: 333 |
| 2005 | /* 74 */ MCD::OPC_CheckField, 11, 5, 4, 252, 0, 0, // Skip to: 333 |
| 2006 | /* 81 */ MCD::OPC_Decode, 213, 12, 111, // Opcode: FMOV_D64_MM |
| 2007 | /* 85 */ MCD::OPC_FilterValue, 176, 2, 10, 0, 0, // Skip to: 101 |
| 2008 | /* 91 */ MCD::OPC_CheckPredicate, 20, 237, 0, 0, // Skip to: 333 |
| 2009 | /* 96 */ MCD::OPC_Decode, 251, 11, 134, 1, // Opcode: FADD_D64_MM |
| 2010 | /* 101 */ MCD::OPC_FilterValue, 187, 2, 17, 0, 0, // Skip to: 124 |
| 2011 | /* 107 */ MCD::OPC_CheckPredicate, 20, 221, 0, 0, // Skip to: 333 |
| 2012 | /* 112 */ MCD::OPC_CheckField, 11, 5, 9, 214, 0, 0, // Skip to: 333 |
| 2013 | /* 119 */ MCD::OPC_Decode, 213, 9, 135, 1, // Opcode: CVT_W_D64_MM |
| 2014 | /* 124 */ MCD::OPC_FilterValue, 240, 2, 10, 0, 0, // Skip to: 140 |
| 2015 | /* 130 */ MCD::OPC_CheckPredicate, 20, 198, 0, 0, // Skip to: 333 |
| 2016 | /* 135 */ MCD::OPC_Decode, 140, 13, 134, 1, // Opcode: FSUB_D64_MM |
| 2017 | /* 140 */ MCD::OPC_FilterValue, 176, 3, 10, 0, 0, // Skip to: 156 |
| 2018 | /* 146 */ MCD::OPC_CheckPredicate, 20, 182, 0, 0, // Skip to: 333 |
| 2019 | /* 151 */ MCD::OPC_Decode, 224, 12, 134, 1, // Opcode: FMUL_D64_MM |
| 2020 | /* 156 */ MCD::OPC_FilterValue, 240, 3, 10, 0, 0, // Skip to: 172 |
| 2021 | /* 162 */ MCD::OPC_CheckPredicate, 20, 166, 0, 0, // Skip to: 333 |
| 2022 | /* 167 */ MCD::OPC_Decode, 162, 12, 134, 1, // Opcode: FDIV_D64_MM |
| 2023 | /* 172 */ MCD::OPC_FilterValue, 187, 4, 45, 0, 0, // Skip to: 223 |
| 2024 | /* 178 */ MCD::OPC_ExtractField, 11, 5, // Inst{15-11} ... |
| 2025 | /* 181 */ MCD::OPC_FilterValue, 8, 9, 0, 0, // Skip to: 195 |
| 2026 | /* 186 */ MCD::OPC_CheckPredicate, 20, 142, 0, 0, // Skip to: 333 |
| 2027 | /* 191 */ MCD::OPC_Decode, 194, 18, 111, // Opcode: RSQRT_D64_MM |
| 2028 | /* 195 */ MCD::OPC_FilterValue, 9, 9, 0, 0, // Skip to: 209 |
| 2029 | /* 200 */ MCD::OPC_CheckPredicate, 20, 128, 0, 0, // Skip to: 333 |
| 2030 | /* 205 */ MCD::OPC_Decode, 132, 13, 111, // Opcode: FSQRT_D64_MM |
| 2031 | /* 209 */ MCD::OPC_FilterValue, 10, 119, 0, 0, // Skip to: 333 |
| 2032 | /* 214 */ MCD::OPC_CheckPredicate, 20, 114, 0, 0, // Skip to: 333 |
| 2033 | /* 219 */ MCD::OPC_Decode, 161, 18, 111, // Opcode: RECIP_D64_MM |
| 2034 | /* 223 */ MCD::OPC_FilterValue, 251, 6, 104, 0, 0, // Skip to: 333 |
| 2035 | /* 229 */ MCD::OPC_ExtractField, 11, 5, // Inst{15-11} ... |
| 2036 | /* 232 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 246 |
| 2037 | /* 237 */ MCD::OPC_CheckPredicate, 20, 91, 0, 0, // Skip to: 333 |
| 2038 | /* 242 */ MCD::OPC_Decode, 186, 9, 110, // Opcode: CVT_D64_S_MM |
| 2039 | /* 246 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 261 |
| 2040 | /* 251 */ MCD::OPC_CheckPredicate, 20, 77, 0, 0, // Skip to: 333 |
| 2041 | /* 256 */ MCD::OPC_Decode, 202, 9, 135, 1, // Opcode: CVT_S_D64_MM |
| 2042 | /* 261 */ MCD::OPC_FilterValue, 4, 9, 0, 0, // Skip to: 275 |
| 2043 | /* 266 */ MCD::OPC_CheckPredicate, 20, 62, 0, 0, // Skip to: 333 |
| 2044 | /* 271 */ MCD::OPC_Decode, 244, 11, 111, // Opcode: FABS_D64_MM |
| 2045 | /* 275 */ MCD::OPC_FilterValue, 5, 9, 0, 0, // Skip to: 289 |
| 2046 | /* 280 */ MCD::OPC_CheckPredicate, 20, 48, 0, 0, // Skip to: 333 |
| 2047 | /* 285 */ MCD::OPC_Decode, 233, 12, 111, // Opcode: FNEG_D64_MM |
| 2048 | /* 289 */ MCD::OPC_FilterValue, 6, 39, 0, 0, // Skip to: 333 |
| 2049 | /* 294 */ MCD::OPC_CheckPredicate, 20, 34, 0, 0, // Skip to: 333 |
| 2050 | /* 299 */ MCD::OPC_Decode, 188, 9, 110, // Opcode: CVT_D64_W_MM |
| 2051 | /* 303 */ MCD::OPC_FilterValue, 46, 10, 0, 0, // Skip to: 318 |
| 2052 | /* 308 */ MCD::OPC_CheckPredicate, 23, 20, 0, 0, // Skip to: 333 |
| 2053 | /* 313 */ MCD::OPC_Decode, 236, 18, 128, 1, // Opcode: SDC1_D64_MMR6 |
| 2054 | /* 318 */ MCD::OPC_FilterValue, 47, 10, 0, 0, // Skip to: 333 |
| 2055 | /* 323 */ MCD::OPC_CheckPredicate, 23, 5, 0, 0, // Skip to: 333 |
| 2056 | /* 328 */ MCD::OPC_Decode, 145, 14, 128, 1, // Opcode: LDC1_D64_MMR6 |
| 2057 | /* 333 */ MCD::OPC_Fail, |
| 2058 | 0 |
| 2059 | }; |
| 2060 | |
| 2061 | static const uint8_t DecoderTableMicroMipsR616[] = { |
| 2062 | /* 0 */ MCD::OPC_ExtractField, 10, 6, // Inst{15-10} ... |
| 2063 | /* 3 */ MCD::OPC_FilterValue, 1, 33, 0, 0, // Skip to: 41 |
| 2064 | /* 8 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... |
| 2065 | /* 11 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 26 |
| 2066 | /* 16 */ MCD::OPC_CheckPredicate, 24, 173, 1, 0, // Skip to: 450 |
| 2067 | /* 21 */ MCD::OPC_Decode, 218, 5, 136, 1, // Opcode: ADDU16_MMR6 |
| 2068 | /* 26 */ MCD::OPC_FilterValue, 1, 163, 1, 0, // Skip to: 450 |
| 2069 | /* 31 */ MCD::OPC_CheckPredicate, 24, 158, 1, 0, // Skip to: 450 |
| 2070 | /* 36 */ MCD::OPC_Decode, 207, 20, 136, 1, // Opcode: SUBU16_MMR6 |
| 2071 | /* 41 */ MCD::OPC_FilterValue, 3, 9, 0, 0, // Skip to: 55 |
| 2072 | /* 46 */ MCD::OPC_CheckPredicate, 24, 143, 1, 0, // Skip to: 450 |
| 2073 | /* 51 */ MCD::OPC_Decode, 133, 16, 22, // Opcode: MOVE16_MMR6 |
| 2074 | /* 55 */ MCD::OPC_FilterValue, 9, 31, 0, 0, // Skip to: 91 |
| 2075 | /* 60 */ MCD::OPC_ExtractField, 0, 1, // Inst{0} ... |
| 2076 | /* 63 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 77 |
| 2077 | /* 68 */ MCD::OPC_CheckPredicate, 24, 121, 1, 0, // Skip to: 450 |
| 2078 | /* 73 */ MCD::OPC_Decode, 217, 19, 23, // Opcode: SLL16_MMR6 |
| 2079 | /* 77 */ MCD::OPC_FilterValue, 1, 112, 1, 0, // Skip to: 450 |
| 2080 | /* 82 */ MCD::OPC_CheckPredicate, 24, 107, 1, 0, // Skip to: 450 |
| 2081 | /* 87 */ MCD::OPC_Decode, 148, 20, 23, // Opcode: SRL16_MMR6 |
| 2082 | /* 91 */ MCD::OPC_FilterValue, 11, 9, 0, 0, // Skip to: 105 |
| 2083 | /* 96 */ MCD::OPC_CheckPredicate, 24, 93, 1, 0, // Skip to: 450 |
| 2084 | /* 101 */ MCD::OPC_Decode, 135, 6, 24, // Opcode: ANDI16_MMR6 |
| 2085 | /* 105 */ MCD::OPC_FilterValue, 17, 228, 0, 0, // Skip to: 338 |
| 2086 | /* 110 */ MCD::OPC_ExtractField, 2, 1, // Inst{2} ... |
| 2087 | /* 113 */ MCD::OPC_FilterValue, 0, 206, 0, 0, // Skip to: 324 |
| 2088 | /* 118 */ MCD::OPC_ExtractField, 0, 2, // Inst{1-0} ... |
| 2089 | /* 121 */ MCD::OPC_FilterValue, 0, 33, 0, 0, // Skip to: 159 |
| 2090 | /* 126 */ MCD::OPC_ExtractField, 3, 1, // Inst{3} ... |
| 2091 | /* 129 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 144 |
| 2092 | /* 134 */ MCD::OPC_CheckPredicate, 24, 55, 1, 0, // Skip to: 450 |
| 2093 | /* 139 */ MCD::OPC_Decode, 192, 17, 137, 1, // Opcode: NOT16_MMR6 |
| 2094 | /* 144 */ MCD::OPC_FilterValue, 1, 45, 1, 0, // Skip to: 450 |
| 2095 | /* 149 */ MCD::OPC_CheckPredicate, 24, 40, 1, 0, // Skip to: 450 |
| 2096 | /* 154 */ MCD::OPC_Decode, 250, 21, 138, 1, // Opcode: XOR16_MMR6 |
| 2097 | /* 159 */ MCD::OPC_FilterValue, 1, 33, 0, 0, // Skip to: 197 |
| 2098 | /* 164 */ MCD::OPC_ExtractField, 3, 1, // Inst{3} ... |
| 2099 | /* 167 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 182 |
| 2100 | /* 172 */ MCD::OPC_CheckPredicate, 24, 17, 1, 0, // Skip to: 450 |
| 2101 | /* 177 */ MCD::OPC_Decode, 132, 6, 138, 1, // Opcode: AND16_MMR6 |
| 2102 | /* 182 */ MCD::OPC_FilterValue, 1, 7, 1, 0, // Skip to: 450 |
| 2103 | /* 187 */ MCD::OPC_CheckPredicate, 24, 2, 1, 0, // Skip to: 450 |
| 2104 | /* 192 */ MCD::OPC_Decode, 197, 17, 138, 1, // Opcode: OR16_MMR6 |
| 2105 | /* 197 */ MCD::OPC_FilterValue, 2, 31, 0, 0, // Skip to: 233 |
| 2106 | /* 202 */ MCD::OPC_ExtractField, 3, 1, // Inst{3} ... |
| 2107 | /* 205 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 219 |
| 2108 | /* 210 */ MCD::OPC_CheckPredicate, 24, 235, 0, 0, // Skip to: 450 |
| 2109 | /* 215 */ MCD::OPC_Decode, 222, 14, 27, // Opcode: LWM16_MMR6 |
| 2110 | /* 219 */ MCD::OPC_FilterValue, 1, 226, 0, 0, // Skip to: 450 |
| 2111 | /* 224 */ MCD::OPC_CheckPredicate, 24, 221, 0, 0, // Skip to: 450 |
| 2112 | /* 229 */ MCD::OPC_Decode, 128, 21, 27, // Opcode: SWM16_MMR6 |
| 2113 | /* 233 */ MCD::OPC_FilterValue, 3, 212, 0, 0, // Skip to: 450 |
| 2114 | /* 238 */ MCD::OPC_ExtractField, 3, 2, // Inst{4-3} ... |
| 2115 | /* 241 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 256 |
| 2116 | /* 246 */ MCD::OPC_CheckPredicate, 24, 199, 0, 0, // Skip to: 450 |
| 2117 | /* 251 */ MCD::OPC_Decode, 241, 13, 139, 1, // Opcode: JRC16_MMR6 |
| 2118 | /* 256 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 271 |
| 2119 | /* 261 */ MCD::OPC_CheckPredicate, 24, 184, 0, 0, // Skip to: 450 |
| 2120 | /* 266 */ MCD::OPC_Decode, 218, 13, 139, 1, // Opcode: JALRC16_MMR6 |
| 2121 | /* 271 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 286 |
| 2122 | /* 276 */ MCD::OPC_CheckPredicate, 24, 169, 0, 0, // Skip to: 450 |
| 2123 | /* 281 */ MCD::OPC_Decode, 242, 13, 140, 1, // Opcode: JRCADDIUSP_MMR6 |
| 2124 | /* 286 */ MCD::OPC_FilterValue, 3, 159, 0, 0, // Skip to: 450 |
| 2125 | /* 291 */ MCD::OPC_ExtractField, 5, 1, // Inst{5} ... |
| 2126 | /* 294 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 309 |
| 2127 | /* 299 */ MCD::OPC_CheckPredicate, 24, 146, 0, 0, // Skip to: 450 |
| 2128 | /* 304 */ MCD::OPC_Decode, 223, 7, 141, 1, // Opcode: BREAK16_MMR6 |
| 2129 | /* 309 */ MCD::OPC_FilterValue, 1, 136, 0, 0, // Skip to: 450 |
| 2130 | /* 314 */ MCD::OPC_CheckPredicate, 24, 131, 0, 0, // Skip to: 450 |
| 2131 | /* 319 */ MCD::OPC_Decode, 230, 18, 141, 1, // Opcode: SDBBP16_MMR6 |
| 2132 | /* 324 */ MCD::OPC_FilterValue, 1, 121, 0, 0, // Skip to: 450 |
| 2133 | /* 329 */ MCD::OPC_CheckPredicate, 24, 116, 0, 0, // Skip to: 450 |
| 2134 | /* 334 */ MCD::OPC_Decode, 135, 16, 37, // Opcode: MOVEP_MMR6 |
| 2135 | /* 338 */ MCD::OPC_FilterValue, 34, 9, 0, 0, // Skip to: 352 |
| 2136 | /* 343 */ MCD::OPC_CheckPredicate, 24, 102, 0, 0, // Skip to: 450 |
| 2137 | /* 348 */ MCD::OPC_Decode, 211, 18, 21, // Opcode: SB16_MMR6 |
| 2138 | /* 352 */ MCD::OPC_FilterValue, 35, 9, 0, 0, // Skip to: 366 |
| 2139 | /* 357 */ MCD::OPC_CheckPredicate, 24, 88, 0, 0, // Skip to: 450 |
| 2140 | /* 362 */ MCD::OPC_Decode, 229, 6, 38, // Opcode: BEQZC16_MMR6 |
| 2141 | /* 366 */ MCD::OPC_FilterValue, 42, 9, 0, 0, // Skip to: 380 |
| 2142 | /* 371 */ MCD::OPC_CheckPredicate, 24, 74, 0, 0, // Skip to: 450 |
| 2143 | /* 376 */ MCD::OPC_Decode, 148, 19, 21, // Opcode: SH16_MMR6 |
| 2144 | /* 380 */ MCD::OPC_FilterValue, 43, 9, 0, 0, // Skip to: 394 |
| 2145 | /* 385 */ MCD::OPC_CheckPredicate, 24, 60, 0, 0, // Skip to: 450 |
| 2146 | /* 390 */ MCD::OPC_Decode, 204, 7, 38, // Opcode: BNEZC16_MMR6 |
| 2147 | /* 394 */ MCD::OPC_FilterValue, 50, 9, 0, 0, // Skip to: 408 |
| 2148 | /* 399 */ MCD::OPC_CheckPredicate, 24, 46, 0, 0, // Skip to: 450 |
| 2149 | /* 404 */ MCD::OPC_Decode, 137, 21, 31, // Opcode: SWSP_MMR6 |
| 2150 | /* 408 */ MCD::OPC_FilterValue, 51, 9, 0, 0, // Skip to: 422 |
| 2151 | /* 413 */ MCD::OPC_CheckPredicate, 24, 32, 0, 0, // Skip to: 450 |
| 2152 | /* 418 */ MCD::OPC_Decode, 195, 6, 39, // Opcode: BC16_MMR6 |
| 2153 | /* 422 */ MCD::OPC_FilterValue, 58, 9, 0, 0, // Skip to: 436 |
| 2154 | /* 427 */ MCD::OPC_CheckPredicate, 24, 18, 0, 0, // Skip to: 450 |
| 2155 | /* 432 */ MCD::OPC_Decode, 238, 20, 21, // Opcode: SW16_MMR6 |
| 2156 | /* 436 */ MCD::OPC_FilterValue, 59, 9, 0, 0, // Skip to: 450 |
| 2157 | /* 441 */ MCD::OPC_CheckPredicate, 24, 4, 0, 0, // Skip to: 450 |
| 2158 | /* 446 */ MCD::OPC_Decode, 181, 14, 40, // Opcode: LI16_MMR6 |
| 2159 | /* 450 */ MCD::OPC_Fail, |
| 2160 | 0 |
| 2161 | }; |
| 2162 | |
| 2163 | static const uint8_t DecoderTableMicroMipsR632[] = { |
| 2164 | /* 0 */ MCD::OPC_ExtractField, 26, 6, // Inst{31-26} ... |
| 2165 | /* 3 */ MCD::OPC_FilterValue, 0, 98, 4, 0, // Skip to: 1130 |
| 2166 | /* 8 */ MCD::OPC_ExtractField, 0, 6, // Inst{5-0} ... |
| 2167 | /* 11 */ MCD::OPC_FilterValue, 0, 112, 0, 0, // Skip to: 128 |
| 2168 | /* 16 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 2169 | /* 19 */ MCD::OPC_FilterValue, 0, 54, 0, 0, // Skip to: 78 |
| 2170 | /* 24 */ MCD::OPC_ExtractField, 11, 15, // Inst{25-11} ... |
| 2171 | /* 27 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 41 |
| 2172 | /* 32 */ MCD::OPC_CheckPredicate, 24, 32, 0, 0, // Skip to: 69 |
| 2173 | /* 37 */ MCD::OPC_Decode, 170, 20, 0, // Opcode: SSNOP_MMR6 |
| 2174 | /* 41 */ MCD::OPC_FilterValue, 3, 9, 0, 0, // Skip to: 55 |
| 2175 | /* 46 */ MCD::OPC_CheckPredicate, 24, 18, 0, 0, // Skip to: 69 |
| 2176 | /* 51 */ MCD::OPC_Decode, 199, 11, 0, // Opcode: EHB_MMR6 |
| 2177 | /* 55 */ MCD::OPC_FilterValue, 5, 9, 0, 0, // Skip to: 69 |
| 2178 | /* 60 */ MCD::OPC_CheckPredicate, 24, 4, 0, 0, // Skip to: 69 |
| 2179 | /* 65 */ MCD::OPC_Decode, 212, 17, 0, // Opcode: PAUSE_MMR6 |
| 2180 | /* 69 */ MCD::OPC_CheckPredicate, 24, 78, 12, 0, // Skip to: 3224 |
| 2181 | /* 74 */ MCD::OPC_Decode, 230, 19, 41, // Opcode: SLL_MMR6 |
| 2182 | /* 78 */ MCD::OPC_FilterValue, 5, 9, 0, 0, // Skip to: 92 |
| 2183 | /* 83 */ MCD::OPC_CheckPredicate, 24, 64, 12, 0, // Skip to: 3224 |
| 2184 | /* 88 */ MCD::OPC_Decode, 130, 19, 44, // Opcode: SELEQZ_MMR6 |
| 2185 | /* 92 */ MCD::OPC_FilterValue, 6, 9, 0, 0, // Skip to: 106 |
| 2186 | /* 97 */ MCD::OPC_CheckPredicate, 24, 50, 12, 0, // Skip to: 3224 |
| 2187 | /* 102 */ MCD::OPC_Decode, 137, 19, 44, // Opcode: SELNEZ_MMR6 |
| 2188 | /* 106 */ MCD::OPC_FilterValue, 7, 41, 12, 0, // Skip to: 3224 |
| 2189 | /* 111 */ MCD::OPC_CheckPredicate, 24, 36, 12, 0, // Skip to: 3224 |
| 2190 | /* 116 */ MCD::OPC_CheckField, 14, 2, 0, 29, 12, 0, // Skip to: 3224 |
| 2191 | /* 123 */ MCD::OPC_Decode, 156, 18, 142, 1, // Opcode: RDHWR_MMR6 |
| 2192 | /* 128 */ MCD::OPC_FilterValue, 7, 9, 0, 0, // Skip to: 142 |
| 2193 | /* 133 */ MCD::OPC_CheckPredicate, 24, 14, 12, 0, // Skip to: 3224 |
| 2194 | /* 138 */ MCD::OPC_Decode, 225, 7, 45, // Opcode: BREAK_MMR6 |
| 2195 | /* 142 */ MCD::OPC_FilterValue, 12, 9, 0, 0, // Skip to: 156 |
| 2196 | /* 147 */ MCD::OPC_CheckPredicate, 24, 0, 12, 0, // Skip to: 3224 |
| 2197 | /* 152 */ MCD::OPC_Decode, 212, 13, 46, // Opcode: INS_MMR6 |
| 2198 | /* 156 */ MCD::OPC_FilterValue, 15, 17, 0, 0, // Skip to: 178 |
| 2199 | /* 161 */ MCD::OPC_CheckPredicate, 24, 242, 11, 0, // Skip to: 3224 |
| 2200 | /* 166 */ MCD::OPC_CheckField, 6, 3, 0, 235, 11, 0, // Skip to: 3224 |
| 2201 | /* 173 */ MCD::OPC_Decode, 193, 14, 143, 1, // Opcode: LSA_MMR6 |
| 2202 | /* 178 */ MCD::OPC_FilterValue, 16, 136, 0, 0, // Skip to: 319 |
| 2203 | /* 183 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 2204 | /* 186 */ MCD::OPC_FilterValue, 1, 16, 0, 0, // Skip to: 207 |
| 2205 | /* 191 */ MCD::OPC_CheckPredicate, 24, 212, 11, 0, // Skip to: 3224 |
| 2206 | /* 196 */ MCD::OPC_CheckField, 16, 5, 0, 205, 11, 0, // Skip to: 3224 |
| 2207 | /* 203 */ MCD::OPC_Decode, 199, 8, 14, // Opcode: CLZ_MMR6 |
| 2208 | /* 207 */ MCD::OPC_FilterValue, 4, 9, 0, 0, // Skip to: 221 |
| 2209 | /* 212 */ MCD::OPC_CheckPredicate, 24, 191, 11, 0, // Skip to: 3224 |
| 2210 | /* 217 */ MCD::OPC_Decode, 247, 5, 44, // Opcode: ADD_MMR6 |
| 2211 | /* 221 */ MCD::OPC_FilterValue, 5, 9, 0, 0, // Skip to: 235 |
| 2212 | /* 226 */ MCD::OPC_CheckPredicate, 24, 177, 11, 0, // Skip to: 3224 |
| 2213 | /* 231 */ MCD::OPC_Decode, 223, 5, 44, // Opcode: ADDU_MMR6 |
| 2214 | /* 235 */ MCD::OPC_FilterValue, 6, 9, 0, 0, // Skip to: 249 |
| 2215 | /* 240 */ MCD::OPC_CheckPredicate, 24, 163, 11, 0, // Skip to: 3224 |
| 2216 | /* 245 */ MCD::OPC_Decode, 230, 20, 44, // Opcode: SUB_MMR6 |
| 2217 | /* 249 */ MCD::OPC_FilterValue, 7, 9, 0, 0, // Skip to: 263 |
| 2218 | /* 254 */ MCD::OPC_CheckPredicate, 24, 149, 11, 0, // Skip to: 3224 |
| 2219 | /* 259 */ MCD::OPC_Decode, 212, 20, 44, // Opcode: SUBU_MMR6 |
| 2220 | /* 263 */ MCD::OPC_FilterValue, 9, 9, 0, 0, // Skip to: 277 |
| 2221 | /* 268 */ MCD::OPC_CheckPredicate, 24, 135, 11, 0, // Skip to: 3224 |
| 2222 | /* 273 */ MCD::OPC_Decode, 139, 6, 44, // Opcode: AND_MMR6 |
| 2223 | /* 277 */ MCD::OPC_FilterValue, 10, 9, 0, 0, // Skip to: 291 |
| 2224 | /* 282 */ MCD::OPC_CheckPredicate, 24, 121, 11, 0, // Skip to: 3224 |
| 2225 | /* 287 */ MCD::OPC_Decode, 202, 17, 44, // Opcode: OR_MMR6 |
| 2226 | /* 291 */ MCD::OPC_FilterValue, 11, 9, 0, 0, // Skip to: 305 |
| 2227 | /* 296 */ MCD::OPC_CheckPredicate, 24, 107, 11, 0, // Skip to: 3224 |
| 2228 | /* 301 */ MCD::OPC_Decode, 189, 17, 44, // Opcode: NOR_MMR6 |
| 2229 | /* 305 */ MCD::OPC_FilterValue, 12, 98, 11, 0, // Skip to: 3224 |
| 2230 | /* 310 */ MCD::OPC_CheckPredicate, 24, 93, 11, 0, // Skip to: 3224 |
| 2231 | /* 315 */ MCD::OPC_Decode, 255, 21, 44, // Opcode: XOR_MMR6 |
| 2232 | /* 319 */ MCD::OPC_FilterValue, 24, 115, 0, 0, // Skip to: 439 |
| 2233 | /* 324 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 2234 | /* 327 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 341 |
| 2235 | /* 332 */ MCD::OPC_CheckPredicate, 24, 71, 11, 0, // Skip to: 3224 |
| 2236 | /* 337 */ MCD::OPC_Decode, 155, 17, 44, // Opcode: MUL_MMR6 |
| 2237 | /* 341 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 355 |
| 2238 | /* 346 */ MCD::OPC_CheckPredicate, 24, 57, 11, 0, // Skip to: 3224 |
| 2239 | /* 351 */ MCD::OPC_Decode, 243, 16, 44, // Opcode: MUH_MMR6 |
| 2240 | /* 355 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 369 |
| 2241 | /* 360 */ MCD::OPC_CheckPredicate, 24, 43, 11, 0, // Skip to: 3224 |
| 2242 | /* 365 */ MCD::OPC_Decode, 149, 17, 44, // Opcode: MULU_MMR6 |
| 2243 | /* 369 */ MCD::OPC_FilterValue, 3, 9, 0, 0, // Skip to: 383 |
| 2244 | /* 374 */ MCD::OPC_CheckPredicate, 24, 29, 11, 0, // Skip to: 3224 |
| 2245 | /* 379 */ MCD::OPC_Decode, 242, 16, 44, // Opcode: MUHU_MMR6 |
| 2246 | /* 383 */ MCD::OPC_FilterValue, 4, 9, 0, 0, // Skip to: 397 |
| 2247 | /* 388 */ MCD::OPC_CheckPredicate, 24, 15, 11, 0, // Skip to: 3224 |
| 2248 | /* 393 */ MCD::OPC_Decode, 217, 10, 44, // Opcode: DIV_MMR6 |
| 2249 | /* 397 */ MCD::OPC_FilterValue, 5, 9, 0, 0, // Skip to: 411 |
| 2250 | /* 402 */ MCD::OPC_CheckPredicate, 24, 1, 11, 0, // Skip to: 3224 |
| 2251 | /* 407 */ MCD::OPC_Decode, 251, 15, 44, // Opcode: MOD_MMR6 |
| 2252 | /* 411 */ MCD::OPC_FilterValue, 6, 9, 0, 0, // Skip to: 425 |
| 2253 | /* 416 */ MCD::OPC_CheckPredicate, 24, 243, 10, 0, // Skip to: 3224 |
| 2254 | /* 421 */ MCD::OPC_Decode, 216, 10, 44, // Opcode: DIVU_MMR6 |
| 2255 | /* 425 */ MCD::OPC_FilterValue, 7, 234, 10, 0, // Skip to: 3224 |
| 2256 | /* 430 */ MCD::OPC_CheckPredicate, 24, 229, 10, 0, // Skip to: 3224 |
| 2257 | /* 435 */ MCD::OPC_Decode, 250, 15, 44, // Opcode: MODU_MMR6 |
| 2258 | /* 439 */ MCD::OPC_FilterValue, 31, 17, 0, 0, // Skip to: 461 |
| 2259 | /* 444 */ MCD::OPC_CheckPredicate, 24, 215, 10, 0, // Skip to: 3224 |
| 2260 | /* 449 */ MCD::OPC_CheckField, 6, 3, 0, 208, 10, 0, // Skip to: 3224 |
| 2261 | /* 456 */ MCD::OPC_Decode, 255, 5, 144, 1, // Opcode: ALIGN_MMR6 |
| 2262 | /* 461 */ MCD::OPC_FilterValue, 44, 9, 0, 0, // Skip to: 475 |
| 2263 | /* 466 */ MCD::OPC_CheckPredicate, 24, 193, 10, 0, // Skip to: 3224 |
| 2264 | /* 471 */ MCD::OPC_Decode, 240, 11, 55, // Opcode: EXT_MMR6 |
| 2265 | /* 475 */ MCD::OPC_FilterValue, 52, 45, 0, 0, // Skip to: 525 |
| 2266 | /* 480 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 2267 | /* 483 */ MCD::OPC_FilterValue, 3, 16, 0, 0, // Skip to: 504 |
| 2268 | /* 488 */ MCD::OPC_CheckPredicate, 24, 171, 10, 0, // Skip to: 3224 |
| 2269 | /* 493 */ MCD::OPC_CheckField, 14, 2, 0, 164, 10, 0, // Skip to: 3224 |
| 2270 | /* 500 */ MCD::OPC_Decode, 197, 15, 57, // Opcode: MFHC0_MMR6 |
| 2271 | /* 504 */ MCD::OPC_FilterValue, 11, 155, 10, 0, // Skip to: 3224 |
| 2272 | /* 509 */ MCD::OPC_CheckPredicate, 24, 150, 10, 0, // Skip to: 3224 |
| 2273 | /* 514 */ MCD::OPC_CheckField, 14, 2, 0, 143, 10, 0, // Skip to: 3224 |
| 2274 | /* 521 */ MCD::OPC_Decode, 213, 16, 58, // Opcode: MTHC0_MMR6 |
| 2275 | /* 525 */ MCD::OPC_FilterValue, 60, 66, 2, 0, // Skip to: 1108 |
| 2276 | /* 530 */ MCD::OPC_ExtractField, 14, 2, // Inst{15-14} ... |
| 2277 | /* 533 */ MCD::OPC_FilterValue, 0, 138, 0, 0, // Skip to: 676 |
| 2278 | /* 538 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 2279 | /* 541 */ MCD::OPC_FilterValue, 3, 9, 0, 0, // Skip to: 555 |
| 2280 | /* 546 */ MCD::OPC_CheckPredicate, 24, 113, 10, 0, // Skip to: 3224 |
| 2281 | /* 551 */ MCD::OPC_Decode, 188, 15, 57, // Opcode: MFC0_MMR6 |
| 2282 | /* 555 */ MCD::OPC_FilterValue, 5, 45, 0, 0, // Skip to: 605 |
| 2283 | /* 560 */ MCD::OPC_ExtractField, 11, 3, // Inst{13-11} ... |
| 2284 | /* 563 */ MCD::OPC_FilterValue, 3, 16, 0, 0, // Skip to: 584 |
| 2285 | /* 568 */ MCD::OPC_CheckPredicate, 24, 91, 10, 0, // Skip to: 3224 |
| 2286 | /* 573 */ MCD::OPC_CheckField, 21, 5, 0, 84, 10, 0, // Skip to: 3224 |
| 2287 | /* 580 */ MCD::OPC_Decode, 194, 11, 81, // Opcode: DVP_MMR6 |
| 2288 | /* 584 */ MCD::OPC_FilterValue, 7, 75, 10, 0, // Skip to: 3224 |
| 2289 | /* 589 */ MCD::OPC_CheckPredicate, 24, 70, 10, 0, // Skip to: 3224 |
| 2290 | /* 594 */ MCD::OPC_CheckField, 21, 5, 0, 63, 10, 0, // Skip to: 3224 |
| 2291 | /* 601 */ MCD::OPC_Decode, 211, 11, 81, // Opcode: EVP_MMR6 |
| 2292 | /* 605 */ MCD::OPC_FilterValue, 11, 9, 0, 0, // Skip to: 619 |
| 2293 | /* 610 */ MCD::OPC_CheckPredicate, 24, 49, 10, 0, // Skip to: 3224 |
| 2294 | /* 615 */ MCD::OPC_Decode, 203, 16, 58, // Opcode: MTC0_MMR6 |
| 2295 | /* 619 */ MCD::OPC_FilterValue, 12, 16, 0, 0, // Skip to: 640 |
| 2296 | /* 624 */ MCD::OPC_CheckPredicate, 24, 35, 10, 0, // Skip to: 3224 |
| 2297 | /* 629 */ MCD::OPC_CheckField, 11, 3, 1, 28, 10, 0, // Skip to: 3224 |
| 2298 | /* 636 */ MCD::OPC_Decode, 153, 7, 75, // Opcode: BITSWAP_MMR6 |
| 2299 | /* 640 */ MCD::OPC_FilterValue, 28, 19, 10, 0, // Skip to: 3224 |
| 2300 | /* 645 */ MCD::OPC_ExtractField, 11, 3, // Inst{13-11} ... |
| 2301 | /* 648 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 662 |
| 2302 | /* 653 */ MCD::OPC_CheckPredicate, 24, 6, 10, 0, // Skip to: 3224 |
| 2303 | /* 658 */ MCD::OPC_Decode, 220, 13, 69, // Opcode: JALRC_MMR6 |
| 2304 | /* 662 */ MCD::OPC_FilterValue, 3, 253, 9, 0, // Skip to: 3224 |
| 2305 | /* 667 */ MCD::OPC_CheckPredicate, 24, 248, 9, 0, // Skip to: 3224 |
| 2306 | /* 672 */ MCD::OPC_Decode, 219, 13, 69, // Opcode: JALRC_HB_MMR6 |
| 2307 | /* 676 */ MCD::OPC_FilterValue, 1, 10, 1, 0, // Skip to: 947 |
| 2308 | /* 681 */ MCD::OPC_ExtractField, 11, 3, // Inst{13-11} ... |
| 2309 | /* 684 */ MCD::OPC_FilterValue, 0, 45, 0, 0, // Skip to: 734 |
| 2310 | /* 689 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 2311 | /* 692 */ MCD::OPC_FilterValue, 13, 16, 0, 0, // Skip to: 713 |
| 2312 | /* 697 */ MCD::OPC_CheckPredicate, 24, 218, 9, 0, // Skip to: 3224 |
| 2313 | /* 702 */ MCD::OPC_CheckField, 16, 10, 0, 211, 9, 0, // Skip to: 3224 |
| 2314 | /* 709 */ MCD::OPC_Decode, 198, 21, 0, // Opcode: TLBINV_MMR6 |
| 2315 | /* 713 */ MCD::OPC_FilterValue, 29, 202, 9, 0, // Skip to: 3224 |
| 2316 | /* 718 */ MCD::OPC_CheckPredicate, 24, 197, 9, 0, // Skip to: 3224 |
| 2317 | /* 723 */ MCD::OPC_CheckField, 21, 5, 0, 190, 9, 0, // Skip to: 3224 |
| 2318 | /* 730 */ MCD::OPC_Decode, 227, 10, 81, // Opcode: DI_MMR6 |
| 2319 | /* 734 */ MCD::OPC_FilterValue, 1, 31, 0, 0, // Skip to: 770 |
| 2320 | /* 739 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 2321 | /* 742 */ MCD::OPC_FilterValue, 12, 9, 0, 0, // Skip to: 756 |
| 2322 | /* 747 */ MCD::OPC_CheckPredicate, 24, 168, 9, 0, // Skip to: 3224 |
| 2323 | /* 752 */ MCD::OPC_Decode, 179, 8, 69, // Opcode: CLO_MMR6 |
| 2324 | /* 756 */ MCD::OPC_FilterValue, 20, 159, 9, 0, // Skip to: 3224 |
| 2325 | /* 761 */ MCD::OPC_CheckPredicate, 24, 154, 9, 0, // Skip to: 3224 |
| 2326 | /* 766 */ MCD::OPC_Decode, 194, 15, 79, // Opcode: MFC2_MMR6 |
| 2327 | /* 770 */ MCD::OPC_FilterValue, 2, 45, 0, 0, // Skip to: 820 |
| 2328 | /* 775 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 2329 | /* 778 */ MCD::OPC_FilterValue, 13, 16, 0, 0, // Skip to: 799 |
| 2330 | /* 783 */ MCD::OPC_CheckPredicate, 24, 132, 9, 0, // Skip to: 3224 |
| 2331 | /* 788 */ MCD::OPC_CheckField, 16, 10, 0, 125, 9, 0, // Skip to: 3224 |
| 2332 | /* 795 */ MCD::OPC_Decode, 197, 21, 0, // Opcode: TLBINVF_MMR6 |
| 2333 | /* 799 */ MCD::OPC_FilterValue, 29, 116, 9, 0, // Skip to: 3224 |
| 2334 | /* 804 */ MCD::OPC_CheckPredicate, 24, 111, 9, 0, // Skip to: 3224 |
| 2335 | /* 809 */ MCD::OPC_CheckField, 21, 5, 0, 104, 9, 0, // Skip to: 3224 |
| 2336 | /* 816 */ MCD::OPC_Decode, 202, 11, 81, // Opcode: EI_MMR6 |
| 2337 | /* 820 */ MCD::OPC_FilterValue, 3, 16, 0, 0, // Skip to: 841 |
| 2338 | /* 825 */ MCD::OPC_CheckPredicate, 24, 90, 9, 0, // Skip to: 3224 |
| 2339 | /* 830 */ MCD::OPC_CheckField, 6, 5, 20, 83, 9, 0, // Skip to: 3224 |
| 2340 | /* 837 */ MCD::OPC_Decode, 210, 16, 80, // Opcode: MTC2_MMR6 |
| 2341 | /* 841 */ MCD::OPC_FilterValue, 4, 23, 0, 0, // Skip to: 869 |
| 2342 | /* 846 */ MCD::OPC_CheckPredicate, 25, 69, 9, 0, // Skip to: 3224 |
| 2343 | /* 851 */ MCD::OPC_CheckField, 21, 5, 0, 62, 9, 0, // Skip to: 3224 |
| 2344 | /* 858 */ MCD::OPC_CheckField, 6, 3, 5, 55, 9, 0, // Skip to: 3224 |
| 2345 | /* 865 */ MCD::OPC_Decode, 167, 13, 81, // Opcode: GINVI_MMR6 |
| 2346 | /* 869 */ MCD::OPC_FilterValue, 5, 23, 0, 0, // Skip to: 897 |
| 2347 | /* 874 */ MCD::OPC_CheckPredicate, 24, 41, 9, 0, // Skip to: 3224 |
| 2348 | /* 879 */ MCD::OPC_CheckField, 21, 5, 0, 34, 9, 0, // Skip to: 3224 |
| 2349 | /* 886 */ MCD::OPC_CheckField, 6, 5, 13, 27, 9, 0, // Skip to: 3224 |
| 2350 | /* 893 */ MCD::OPC_Decode, 147, 21, 76, // Opcode: SYNC_MMR6 |
| 2351 | /* 897 */ MCD::OPC_FilterValue, 6, 24, 0, 0, // Skip to: 926 |
| 2352 | /* 902 */ MCD::OPC_CheckPredicate, 25, 13, 9, 0, // Skip to: 3224 |
| 2353 | /* 907 */ MCD::OPC_CheckField, 21, 5, 0, 6, 9, 0, // Skip to: 3224 |
| 2354 | /* 914 */ MCD::OPC_CheckField, 6, 3, 5, 255, 8, 0, // Skip to: 3224 |
| 2355 | /* 921 */ MCD::OPC_Decode, 169, 13, 145, 1, // Opcode: GINVT_MMR6 |
| 2356 | /* 926 */ MCD::OPC_FilterValue, 7, 245, 8, 0, // Skip to: 3224 |
| 2357 | /* 931 */ MCD::OPC_CheckPredicate, 24, 240, 8, 0, // Skip to: 3224 |
| 2358 | /* 936 */ MCD::OPC_CheckField, 6, 5, 12, 233, 8, 0, // Skip to: 3224 |
| 2359 | /* 943 */ MCD::OPC_Decode, 247, 21, 69, // Opcode: WSBH_MMR6 |
| 2360 | /* 947 */ MCD::OPC_FilterValue, 2, 45, 0, 0, // Skip to: 997 |
| 2361 | /* 952 */ MCD::OPC_ExtractField, 6, 8, // Inst{13-6} ... |
| 2362 | /* 955 */ MCD::OPC_FilterValue, 52, 9, 0, 0, // Skip to: 969 |
| 2363 | /* 960 */ MCD::OPC_CheckPredicate, 24, 211, 8, 0, // Skip to: 3224 |
| 2364 | /* 965 */ MCD::OPC_Decode, 202, 15, 79, // Opcode: MFHC2_MMR6 |
| 2365 | /* 969 */ MCD::OPC_FilterValue, 77, 9, 0, 0, // Skip to: 983 |
| 2366 | /* 974 */ MCD::OPC_CheckPredicate, 24, 197, 8, 0, // Skip to: 3224 |
| 2367 | /* 979 */ MCD::OPC_Decode, 241, 21, 77, // Opcode: WAIT_MMR6 |
| 2368 | /* 983 */ MCD::OPC_FilterValue, 116, 188, 8, 0, // Skip to: 3224 |
| 2369 | /* 988 */ MCD::OPC_CheckPredicate, 24, 183, 8, 0, // Skip to: 3224 |
| 2370 | /* 993 */ MCD::OPC_Decode, 218, 16, 80, // Opcode: MTHC2_MMR6 |
| 2371 | /* 997 */ MCD::OPC_FilterValue, 3, 174, 8, 0, // Skip to: 3224 |
| 2372 | /* 1002 */ MCD::OPC_ExtractField, 6, 8, // Inst{13-6} ... |
| 2373 | /* 1005 */ MCD::OPC_FilterValue, 109, 9, 0, 0, // Skip to: 1019 |
| 2374 | /* 1010 */ MCD::OPC_CheckPredicate, 24, 161, 8, 0, // Skip to: 3224 |
| 2375 | /* 1015 */ MCD::OPC_Decode, 232, 18, 77, // Opcode: SDBBP_MMR6 |
| 2376 | /* 1019 */ MCD::OPC_FilterValue, 133, 1, 9, 0, 0, // Skip to: 1034 |
| 2377 | /* 1025 */ MCD::OPC_CheckPredicate, 24, 146, 8, 0, // Skip to: 3224 |
| 2378 | /* 1030 */ MCD::OPC_Decode, 157, 18, 69, // Opcode: RDPGPR_MMR6 |
| 2379 | /* 1034 */ MCD::OPC_FilterValue, 141, 1, 16, 0, 0, // Skip to: 1056 |
| 2380 | /* 1040 */ MCD::OPC_CheckPredicate, 24, 131, 8, 0, // Skip to: 3224 |
| 2381 | /* 1045 */ MCD::OPC_CheckField, 16, 10, 0, 124, 8, 0, // Skip to: 3224 |
| 2382 | /* 1052 */ MCD::OPC_Decode, 205, 10, 0, // Opcode: DERET_MMR6 |
| 2383 | /* 1056 */ MCD::OPC_FilterValue, 197, 1, 9, 0, 0, // Skip to: 1071 |
| 2384 | /* 1062 */ MCD::OPC_CheckPredicate, 24, 109, 8, 0, // Skip to: 3224 |
| 2385 | /* 1067 */ MCD::OPC_Decode, 244, 21, 69, // Opcode: WRPGPR_MMR6 |
| 2386 | /* 1071 */ MCD::OPC_FilterValue, 205, 1, 99, 8, 0, // Skip to: 3224 |
| 2387 | /* 1077 */ MCD::OPC_ExtractField, 16, 10, // Inst{25-16} ... |
| 2388 | /* 1080 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1094 |
| 2389 | /* 1085 */ MCD::OPC_CheckPredicate, 24, 86, 8, 0, // Skip to: 3224 |
| 2390 | /* 1090 */ MCD::OPC_Decode, 208, 11, 0, // Opcode: ERET_MMR6 |
| 2391 | /* 1094 */ MCD::OPC_FilterValue, 1, 77, 8, 0, // Skip to: 3224 |
| 2392 | /* 1099 */ MCD::OPC_CheckPredicate, 24, 72, 8, 0, // Skip to: 3224 |
| 2393 | /* 1104 */ MCD::OPC_Decode, 206, 11, 0, // Opcode: ERETNC_MMR6 |
| 2394 | /* 1108 */ MCD::OPC_FilterValue, 63, 63, 8, 0, // Skip to: 3224 |
| 2395 | /* 1113 */ MCD::OPC_CheckPredicate, 24, 58, 8, 0, // Skip to: 3224 |
| 2396 | /* 1118 */ MCD::OPC_CheckField, 22, 4, 0, 51, 8, 0, // Skip to: 3224 |
| 2397 | /* 1125 */ MCD::OPC_Decode, 206, 19, 146, 1, // Opcode: SIGRIE_MMR6 |
| 2398 | /* 1130 */ MCD::OPC_FilterValue, 4, 26, 0, 0, // Skip to: 1161 |
| 2399 | /* 1135 */ MCD::OPC_CheckPredicate, 24, 12, 0, 0, // Skip to: 1152 |
| 2400 | /* 1140 */ MCD::OPC_CheckField, 16, 5, 0, 5, 0, 0, // Skip to: 1152 |
| 2401 | /* 1147 */ MCD::OPC_Decode, 195, 14, 147, 1, // Opcode: LUI_MMR6 |
| 2402 | /* 1152 */ MCD::OPC_CheckPredicate, 24, 19, 8, 0, // Skip to: 3224 |
| 2403 | /* 1157 */ MCD::OPC_Decode, 157, 6, 97, // Opcode: AUI_MMR6 |
| 2404 | /* 1161 */ MCD::OPC_FilterValue, 5, 10, 0, 0, // Skip to: 1176 |
| 2405 | /* 1166 */ MCD::OPC_CheckPredicate, 24, 5, 8, 0, // Skip to: 3224 |
| 2406 | /* 1171 */ MCD::OPC_Decode, 134, 14, 148, 1, // Opcode: LBU_MMR6 |
| 2407 | /* 1176 */ MCD::OPC_FilterValue, 6, 9, 0, 0, // Skip to: 1190 |
| 2408 | /* 1181 */ MCD::OPC_CheckPredicate, 24, 246, 7, 0, // Skip to: 3224 |
| 2409 | /* 1186 */ MCD::OPC_Decode, 216, 18, 87, // Opcode: SB_MMR6 |
| 2410 | /* 1190 */ MCD::OPC_FilterValue, 7, 10, 0, 0, // Skip to: 1205 |
| 2411 | /* 1195 */ MCD::OPC_CheckPredicate, 24, 232, 7, 0, // Skip to: 3224 |
| 2412 | /* 1200 */ MCD::OPC_Decode, 136, 14, 148, 1, // Opcode: LB_MMR6 |
| 2413 | /* 1205 */ MCD::OPC_FilterValue, 8, 105, 0, 0, // Skip to: 1315 |
| 2414 | /* 1210 */ MCD::OPC_ExtractField, 12, 4, // Inst{15-12} ... |
| 2415 | /* 1213 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 1235 |
| 2416 | /* 1218 */ MCD::OPC_CheckPredicate, 24, 209, 7, 0, // Skip to: 3224 |
| 2417 | /* 1223 */ MCD::OPC_CheckField, 11, 1, 0, 202, 7, 0, // Skip to: 3224 |
| 2418 | /* 1230 */ MCD::OPC_Decode, 208, 14, 149, 1, // Opcode: LWC2_MMR6 |
| 2419 | /* 1235 */ MCD::OPC_FilterValue, 2, 17, 0, 0, // Skip to: 1257 |
| 2420 | /* 1240 */ MCD::OPC_CheckPredicate, 24, 187, 7, 0, // Skip to: 3224 |
| 2421 | /* 1245 */ MCD::OPC_CheckField, 11, 1, 0, 180, 7, 0, // Skip to: 3224 |
| 2422 | /* 1252 */ MCD::OPC_Decode, 148, 14, 149, 1, // Opcode: LDC2_MMR6 |
| 2423 | /* 1257 */ MCD::OPC_FilterValue, 6, 9, 0, 0, // Skip to: 1271 |
| 2424 | /* 1262 */ MCD::OPC_CheckPredicate, 24, 165, 7, 0, // Skip to: 3224 |
| 2425 | /* 1267 */ MCD::OPC_Decode, 128, 8, 89, // Opcode: CACHE_MMR6 |
| 2426 | /* 1271 */ MCD::OPC_FilterValue, 8, 17, 0, 0, // Skip to: 1293 |
| 2427 | /* 1276 */ MCD::OPC_CheckPredicate, 24, 151, 7, 0, // Skip to: 3224 |
| 2428 | /* 1281 */ MCD::OPC_CheckField, 11, 1, 0, 144, 7, 0, // Skip to: 3224 |
| 2429 | /* 1288 */ MCD::OPC_Decode, 243, 20, 149, 1, // Opcode: SWC2_MMR6 |
| 2430 | /* 1293 */ MCD::OPC_FilterValue, 10, 134, 7, 0, // Skip to: 3224 |
| 2431 | /* 1298 */ MCD::OPC_CheckPredicate, 24, 129, 7, 0, // Skip to: 3224 |
| 2432 | /* 1303 */ MCD::OPC_CheckField, 11, 1, 0, 122, 7, 0, // Skip to: 3224 |
| 2433 | /* 1310 */ MCD::OPC_Decode, 239, 18, 149, 1, // Opcode: SDC2_MMR6 |
| 2434 | /* 1315 */ MCD::OPC_FilterValue, 12, 9, 0, 0, // Skip to: 1329 |
| 2435 | /* 1320 */ MCD::OPC_CheckPredicate, 24, 107, 7, 0, // Skip to: 3224 |
| 2436 | /* 1325 */ MCD::OPC_Decode, 187, 5, 86, // Opcode: ADDIU_MMR6 |
| 2437 | /* 1329 */ MCD::OPC_FilterValue, 14, 9, 0, 0, // Skip to: 1343 |
| 2438 | /* 1334 */ MCD::OPC_CheckPredicate, 24, 93, 7, 0, // Skip to: 3224 |
| 2439 | /* 1339 */ MCD::OPC_Decode, 204, 19, 87, // Opcode: SH_MMR6 |
| 2440 | /* 1343 */ MCD::OPC_FilterValue, 16, 78, 0, 0, // Skip to: 1426 |
| 2441 | /* 1348 */ MCD::OPC_ExtractField, 21, 5, // Inst{25-21} ... |
| 2442 | /* 1351 */ MCD::OPC_FilterValue, 8, 10, 0, 0, // Skip to: 1366 |
| 2443 | /* 1356 */ MCD::OPC_CheckPredicate, 26, 71, 7, 0, // Skip to: 3224 |
| 2444 | /* 1361 */ MCD::OPC_Decode, 197, 6, 150, 1, // Opcode: BC1EQZC_MMR6 |
| 2445 | /* 1366 */ MCD::OPC_FilterValue, 9, 10, 0, 0, // Skip to: 1381 |
| 2446 | /* 1371 */ MCD::OPC_CheckPredicate, 26, 56, 7, 0, // Skip to: 3224 |
| 2447 | /* 1376 */ MCD::OPC_Decode, 202, 6, 150, 1, // Opcode: BC1NEZC_MMR6 |
| 2448 | /* 1381 */ MCD::OPC_FilterValue, 10, 10, 0, 0, // Skip to: 1396 |
| 2449 | /* 1386 */ MCD::OPC_CheckPredicate, 24, 41, 7, 0, // Skip to: 3224 |
| 2450 | /* 1391 */ MCD::OPC_Decode, 207, 6, 151, 1, // Opcode: BC2EQZC_MMR6 |
| 2451 | /* 1396 */ MCD::OPC_FilterValue, 11, 10, 0, 0, // Skip to: 1411 |
| 2452 | /* 1401 */ MCD::OPC_CheckPredicate, 24, 26, 7, 0, // Skip to: 3224 |
| 2453 | /* 1406 */ MCD::OPC_Decode, 209, 6, 151, 1, // Opcode: BC2NEZC_MMR6 |
| 2454 | /* 1411 */ MCD::OPC_FilterValue, 12, 16, 7, 0, // Skip to: 3224 |
| 2455 | /* 1416 */ MCD::OPC_CheckPredicate, 24, 11, 7, 0, // Skip to: 3224 |
| 2456 | /* 1421 */ MCD::OPC_Decode, 145, 21, 152, 1, // Opcode: SYNCI_MMR6 |
| 2457 | /* 1426 */ MCD::OPC_FilterValue, 20, 9, 0, 0, // Skip to: 1440 |
| 2458 | /* 1431 */ MCD::OPC_CheckPredicate, 24, 252, 6, 0, // Skip to: 3224 |
| 2459 | /* 1436 */ MCD::OPC_Decode, 200, 17, 97, // Opcode: ORI_MMR6 |
| 2460 | /* 1440 */ MCD::OPC_FilterValue, 21, 87, 5, 0, // Skip to: 2812 |
| 2461 | /* 1445 */ MCD::OPC_ExtractField, 0, 11, // Inst{10-0} ... |
| 2462 | /* 1448 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 1463 |
| 2463 | /* 1453 */ MCD::OPC_CheckPredicate, 26, 230, 6, 0, // Skip to: 3224 |
| 2464 | /* 1458 */ MCD::OPC_Decode, 240, 15, 153, 1, // Opcode: MIN_S_MMR6 |
| 2465 | /* 1463 */ MCD::OPC_FilterValue, 5, 10, 0, 0, // Skip to: 1478 |
| 2466 | /* 1468 */ MCD::OPC_CheckPredicate, 26, 215, 6, 0, // Skip to: 3224 |
| 2467 | /* 1473 */ MCD::OPC_Decode, 220, 8, 154, 1, // Opcode: CMP_AF_S_MMR6 |
| 2468 | /* 1478 */ MCD::OPC_FilterValue, 11, 10, 0, 0, // Skip to: 1493 |
| 2469 | /* 1483 */ MCD::OPC_CheckPredicate, 26, 200, 6, 0, // Skip to: 3224 |
| 2470 | /* 1488 */ MCD::OPC_Decode, 181, 15, 153, 1, // Opcode: MAX_S_MMR6 |
| 2471 | /* 1493 */ MCD::OPC_FilterValue, 21, 10, 0, 0, // Skip to: 1508 |
| 2472 | /* 1498 */ MCD::OPC_CheckPredicate, 26, 185, 6, 0, // Skip to: 3224 |
| 2473 | /* 1503 */ MCD::OPC_Decode, 219, 8, 155, 1, // Opcode: CMP_AF_D_MMR6 |
| 2474 | /* 1508 */ MCD::OPC_FilterValue, 32, 17, 0, 0, // Skip to: 1530 |
| 2475 | /* 1513 */ MCD::OPC_CheckPredicate, 24, 170, 6, 0, // Skip to: 3224 |
| 2476 | /* 1518 */ MCD::OPC_CheckField, 11, 5, 0, 163, 6, 0, // Skip to: 3224 |
| 2477 | /* 1525 */ MCD::OPC_Decode, 175, 18, 156, 1, // Opcode: RINT_S_MMR6 |
| 2478 | /* 1530 */ MCD::OPC_FilterValue, 35, 10, 0, 0, // Skip to: 1545 |
| 2479 | /* 1535 */ MCD::OPC_CheckPredicate, 26, 148, 6, 0, // Skip to: 3224 |
| 2480 | /* 1540 */ MCD::OPC_Decode, 221, 15, 153, 1, // Opcode: MINA_S_MMR6 |
| 2481 | /* 1545 */ MCD::OPC_FilterValue, 43, 10, 0, 0, // Skip to: 1560 |
| 2482 | /* 1550 */ MCD::OPC_CheckPredicate, 26, 133, 6, 0, // Skip to: 3224 |
| 2483 | /* 1555 */ MCD::OPC_Decode, 162, 15, 153, 1, // Opcode: MAXA_S_MMR6 |
| 2484 | /* 1560 */ MCD::OPC_FilterValue, 48, 10, 0, 0, // Skip to: 1575 |
| 2485 | /* 1565 */ MCD::OPC_CheckPredicate, 26, 118, 6, 0, // Skip to: 3224 |
| 2486 | /* 1570 */ MCD::OPC_Decode, 255, 11, 157, 1, // Opcode: FADD_S_MMR6 |
| 2487 | /* 1575 */ MCD::OPC_FilterValue, 56, 10, 0, 0, // Skip to: 1590 |
| 2488 | /* 1580 */ MCD::OPC_CheckPredicate, 24, 103, 6, 0, // Skip to: 3224 |
| 2489 | /* 1585 */ MCD::OPC_Decode, 132, 19, 153, 1, // Opcode: SELEQZ_S_MMR6 |
| 2490 | /* 1590 */ MCD::OPC_FilterValue, 59, 31, 0, 0, // Skip to: 1626 |
| 2491 | /* 1595 */ MCD::OPC_ExtractField, 11, 5, // Inst{15-11} ... |
| 2492 | /* 1598 */ MCD::OPC_FilterValue, 4, 9, 0, 0, // Skip to: 1612 |
| 2493 | /* 1603 */ MCD::OPC_CheckPredicate, 26, 80, 6, 0, // Skip to: 3224 |
| 2494 | /* 1608 */ MCD::OPC_Decode, 192, 15, 108, // Opcode: MFC1_MMR6 |
| 2495 | /* 1612 */ MCD::OPC_FilterValue, 5, 71, 6, 0, // Skip to: 3224 |
| 2496 | /* 1617 */ MCD::OPC_CheckPredicate, 26, 66, 6, 0, // Skip to: 3224 |
| 2497 | /* 1622 */ MCD::OPC_Decode, 208, 16, 114, // Opcode: MTC1_MMR6 |
| 2498 | /* 1626 */ MCD::OPC_FilterValue, 69, 10, 0, 0, // Skip to: 1641 |
| 2499 | /* 1631 */ MCD::OPC_CheckPredicate, 26, 52, 6, 0, // Skip to: 3224 |
| 2500 | /* 1636 */ MCD::OPC_Decode, 160, 9, 154, 1, // Opcode: CMP_UN_S_MMR6 |
| 2501 | /* 1641 */ MCD::OPC_FilterValue, 85, 10, 0, 0, // Skip to: 1656 |
| 2502 | /* 1646 */ MCD::OPC_CheckPredicate, 26, 37, 6, 0, // Skip to: 3224 |
| 2503 | /* 1651 */ MCD::OPC_Decode, 158, 9, 155, 1, // Opcode: CMP_UN_D_MMR6 |
| 2504 | /* 1656 */ MCD::OPC_FilterValue, 96, 17, 0, 0, // Skip to: 1678 |
| 2505 | /* 1661 */ MCD::OPC_CheckPredicate, 24, 22, 6, 0, // Skip to: 3224 |
| 2506 | /* 1666 */ MCD::OPC_CheckField, 11, 5, 0, 15, 6, 0, // Skip to: 3224 |
| 2507 | /* 1673 */ MCD::OPC_Decode, 160, 8, 156, 1, // Opcode: CLASS_S_MMR6 |
| 2508 | /* 1678 */ MCD::OPC_FilterValue, 112, 10, 0, 0, // Skip to: 1693 |
| 2509 | /* 1683 */ MCD::OPC_CheckPredicate, 26, 0, 6, 0, // Skip to: 3224 |
| 2510 | /* 1688 */ MCD::OPC_Decode, 144, 13, 157, 1, // Opcode: FSUB_S_MMR6 |
| 2511 | /* 1693 */ MCD::OPC_FilterValue, 120, 10, 0, 0, // Skip to: 1708 |
| 2512 | /* 1698 */ MCD::OPC_CheckPredicate, 24, 241, 5, 0, // Skip to: 3224 |
| 2513 | /* 1703 */ MCD::OPC_Decode, 139, 19, 153, 1, // Opcode: SELNEZ_S_MMR6 |
| 2514 | /* 1708 */ MCD::OPC_FilterValue, 123, 31, 0, 0, // Skip to: 1744 |
| 2515 | /* 1713 */ MCD::OPC_ExtractField, 11, 5, // Inst{15-11} ... |
| 2516 | /* 1716 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1730 |
| 2517 | /* 1721 */ MCD::OPC_CheckPredicate, 26, 218, 5, 0, // Skip to: 3224 |
| 2518 | /* 1726 */ MCD::OPC_Decode, 217, 12, 113, // Opcode: FMOV_S_MMR6 |
| 2519 | /* 1730 */ MCD::OPC_FilterValue, 4, 209, 5, 0, // Skip to: 3224 |
| 2520 | /* 1735 */ MCD::OPC_CheckPredicate, 26, 204, 5, 0, // Skip to: 3224 |
| 2521 | /* 1740 */ MCD::OPC_Decode, 214, 12, 111, // Opcode: FMOV_D_MMR6 |
| 2522 | /* 1744 */ MCD::OPC_FilterValue, 133, 1, 10, 0, 0, // Skip to: 1760 |
| 2523 | /* 1750 */ MCD::OPC_CheckPredicate, 26, 189, 5, 0, // Skip to: 3224 |
| 2524 | /* 1755 */ MCD::OPC_Decode, 226, 8, 154, 1, // Opcode: CMP_EQ_S_MMR6 |
| 2525 | /* 1760 */ MCD::OPC_FilterValue, 149, 1, 10, 0, 0, // Skip to: 1776 |
| 2526 | /* 1766 */ MCD::OPC_CheckPredicate, 26, 173, 5, 0, // Skip to: 3224 |
| 2527 | /* 1771 */ MCD::OPC_Decode, 222, 8, 155, 1, // Opcode: CMP_EQ_D_MMR6 |
| 2528 | /* 1776 */ MCD::OPC_FilterValue, 176, 1, 10, 0, 0, // Skip to: 1792 |
| 2529 | /* 1782 */ MCD::OPC_CheckPredicate, 26, 157, 5, 0, // Skip to: 3224 |
| 2530 | /* 1787 */ MCD::OPC_Decode, 228, 12, 157, 1, // Opcode: FMUL_S_MMR6 |
| 2531 | /* 1792 */ MCD::OPC_FilterValue, 184, 1, 10, 0, 0, // Skip to: 1808 |
| 2532 | /* 1798 */ MCD::OPC_CheckPredicate, 24, 141, 5, 0, // Skip to: 3224 |
| 2533 | /* 1803 */ MCD::OPC_Decode, 143, 19, 158, 1, // Opcode: SEL_S_MMR6 |
| 2534 | /* 1808 */ MCD::OPC_FilterValue, 197, 1, 10, 0, 0, // Skip to: 1824 |
| 2535 | /* 1814 */ MCD::OPC_CheckPredicate, 26, 125, 5, 0, // Skip to: 3224 |
| 2536 | /* 1819 */ MCD::OPC_Decode, 148, 9, 154, 1, // Opcode: CMP_UEQ_S_MMR6 |
| 2537 | /* 1824 */ MCD::OPC_FilterValue, 213, 1, 10, 0, 0, // Skip to: 1840 |
| 2538 | /* 1830 */ MCD::OPC_CheckPredicate, 26, 109, 5, 0, // Skip to: 3224 |
| 2539 | /* 1835 */ MCD::OPC_Decode, 146, 9, 155, 1, // Opcode: CMP_UEQ_D_MMR6 |
| 2540 | /* 1840 */ MCD::OPC_FilterValue, 240, 1, 10, 0, 0, // Skip to: 1856 |
| 2541 | /* 1846 */ MCD::OPC_CheckPredicate, 26, 93, 5, 0, // Skip to: 3224 |
| 2542 | /* 1851 */ MCD::OPC_Decode, 165, 12, 157, 1, // Opcode: FDIV_S_MMR6 |
| 2543 | /* 1856 */ MCD::OPC_FilterValue, 133, 2, 10, 0, 0, // Skip to: 1872 |
| 2544 | /* 1862 */ MCD::OPC_CheckPredicate, 26, 77, 5, 0, // Skip to: 3224 |
| 2545 | /* 1867 */ MCD::OPC_Decode, 240, 8, 154, 1, // Opcode: CMP_LT_S_MMR6 |
| 2546 | /* 1872 */ MCD::OPC_FilterValue, 149, 2, 10, 0, 0, // Skip to: 1888 |
| 2547 | /* 1878 */ MCD::OPC_CheckPredicate, 26, 61, 5, 0, // Skip to: 3224 |
| 2548 | /* 1883 */ MCD::OPC_Decode, 236, 8, 155, 1, // Opcode: CMP_LT_D_MMR6 |
| 2549 | /* 1888 */ MCD::OPC_FilterValue, 187, 2, 45, 0, 0, // Skip to: 1939 |
| 2550 | /* 1894 */ MCD::OPC_ExtractField, 11, 5, // Inst{15-11} ... |
| 2551 | /* 1897 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 1911 |
| 2552 | /* 1902 */ MCD::OPC_CheckPredicate, 26, 37, 5, 0, // Skip to: 3224 |
| 2553 | /* 1907 */ MCD::OPC_Decode, 195, 9, 110, // Opcode: CVT_L_S_MMR6 |
| 2554 | /* 1911 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 1925 |
| 2555 | /* 1916 */ MCD::OPC_CheckPredicate, 26, 23, 5, 0, // Skip to: 3224 |
| 2556 | /* 1921 */ MCD::OPC_Decode, 216, 9, 113, // Opcode: CVT_W_S_MMR6 |
| 2557 | /* 1925 */ MCD::OPC_FilterValue, 8, 14, 5, 0, // Skip to: 3224 |
| 2558 | /* 1930 */ MCD::OPC_CheckPredicate, 26, 9, 5, 0, // Skip to: 3224 |
| 2559 | /* 1935 */ MCD::OPC_Decode, 192, 9, 111, // Opcode: CVT_L_D_MMR6 |
| 2560 | /* 1939 */ MCD::OPC_FilterValue, 197, 2, 10, 0, 0, // Skip to: 1955 |
| 2561 | /* 1945 */ MCD::OPC_CheckPredicate, 26, 250, 4, 0, // Skip to: 3224 |
| 2562 | /* 1950 */ MCD::OPC_Decode, 156, 9, 154, 1, // Opcode: CMP_ULT_S_MMR6 |
| 2563 | /* 1955 */ MCD::OPC_FilterValue, 213, 2, 10, 0, 0, // Skip to: 1971 |
| 2564 | /* 1961 */ MCD::OPC_CheckPredicate, 26, 234, 4, 0, // Skip to: 3224 |
| 2565 | /* 1966 */ MCD::OPC_Decode, 154, 9, 155, 1, // Opcode: CMP_ULT_D_MMR6 |
| 2566 | /* 1971 */ MCD::OPC_FilterValue, 133, 3, 10, 0, 0, // Skip to: 1987 |
| 2567 | /* 1977 */ MCD::OPC_CheckPredicate, 26, 218, 4, 0, // Skip to: 3224 |
| 2568 | /* 1982 */ MCD::OPC_Decode, 234, 8, 154, 1, // Opcode: CMP_LE_S_MMR6 |
| 2569 | /* 1987 */ MCD::OPC_FilterValue, 149, 3, 10, 0, 0, // Skip to: 2003 |
| 2570 | /* 1993 */ MCD::OPC_CheckPredicate, 26, 202, 4, 0, // Skip to: 3224 |
| 2571 | /* 1998 */ MCD::OPC_Decode, 230, 8, 155, 1, // Opcode: CMP_LE_D_MMR6 |
| 2572 | /* 2003 */ MCD::OPC_FilterValue, 184, 3, 10, 0, 0, // Skip to: 2019 |
| 2573 | /* 2009 */ MCD::OPC_CheckPredicate, 26, 186, 4, 0, // Skip to: 3224 |
| 2574 | /* 2014 */ MCD::OPC_Decode, 130, 15, 159, 1, // Opcode: MADDF_S_MMR6 |
| 2575 | /* 2019 */ MCD::OPC_FilterValue, 197, 3, 10, 0, 0, // Skip to: 2035 |
| 2576 | /* 2025 */ MCD::OPC_CheckPredicate, 26, 170, 4, 0, // Skip to: 3224 |
| 2577 | /* 2030 */ MCD::OPC_Decode, 152, 9, 154, 1, // Opcode: CMP_ULE_S_MMR6 |
| 2578 | /* 2035 */ MCD::OPC_FilterValue, 213, 3, 10, 0, 0, // Skip to: 2051 |
| 2579 | /* 2041 */ MCD::OPC_CheckPredicate, 26, 154, 4, 0, // Skip to: 3224 |
| 2580 | /* 2046 */ MCD::OPC_Decode, 150, 9, 155, 1, // Opcode: CMP_ULE_D_MMR6 |
| 2581 | /* 2051 */ MCD::OPC_FilterValue, 248, 3, 10, 0, 0, // Skip to: 2067 |
| 2582 | /* 2057 */ MCD::OPC_CheckPredicate, 26, 138, 4, 0, // Skip to: 3224 |
| 2583 | /* 2062 */ MCD::OPC_Decode, 181, 16, 159, 1, // Opcode: MSUBF_S_MMR6 |
| 2584 | /* 2067 */ MCD::OPC_FilterValue, 131, 4, 10, 0, 0, // Skip to: 2083 |
| 2585 | /* 2073 */ MCD::OPC_CheckPredicate, 26, 122, 4, 0, // Skip to: 3224 |
| 2586 | /* 2078 */ MCD::OPC_Decode, 235, 15, 134, 1, // Opcode: MIN_D_MMR6 |
| 2587 | /* 2083 */ MCD::OPC_FilterValue, 133, 4, 10, 0, 0, // Skip to: 2099 |
| 2588 | /* 2089 */ MCD::OPC_CheckPredicate, 26, 106, 4, 0, // Skip to: 3224 |
| 2589 | /* 2094 */ MCD::OPC_Decode, 244, 8, 154, 1, // Opcode: CMP_SAF_S_MMR6 |
| 2590 | /* 2099 */ MCD::OPC_FilterValue, 139, 4, 10, 0, 0, // Skip to: 2115 |
| 2591 | /* 2105 */ MCD::OPC_CheckPredicate, 26, 90, 4, 0, // Skip to: 3224 |
| 2592 | /* 2110 */ MCD::OPC_Decode, 176, 15, 134, 1, // Opcode: MAX_D_MMR6 |
| 2593 | /* 2115 */ MCD::OPC_FilterValue, 149, 4, 10, 0, 0, // Skip to: 2131 |
| 2594 | /* 2121 */ MCD::OPC_CheckPredicate, 26, 74, 4, 0, // Skip to: 3224 |
| 2595 | /* 2126 */ MCD::OPC_Decode, 242, 8, 155, 1, // Opcode: CMP_SAF_D_MMR6 |
| 2596 | /* 2131 */ MCD::OPC_FilterValue, 160, 4, 17, 0, 0, // Skip to: 2154 |
| 2597 | /* 2137 */ MCD::OPC_CheckPredicate, 24, 58, 4, 0, // Skip to: 3224 |
| 2598 | /* 2142 */ MCD::OPC_CheckField, 11, 5, 0, 51, 4, 0, // Skip to: 3224 |
| 2599 | /* 2149 */ MCD::OPC_Decode, 173, 18, 160, 1, // Opcode: RINT_D_MMR6 |
| 2600 | /* 2154 */ MCD::OPC_FilterValue, 163, 4, 10, 0, 0, // Skip to: 2170 |
| 2601 | /* 2160 */ MCD::OPC_CheckPredicate, 26, 35, 4, 0, // Skip to: 3224 |
| 2602 | /* 2165 */ MCD::OPC_Decode, 219, 15, 134, 1, // Opcode: MINA_D_MMR6 |
| 2603 | /* 2170 */ MCD::OPC_FilterValue, 171, 4, 10, 0, 0, // Skip to: 2186 |
| 2604 | /* 2176 */ MCD::OPC_CheckPredicate, 26, 19, 4, 0, // Skip to: 3224 |
| 2605 | /* 2181 */ MCD::OPC_Decode, 160, 15, 134, 1, // Opcode: MAXA_D_MMR6 |
| 2606 | /* 2186 */ MCD::OPC_FilterValue, 184, 4, 10, 0, 0, // Skip to: 2202 |
| 2607 | /* 2192 */ MCD::OPC_CheckPredicate, 24, 3, 4, 0, // Skip to: 3224 |
| 2608 | /* 2197 */ MCD::OPC_Decode, 129, 19, 134, 1, // Opcode: SELEQZ_D_MMR6 |
| 2609 | /* 2202 */ MCD::OPC_FilterValue, 197, 4, 10, 0, 0, // Skip to: 2218 |
| 2610 | /* 2208 */ MCD::OPC_CheckPredicate, 26, 243, 3, 0, // Skip to: 3224 |
| 2611 | /* 2213 */ MCD::OPC_Decode, 144, 9, 154, 1, // Opcode: CMP_SUN_S_MMR6 |
| 2612 | /* 2218 */ MCD::OPC_FilterValue, 213, 4, 10, 0, 0, // Skip to: 2234 |
| 2613 | /* 2224 */ MCD::OPC_CheckPredicate, 26, 227, 3, 0, // Skip to: 3224 |
| 2614 | /* 2229 */ MCD::OPC_Decode, 142, 9, 155, 1, // Opcode: CMP_SUN_D_MMR6 |
| 2615 | /* 2234 */ MCD::OPC_FilterValue, 224, 4, 17, 0, 0, // Skip to: 2257 |
| 2616 | /* 2240 */ MCD::OPC_CheckPredicate, 24, 211, 3, 0, // Skip to: 3224 |
| 2617 | /* 2245 */ MCD::OPC_CheckField, 11, 5, 0, 204, 3, 0, // Skip to: 3224 |
| 2618 | /* 2252 */ MCD::OPC_Decode, 158, 8, 160, 1, // Opcode: CLASS_D_MMR6 |
| 2619 | /* 2257 */ MCD::OPC_FilterValue, 248, 4, 10, 0, 0, // Skip to: 2273 |
| 2620 | /* 2263 */ MCD::OPC_CheckPredicate, 24, 188, 3, 0, // Skip to: 3224 |
| 2621 | /* 2268 */ MCD::OPC_Decode, 136, 19, 134, 1, // Opcode: SELNEZ_D_MMR6 |
| 2622 | /* 2273 */ MCD::OPC_FilterValue, 133, 5, 10, 0, 0, // Skip to: 2289 |
| 2623 | /* 2279 */ MCD::OPC_CheckPredicate, 26, 172, 3, 0, // Skip to: 3224 |
| 2624 | /* 2284 */ MCD::OPC_Decode, 248, 8, 154, 1, // Opcode: CMP_SEQ_S_MMR6 |
| 2625 | /* 2289 */ MCD::OPC_FilterValue, 149, 5, 10, 0, 0, // Skip to: 2305 |
| 2626 | /* 2295 */ MCD::OPC_CheckPredicate, 26, 156, 3, 0, // Skip to: 3224 |
| 2627 | /* 2300 */ MCD::OPC_Decode, 246, 8, 155, 1, // Opcode: CMP_SEQ_D_MMR6 |
| 2628 | /* 2305 */ MCD::OPC_FilterValue, 184, 5, 10, 0, 0, // Skip to: 2321 |
| 2629 | /* 2311 */ MCD::OPC_CheckPredicate, 24, 140, 3, 0, // Skip to: 3224 |
| 2630 | /* 2316 */ MCD::OPC_Decode, 141, 19, 161, 1, // Opcode: SEL_D_MMR6 |
| 2631 | /* 2321 */ MCD::OPC_FilterValue, 197, 5, 10, 0, 0, // Skip to: 2337 |
| 2632 | /* 2327 */ MCD::OPC_CheckPredicate, 26, 124, 3, 0, // Skip to: 3224 |
| 2633 | /* 2332 */ MCD::OPC_Decode, 132, 9, 154, 1, // Opcode: CMP_SUEQ_S_MMR6 |
| 2634 | /* 2337 */ MCD::OPC_FilterValue, 213, 5, 10, 0, 0, // Skip to: 2353 |
| 2635 | /* 2343 */ MCD::OPC_CheckPredicate, 26, 108, 3, 0, // Skip to: 3224 |
| 2636 | /* 2348 */ MCD::OPC_Decode, 130, 9, 155, 1, // Opcode: CMP_SUEQ_D_MMR6 |
| 2637 | /* 2353 */ MCD::OPC_FilterValue, 133, 6, 10, 0, 0, // Skip to: 2369 |
| 2638 | /* 2359 */ MCD::OPC_CheckPredicate, 26, 92, 3, 0, // Skip to: 3224 |
| 2639 | /* 2364 */ MCD::OPC_Decode, 128, 9, 154, 1, // Opcode: CMP_SLT_S_MMR6 |
| 2640 | /* 2369 */ MCD::OPC_FilterValue, 149, 6, 10, 0, 0, // Skip to: 2385 |
| 2641 | /* 2375 */ MCD::OPC_CheckPredicate, 26, 76, 3, 0, // Skip to: 3224 |
| 2642 | /* 2380 */ MCD::OPC_Decode, 254, 8, 155, 1, // Opcode: CMP_SLT_D_MMR6 |
| 2643 | /* 2385 */ MCD::OPC_FilterValue, 187, 6, 228, 0, 0, // Skip to: 2619 |
| 2644 | /* 2391 */ MCD::OPC_ExtractField, 11, 5, // Inst{15-11} ... |
| 2645 | /* 2394 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 2408 |
| 2646 | /* 2399 */ MCD::OPC_CheckPredicate, 26, 52, 3, 0, // Skip to: 3224 |
| 2647 | /* 2404 */ MCD::OPC_Decode, 192, 12, 110, // Opcode: FLOOR_L_S_MMR6 |
| 2648 | /* 2408 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 2422 |
| 2649 | /* 2413 */ MCD::OPC_CheckPredicate, 26, 38, 3, 0, // Skip to: 3224 |
| 2650 | /* 2418 */ MCD::OPC_Decode, 199, 12, 113, // Opcode: FLOOR_W_S_MMR6 |
| 2651 | /* 2422 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 2436 |
| 2652 | /* 2427 */ MCD::OPC_CheckPredicate, 26, 24, 3, 0, // Skip to: 3224 |
| 2653 | /* 2432 */ MCD::OPC_Decode, 133, 8, 110, // Opcode: CEIL_L_S_MMR6 |
| 2654 | /* 2436 */ MCD::OPC_FilterValue, 3, 9, 0, 0, // Skip to: 2450 |
| 2655 | /* 2441 */ MCD::OPC_CheckPredicate, 26, 10, 3, 0, // Skip to: 3224 |
| 2656 | /* 2446 */ MCD::OPC_Decode, 140, 8, 113, // Opcode: CEIL_W_S_MMR6 |
| 2657 | /* 2450 */ MCD::OPC_FilterValue, 4, 9, 0, 0, // Skip to: 2464 |
| 2658 | /* 2455 */ MCD::OPC_CheckPredicate, 26, 252, 2, 0, // Skip to: 3224 |
| 2659 | /* 2460 */ MCD::OPC_Decode, 221, 21, 110, // Opcode: TRUNC_L_S_MMR6 |
| 2660 | /* 2464 */ MCD::OPC_FilterValue, 5, 9, 0, 0, // Skip to: 2478 |
| 2661 | /* 2469 */ MCD::OPC_CheckPredicate, 26, 238, 2, 0, // Skip to: 3224 |
| 2662 | /* 2474 */ MCD::OPC_Decode, 228, 21, 113, // Opcode: TRUNC_W_S_MMR6 |
| 2663 | /* 2478 */ MCD::OPC_FilterValue, 6, 9, 0, 0, // Skip to: 2492 |
| 2664 | /* 2483 */ MCD::OPC_CheckPredicate, 26, 224, 2, 0, // Skip to: 3224 |
| 2665 | /* 2488 */ MCD::OPC_Decode, 183, 18, 110, // Opcode: ROUND_L_S_MMR6 |
| 2666 | /* 2492 */ MCD::OPC_FilterValue, 7, 9, 0, 0, // Skip to: 2506 |
| 2667 | /* 2497 */ MCD::OPC_CheckPredicate, 26, 210, 2, 0, // Skip to: 3224 |
| 2668 | /* 2502 */ MCD::OPC_Decode, 190, 18, 113, // Opcode: ROUND_W_S_MMR6 |
| 2669 | /* 2506 */ MCD::OPC_FilterValue, 8, 9, 0, 0, // Skip to: 2520 |
| 2670 | /* 2511 */ MCD::OPC_CheckPredicate, 26, 196, 2, 0, // Skip to: 3224 |
| 2671 | /* 2516 */ MCD::OPC_Decode, 190, 12, 111, // Opcode: FLOOR_L_D_MMR6 |
| 2672 | /* 2520 */ MCD::OPC_FilterValue, 9, 9, 0, 0, // Skip to: 2534 |
| 2673 | /* 2525 */ MCD::OPC_CheckPredicate, 26, 182, 2, 0, // Skip to: 3224 |
| 2674 | /* 2530 */ MCD::OPC_Decode, 195, 12, 115, // Opcode: FLOOR_W_D_MMR6 |
| 2675 | /* 2534 */ MCD::OPC_FilterValue, 10, 9, 0, 0, // Skip to: 2548 |
| 2676 | /* 2539 */ MCD::OPC_CheckPredicate, 26, 168, 2, 0, // Skip to: 3224 |
| 2677 | /* 2544 */ MCD::OPC_Decode, 131, 8, 111, // Opcode: CEIL_L_D_MMR6 |
| 2678 | /* 2548 */ MCD::OPC_FilterValue, 11, 9, 0, 0, // Skip to: 2562 |
| 2679 | /* 2553 */ MCD::OPC_CheckPredicate, 26, 154, 2, 0, // Skip to: 3224 |
| 2680 | /* 2558 */ MCD::OPC_Decode, 136, 8, 115, // Opcode: CEIL_W_D_MMR6 |
| 2681 | /* 2562 */ MCD::OPC_FilterValue, 12, 9, 0, 0, // Skip to: 2576 |
| 2682 | /* 2567 */ MCD::OPC_CheckPredicate, 26, 140, 2, 0, // Skip to: 3224 |
| 2683 | /* 2572 */ MCD::OPC_Decode, 219, 21, 111, // Opcode: TRUNC_L_D_MMR6 |
| 2684 | /* 2576 */ MCD::OPC_FilterValue, 13, 10, 0, 0, // Skip to: 2591 |
| 2685 | /* 2581 */ MCD::OPC_CheckPredicate, 26, 126, 2, 0, // Skip to: 3224 |
| 2686 | /* 2586 */ MCD::OPC_Decode, 224, 21, 135, 1, // Opcode: TRUNC_W_D_MMR6 |
| 2687 | /* 2591 */ MCD::OPC_FilterValue, 14, 9, 0, 0, // Skip to: 2605 |
| 2688 | /* 2596 */ MCD::OPC_CheckPredicate, 26, 111, 2, 0, // Skip to: 3224 |
| 2689 | /* 2601 */ MCD::OPC_Decode, 181, 18, 111, // Opcode: ROUND_L_D_MMR6 |
| 2690 | /* 2605 */ MCD::OPC_FilterValue, 15, 102, 2, 0, // Skip to: 3224 |
| 2691 | /* 2610 */ MCD::OPC_CheckPredicate, 26, 97, 2, 0, // Skip to: 3224 |
| 2692 | /* 2615 */ MCD::OPC_Decode, 186, 18, 111, // Opcode: ROUND_W_D_MMR6 |
| 2693 | /* 2619 */ MCD::OPC_FilterValue, 197, 6, 10, 0, 0, // Skip to: 2635 |
| 2694 | /* 2625 */ MCD::OPC_CheckPredicate, 26, 82, 2, 0, // Skip to: 3224 |
| 2695 | /* 2630 */ MCD::OPC_Decode, 140, 9, 154, 1, // Opcode: CMP_SULT_S_MMR6 |
| 2696 | /* 2635 */ MCD::OPC_FilterValue, 213, 6, 10, 0, 0, // Skip to: 2651 |
| 2697 | /* 2641 */ MCD::OPC_CheckPredicate, 26, 66, 2, 0, // Skip to: 3224 |
| 2698 | /* 2646 */ MCD::OPC_Decode, 138, 9, 155, 1, // Opcode: CMP_SULT_D_MMR6 |
| 2699 | /* 2651 */ MCD::OPC_FilterValue, 251, 6, 59, 0, 0, // Skip to: 2716 |
| 2700 | /* 2657 */ MCD::OPC_ExtractField, 11, 5, // Inst{15-11} ... |
| 2701 | /* 2660 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 2674 |
| 2702 | /* 2665 */ MCD::OPC_CheckPredicate, 26, 42, 2, 0, // Skip to: 3224 |
| 2703 | /* 2670 */ MCD::OPC_Decode, 236, 12, 113, // Opcode: FNEG_S_MMR6 |
| 2704 | /* 2674 */ MCD::OPC_FilterValue, 7, 9, 0, 0, // Skip to: 2688 |
| 2705 | /* 2679 */ MCD::OPC_CheckPredicate, 26, 28, 2, 0, // Skip to: 3224 |
| 2706 | /* 2684 */ MCD::OPC_Decode, 209, 9, 113, // Opcode: CVT_S_W_MMR6 |
| 2707 | /* 2688 */ MCD::OPC_FilterValue, 10, 9, 0, 0, // Skip to: 2702 |
| 2708 | /* 2693 */ MCD::OPC_CheckPredicate, 23, 14, 2, 0, // Skip to: 3224 |
| 2709 | /* 2698 */ MCD::OPC_Decode, 189, 9, 111, // Opcode: CVT_D_L_MMR6 |
| 2710 | /* 2702 */ MCD::OPC_FilterValue, 11, 5, 2, 0, // Skip to: 3224 |
| 2711 | /* 2707 */ MCD::OPC_CheckPredicate, 23, 0, 2, 0, // Skip to: 3224 |
| 2712 | /* 2712 */ MCD::OPC_Decode, 204, 9, 110, // Opcode: CVT_S_L_MMR6 |
| 2713 | /* 2716 */ MCD::OPC_FilterValue, 133, 7, 10, 0, 0, // Skip to: 2732 |
| 2714 | /* 2722 */ MCD::OPC_CheckPredicate, 26, 241, 1, 0, // Skip to: 3224 |
| 2715 | /* 2727 */ MCD::OPC_Decode, 252, 8, 154, 1, // Opcode: CMP_SLE_S_MMR6 |
| 2716 | /* 2732 */ MCD::OPC_FilterValue, 149, 7, 10, 0, 0, // Skip to: 2748 |
| 2717 | /* 2738 */ MCD::OPC_CheckPredicate, 26, 225, 1, 0, // Skip to: 3224 |
| 2718 | /* 2743 */ MCD::OPC_Decode, 250, 8, 155, 1, // Opcode: CMP_SLE_D_MMR6 |
| 2719 | /* 2748 */ MCD::OPC_FilterValue, 184, 7, 10, 0, 0, // Skip to: 2764 |
| 2720 | /* 2754 */ MCD::OPC_CheckPredicate, 26, 209, 1, 0, // Skip to: 3224 |
| 2721 | /* 2759 */ MCD::OPC_Decode, 128, 15, 161, 1, // Opcode: MADDF_D_MMR6 |
| 2722 | /* 2764 */ MCD::OPC_FilterValue, 197, 7, 10, 0, 0, // Skip to: 2780 |
| 2723 | /* 2770 */ MCD::OPC_CheckPredicate, 26, 193, 1, 0, // Skip to: 3224 |
| 2724 | /* 2775 */ MCD::OPC_Decode, 136, 9, 154, 1, // Opcode: CMP_SULE_S_MMR6 |
| 2725 | /* 2780 */ MCD::OPC_FilterValue, 213, 7, 10, 0, 0, // Skip to: 2796 |
| 2726 | /* 2786 */ MCD::OPC_CheckPredicate, 26, 177, 1, 0, // Skip to: 3224 |
| 2727 | /* 2791 */ MCD::OPC_Decode, 134, 9, 155, 1, // Opcode: CMP_SULE_D_MMR6 |
| 2728 | /* 2796 */ MCD::OPC_FilterValue, 248, 7, 166, 1, 0, // Skip to: 3224 |
| 2729 | /* 2802 */ MCD::OPC_CheckPredicate, 26, 161, 1, 0, // Skip to: 3224 |
| 2730 | /* 2807 */ MCD::OPC_Decode, 179, 16, 161, 1, // Opcode: MSUBF_D_MMR6 |
| 2731 | /* 2812 */ MCD::OPC_FilterValue, 24, 59, 0, 0, // Skip to: 2876 |
| 2732 | /* 2817 */ MCD::OPC_ExtractField, 12, 4, // Inst{15-12} ... |
| 2733 | /* 2820 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 2834 |
| 2734 | /* 2825 */ MCD::OPC_CheckPredicate, 24, 138, 1, 0, // Skip to: 3224 |
| 2735 | /* 2830 */ MCD::OPC_Decode, 143, 18, 89, // Opcode: PREF_MMR6 |
| 2736 | /* 2834 */ MCD::OPC_FilterValue, 3, 16, 0, 0, // Skip to: 2855 |
| 2737 | /* 2839 */ MCD::OPC_CheckPredicate, 24, 124, 1, 0, // Skip to: 3224 |
| 2738 | /* 2844 */ MCD::OPC_CheckField, 9, 3, 0, 117, 1, 0, // Skip to: 3224 |
| 2739 | /* 2851 */ MCD::OPC_Decode, 190, 14, 123, // Opcode: LL_MMR6 |
| 2740 | /* 2855 */ MCD::OPC_FilterValue, 11, 108, 1, 0, // Skip to: 3224 |
| 2741 | /* 2860 */ MCD::OPC_CheckPredicate, 24, 103, 1, 0, // Skip to: 3224 |
| 2742 | /* 2865 */ MCD::OPC_CheckField, 9, 3, 0, 96, 1, 0, // Skip to: 3224 |
| 2743 | /* 2872 */ MCD::OPC_Decode, 225, 18, 123, // Opcode: SC_MMR6 |
| 2744 | /* 2876 */ MCD::OPC_FilterValue, 28, 9, 0, 0, // Skip to: 2890 |
| 2745 | /* 2881 */ MCD::OPC_CheckPredicate, 24, 82, 1, 0, // Skip to: 3224 |
| 2746 | /* 2886 */ MCD::OPC_Decode, 253, 21, 97, // Opcode: XORI_MMR6 |
| 2747 | /* 2890 */ MCD::OPC_FilterValue, 29, 27, 0, 0, // Skip to: 2922 |
| 2748 | /* 2895 */ MCD::OPC_CheckPredicate, 24, 12, 0, 0, // Skip to: 2912 |
| 2749 | /* 2900 */ MCD::OPC_CheckField, 16, 5, 0, 5, 0, 0, // Skip to: 2912 |
| 2750 | /* 2907 */ MCD::OPC_Decode, 227, 6, 162, 1, // Opcode: BEQZALC_MMR6 |
| 2751 | /* 2912 */ MCD::OPC_CheckPredicate, 24, 51, 1, 0, // Skip to: 3224 |
| 2752 | /* 2917 */ MCD::OPC_Decode, 223, 6, 162, 1, // Opcode: BEQC_MMR6 |
| 2753 | /* 2922 */ MCD::OPC_FilterValue, 30, 71, 0, 0, // Skip to: 2998 |
| 2754 | /* 2927 */ MCD::OPC_ExtractField, 19, 2, // Inst{20-19} ... |
| 2755 | /* 2930 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2945 |
| 2756 | /* 2935 */ MCD::OPC_CheckPredicate, 24, 28, 1, 0, // Skip to: 3224 |
| 2757 | /* 2940 */ MCD::OPC_Decode, 182, 5, 163, 1, // Opcode: ADDIUPC_MMR6 |
| 2758 | /* 2945 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 2960 |
| 2759 | /* 2950 */ MCD::OPC_CheckPredicate, 24, 13, 1, 0, // Skip to: 3224 |
| 2760 | /* 2955 */ MCD::OPC_Decode, 225, 14, 163, 1, // Opcode: LWPC_MMR6 |
| 2761 | /* 2960 */ MCD::OPC_FilterValue, 3, 3, 1, 0, // Skip to: 3224 |
| 2762 | /* 2965 */ MCD::OPC_ExtractField, 16, 3, // Inst{18-16} ... |
| 2763 | /* 2968 */ MCD::OPC_FilterValue, 6, 10, 0, 0, // Skip to: 2983 |
| 2764 | /* 2973 */ MCD::OPC_CheckPredicate, 24, 246, 0, 0, // Skip to: 3224 |
| 2765 | /* 2978 */ MCD::OPC_Decode, 156, 6, 164, 1, // Opcode: AUIPC_MMR6 |
| 2766 | /* 2983 */ MCD::OPC_FilterValue, 7, 236, 0, 0, // Skip to: 3224 |
| 2767 | /* 2988 */ MCD::OPC_CheckPredicate, 24, 231, 0, 0, // Skip to: 3224 |
| 2768 | /* 2993 */ MCD::OPC_Decode, 129, 6, 164, 1, // Opcode: ALUIPC_MMR6 |
| 2769 | /* 2998 */ MCD::OPC_FilterValue, 31, 27, 0, 0, // Skip to: 3030 |
| 2770 | /* 3003 */ MCD::OPC_CheckPredicate, 24, 12, 0, 0, // Skip to: 3020 |
| 2771 | /* 3008 */ MCD::OPC_CheckField, 16, 5, 0, 5, 0, 0, // Skip to: 3020 |
| 2772 | /* 3015 */ MCD::OPC_Decode, 202, 7, 165, 1, // Opcode: BNEZALC_MMR6 |
| 2773 | /* 3020 */ MCD::OPC_CheckPredicate, 24, 199, 0, 0, // Skip to: 3224 |
| 2774 | /* 3025 */ MCD::OPC_Decode, 190, 7, 165, 1, // Opcode: BNEC_MMR6 |
| 2775 | /* 3030 */ MCD::OPC_FilterValue, 32, 26, 0, 0, // Skip to: 3061 |
| 2776 | /* 3035 */ MCD::OPC_CheckPredicate, 24, 11, 0, 0, // Skip to: 3051 |
| 2777 | /* 3040 */ MCD::OPC_CheckField, 21, 5, 0, 4, 0, 0, // Skip to: 3051 |
| 2778 | /* 3047 */ MCD::OPC_Decode, 232, 13, 92, // Opcode: JIALC_MMR6 |
| 2779 | /* 3051 */ MCD::OPC_CheckPredicate, 24, 168, 0, 0, // Skip to: 3224 |
| 2780 | /* 3056 */ MCD::OPC_Decode, 232, 6, 166, 1, // Opcode: BEQZC_MMR6 |
| 2781 | /* 3061 */ MCD::OPC_FilterValue, 37, 10, 0, 0, // Skip to: 3076 |
| 2782 | /* 3066 */ MCD::OPC_CheckPredicate, 24, 153, 0, 0, // Skip to: 3224 |
| 2783 | /* 3071 */ MCD::OPC_Decode, 218, 6, 167, 1, // Opcode: BC_MMR6 |
| 2784 | /* 3076 */ MCD::OPC_FilterValue, 40, 26, 0, 0, // Skip to: 3107 |
| 2785 | /* 3081 */ MCD::OPC_CheckPredicate, 24, 11, 0, 0, // Skip to: 3097 |
| 2786 | /* 3086 */ MCD::OPC_CheckField, 21, 5, 0, 4, 0, 0, // Skip to: 3097 |
| 2787 | /* 3093 */ MCD::OPC_Decode, 235, 13, 92, // Opcode: JIC_MMR6 |
| 2788 | /* 3097 */ MCD::OPC_CheckPredicate, 24, 122, 0, 0, // Skip to: 3224 |
| 2789 | /* 3102 */ MCD::OPC_Decode, 207, 7, 166, 1, // Opcode: BNEZC_MMR6 |
| 2790 | /* 3107 */ MCD::OPC_FilterValue, 45, 10, 0, 0, // Skip to: 3122 |
| 2791 | /* 3112 */ MCD::OPC_CheckPredicate, 24, 107, 0, 0, // Skip to: 3224 |
| 2792 | /* 3117 */ MCD::OPC_Decode, 187, 6, 167, 1, // Opcode: BALC_MMR6 |
| 2793 | /* 3122 */ MCD::OPC_FilterValue, 48, 10, 0, 0, // Skip to: 3137 |
| 2794 | /* 3127 */ MCD::OPC_CheckPredicate, 24, 92, 0, 0, // Skip to: 3224 |
| 2795 | /* 3132 */ MCD::OPC_Decode, 239, 6, 168, 1, // Opcode: BGEUC_MMR6 |
| 2796 | /* 3137 */ MCD::OPC_FilterValue, 52, 9, 0, 0, // Skip to: 3151 |
| 2797 | /* 3142 */ MCD::OPC_CheckPredicate, 24, 77, 0, 0, // Skip to: 3224 |
| 2798 | /* 3147 */ MCD::OPC_Decode, 137, 6, 97, // Opcode: ANDI_MMR6 |
| 2799 | /* 3151 */ MCD::OPC_FilterValue, 53, 10, 0, 0, // Skip to: 3166 |
| 2800 | /* 3156 */ MCD::OPC_CheckPredicate, 24, 63, 0, 0, // Skip to: 3224 |
| 2801 | /* 3161 */ MCD::OPC_Decode, 165, 7, 169, 1, // Opcode: BLTC_MMR6 |
| 2802 | /* 3166 */ MCD::OPC_FilterValue, 56, 10, 0, 0, // Skip to: 3181 |
| 2803 | /* 3171 */ MCD::OPC_CheckPredicate, 24, 48, 0, 0, // Skip to: 3224 |
| 2804 | /* 3176 */ MCD::OPC_Decode, 168, 7, 170, 1, // Opcode: BLTUC_MMR6 |
| 2805 | /* 3181 */ MCD::OPC_FilterValue, 61, 10, 0, 0, // Skip to: 3196 |
| 2806 | /* 3186 */ MCD::OPC_CheckPredicate, 24, 33, 0, 0, // Skip to: 3224 |
| 2807 | /* 3191 */ MCD::OPC_Decode, 236, 6, 171, 1, // Opcode: BGEC_MMR6 |
| 2808 | /* 3196 */ MCD::OPC_FilterValue, 62, 9, 0, 0, // Skip to: 3210 |
| 2809 | /* 3201 */ MCD::OPC_CheckPredicate, 24, 18, 0, 0, // Skip to: 3224 |
| 2810 | /* 3206 */ MCD::OPC_Decode, 141, 21, 87, // Opcode: SW_MMR6 |
| 2811 | /* 3210 */ MCD::OPC_FilterValue, 63, 9, 0, 0, // Skip to: 3224 |
| 2812 | /* 3215 */ MCD::OPC_CheckPredicate, 24, 4, 0, 0, // Skip to: 3224 |
| 2813 | /* 3220 */ MCD::OPC_Decode, 241, 14, 87, // Opcode: LW_MMR6 |
| 2814 | /* 3224 */ MCD::OPC_Fail, |
| 2815 | 0 |
| 2816 | }; |
| 2817 | |
| 2818 | static const uint8_t DecoderTableMicroMipsR6_Ambiguous32[] = { |
| 2819 | /* 0 */ MCD::OPC_ExtractField, 26, 6, // Inst{31-26} ... |
| 2820 | /* 3 */ MCD::OPC_FilterValue, 29, 10, 0, 0, // Skip to: 18 |
| 2821 | /* 8 */ MCD::OPC_CheckPredicate, 24, 84, 0, 0, // Skip to: 97 |
| 2822 | /* 13 */ MCD::OPC_Decode, 217, 7, 162, 1, // Opcode: BOVC_MMR6 |
| 2823 | /* 18 */ MCD::OPC_FilterValue, 31, 10, 0, 0, // Skip to: 33 |
| 2824 | /* 23 */ MCD::OPC_CheckPredicate, 24, 69, 0, 0, // Skip to: 97 |
| 2825 | /* 28 */ MCD::OPC_Decode, 210, 7, 165, 1, // Opcode: BNVC_MMR6 |
| 2826 | /* 33 */ MCD::OPC_FilterValue, 48, 27, 0, 0, // Skip to: 65 |
| 2827 | /* 38 */ MCD::OPC_CheckPredicate, 24, 12, 0, 0, // Skip to: 55 |
| 2828 | /* 43 */ MCD::OPC_CheckField, 16, 5, 0, 5, 0, 0, // Skip to: 55 |
| 2829 | /* 50 */ MCD::OPC_Decode, 157, 7, 168, 1, // Opcode: BLEZALC_MMR6 |
| 2830 | /* 55 */ MCD::OPC_CheckPredicate, 24, 37, 0, 0, // Skip to: 97 |
| 2831 | /* 60 */ MCD::OPC_Decode, 244, 6, 168, 1, // Opcode: BGEZALC_MMR6 |
| 2832 | /* 65 */ MCD::OPC_FilterValue, 56, 27, 0, 0, // Skip to: 97 |
| 2833 | /* 70 */ MCD::OPC_CheckPredicate, 24, 12, 0, 0, // Skip to: 87 |
| 2834 | /* 75 */ MCD::OPC_CheckField, 16, 5, 0, 5, 0, 0, // Skip to: 87 |
| 2835 | /* 82 */ MCD::OPC_Decode, 128, 7, 170, 1, // Opcode: BGTZALC_MMR6 |
| 2836 | /* 87 */ MCD::OPC_CheckPredicate, 24, 5, 0, 0, // Skip to: 97 |
| 2837 | /* 92 */ MCD::OPC_Decode, 173, 7, 170, 1, // Opcode: BLTZALC_MMR6 |
| 2838 | /* 97 */ MCD::OPC_Fail, |
| 2839 | 0 |
| 2840 | }; |
| 2841 | |
| 2842 | static const uint8_t DecoderTableMips32[] = { |
| 2843 | /* 0 */ MCD::OPC_ExtractField, 26, 6, // Inst{31-26} ... |
| 2844 | /* 3 */ MCD::OPC_FilterValue, 0, 101, 4, 0, // Skip to: 1133 |
| 2845 | /* 8 */ MCD::OPC_ExtractField, 0, 6, // Inst{5-0} ... |
| 2846 | /* 11 */ MCD::OPC_FilterValue, 0, 63, 0, 0, // Skip to: 79 |
| 2847 | /* 16 */ MCD::OPC_ExtractField, 21, 5, // Inst{25-21} ... |
| 2848 | /* 19 */ MCD::OPC_FilterValue, 0, 178, 66, 0, // Skip to: 17098 |
| 2849 | /* 24 */ MCD::OPC_ExtractField, 6, 15, // Inst{20-6} ... |
| 2850 | /* 27 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 41 |
| 2851 | /* 32 */ MCD::OPC_CheckPredicate, 27, 32, 0, 0, // Skip to: 69 |
| 2852 | /* 37 */ MCD::OPC_Decode, 168, 20, 0, // Opcode: SSNOP |
| 2853 | /* 41 */ MCD::OPC_FilterValue, 3, 9, 0, 0, // Skip to: 55 |
| 2854 | /* 46 */ MCD::OPC_CheckPredicate, 27, 18, 0, 0, // Skip to: 69 |
| 2855 | /* 51 */ MCD::OPC_Decode, 197, 11, 0, // Opcode: EHB |
| 2856 | /* 55 */ MCD::OPC_FilterValue, 5, 9, 0, 0, // Skip to: 69 |
| 2857 | /* 60 */ MCD::OPC_CheckPredicate, 28, 4, 0, 0, // Skip to: 69 |
| 2858 | /* 65 */ MCD::OPC_Decode, 210, 17, 0, // Opcode: PAUSE |
| 2859 | /* 69 */ MCD::OPC_CheckPredicate, 27, 128, 66, 0, // Skip to: 17098 |
| 2860 | /* 74 */ MCD::OPC_Decode, 215, 19, 172, 1, // Opcode: SLL |
| 2861 | /* 79 */ MCD::OPC_FilterValue, 1, 47, 0, 0, // Skip to: 131 |
| 2862 | /* 84 */ MCD::OPC_ExtractField, 16, 2, // Inst{17-16} ... |
| 2863 | /* 87 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 109 |
| 2864 | /* 92 */ MCD::OPC_CheckPredicate, 29, 105, 66, 0, // Skip to: 17098 |
| 2865 | /* 97 */ MCD::OPC_CheckField, 6, 5, 0, 98, 66, 0, // Skip to: 17098 |
| 2866 | /* 104 */ MCD::OPC_Decode, 140, 16, 173, 1, // Opcode: MOVF_I |
| 2867 | /* 109 */ MCD::OPC_FilterValue, 1, 88, 66, 0, // Skip to: 17098 |
| 2868 | /* 114 */ MCD::OPC_CheckPredicate, 29, 83, 66, 0, // Skip to: 17098 |
| 2869 | /* 119 */ MCD::OPC_CheckField, 6, 5, 0, 76, 66, 0, // Skip to: 17098 |
| 2870 | /* 126 */ MCD::OPC_Decode, 160, 16, 173, 1, // Opcode: MOVT_I |
| 2871 | /* 131 */ MCD::OPC_FilterValue, 2, 33, 0, 0, // Skip to: 169 |
| 2872 | /* 136 */ MCD::OPC_ExtractField, 21, 5, // Inst{25-21} ... |
| 2873 | /* 139 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 154 |
| 2874 | /* 144 */ MCD::OPC_CheckPredicate, 27, 53, 66, 0, // Skip to: 17098 |
| 2875 | /* 149 */ MCD::OPC_Decode, 146, 20, 172, 1, // Opcode: SRL |
| 2876 | /* 154 */ MCD::OPC_FilterValue, 1, 43, 66, 0, // Skip to: 17098 |
| 2877 | /* 159 */ MCD::OPC_CheckPredicate, 28, 38, 66, 0, // Skip to: 17098 |
| 2878 | /* 164 */ MCD::OPC_Decode, 176, 18, 172, 1, // Opcode: ROTR |
| 2879 | /* 169 */ MCD::OPC_FilterValue, 3, 17, 0, 0, // Skip to: 191 |
| 2880 | /* 174 */ MCD::OPC_CheckPredicate, 27, 23, 66, 0, // Skip to: 17098 |
| 2881 | /* 179 */ MCD::OPC_CheckField, 21, 5, 0, 16, 66, 0, // Skip to: 17098 |
| 2882 | /* 186 */ MCD::OPC_Decode, 254, 19, 172, 1, // Opcode: SRA |
| 2883 | /* 191 */ MCD::OPC_FilterValue, 4, 16, 0, 0, // Skip to: 212 |
| 2884 | /* 196 */ MCD::OPC_CheckPredicate, 27, 1, 66, 0, // Skip to: 17098 |
| 2885 | /* 201 */ MCD::OPC_CheckField, 6, 5, 0, 250, 65, 0, // Skip to: 17098 |
| 2886 | /* 208 */ MCD::OPC_Decode, 224, 19, 44, // Opcode: SLLV |
| 2887 | /* 212 */ MCD::OPC_FilterValue, 5, 17, 0, 0, // Skip to: 234 |
| 2888 | /* 217 */ MCD::OPC_CheckPredicate, 30, 236, 65, 0, // Skip to: 17098 |
| 2889 | /* 222 */ MCD::OPC_CheckField, 8, 3, 0, 229, 65, 0, // Skip to: 17098 |
| 2890 | /* 229 */ MCD::OPC_Decode, 192, 14, 174, 1, // Opcode: LSA |
| 2891 | /* 234 */ MCD::OPC_FilterValue, 6, 31, 0, 0, // Skip to: 270 |
| 2892 | /* 239 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 2893 | /* 242 */ MCD::OPC_FilterValue, 0, 9, 0, 0, // Skip to: 256 |
| 2894 | /* 247 */ MCD::OPC_CheckPredicate, 27, 206, 65, 0, // Skip to: 17098 |
| 2895 | /* 252 */ MCD::OPC_Decode, 161, 20, 44, // Opcode: SRLV |
| 2896 | /* 256 */ MCD::OPC_FilterValue, 1, 197, 65, 0, // Skip to: 17098 |
| 2897 | /* 261 */ MCD::OPC_CheckPredicate, 28, 192, 65, 0, // Skip to: 17098 |
| 2898 | /* 266 */ MCD::OPC_Decode, 177, 18, 44, // Opcode: ROTRV |
| 2899 | /* 270 */ MCD::OPC_FilterValue, 7, 16, 0, 0, // Skip to: 291 |
| 2900 | /* 275 */ MCD::OPC_CheckPredicate, 27, 178, 65, 0, // Skip to: 17098 |
| 2901 | /* 280 */ MCD::OPC_CheckField, 6, 5, 0, 171, 65, 0, // Skip to: 17098 |
| 2902 | /* 287 */ MCD::OPC_Decode, 139, 20, 44, // Opcode: SRAV |
| 2903 | /* 291 */ MCD::OPC_FilterValue, 8, 33, 0, 0, // Skip to: 329 |
| 2904 | /* 296 */ MCD::OPC_ExtractField, 6, 15, // Inst{20-6} ... |
| 2905 | /* 299 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 314 |
| 2906 | /* 304 */ MCD::OPC_CheckPredicate, 31, 149, 65, 0, // Skip to: 17098 |
| 2907 | /* 309 */ MCD::OPC_Decode, 236, 13, 175, 1, // Opcode: JR |
| 2908 | /* 314 */ MCD::OPC_FilterValue, 16, 139, 65, 0, // Skip to: 17098 |
| 2909 | /* 319 */ MCD::OPC_CheckPredicate, 32, 134, 65, 0, // Skip to: 17098 |
| 2910 | /* 324 */ MCD::OPC_Decode, 243, 13, 175, 1, // Opcode: JR_HB |
| 2911 | /* 329 */ MCD::OPC_FilterValue, 9, 45, 0, 0, // Skip to: 379 |
| 2912 | /* 334 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 2913 | /* 337 */ MCD::OPC_FilterValue, 0, 16, 0, 0, // Skip to: 358 |
| 2914 | /* 342 */ MCD::OPC_CheckPredicate, 33, 111, 65, 0, // Skip to: 17098 |
| 2915 | /* 347 */ MCD::OPC_CheckField, 16, 5, 0, 104, 65, 0, // Skip to: 17098 |
| 2916 | /* 354 */ MCD::OPC_Decode, 215, 13, 14, // Opcode: JALR |
| 2917 | /* 358 */ MCD::OPC_FilterValue, 16, 95, 65, 0, // Skip to: 17098 |
| 2918 | /* 363 */ MCD::OPC_CheckPredicate, 34, 90, 65, 0, // Skip to: 17098 |
| 2919 | /* 368 */ MCD::OPC_CheckField, 16, 5, 0, 83, 65, 0, // Skip to: 17098 |
| 2920 | /* 375 */ MCD::OPC_Decode, 223, 13, 14, // Opcode: JALR_HB |
| 2921 | /* 379 */ MCD::OPC_FilterValue, 10, 17, 0, 0, // Skip to: 401 |
| 2922 | /* 384 */ MCD::OPC_CheckPredicate, 35, 69, 65, 0, // Skip to: 17098 |
| 2923 | /* 389 */ MCD::OPC_CheckField, 6, 5, 0, 62, 65, 0, // Skip to: 17098 |
| 2924 | /* 396 */ MCD::OPC_Decode, 172, 16, 176, 1, // Opcode: MOVZ_I_I |
| 2925 | /* 401 */ MCD::OPC_FilterValue, 11, 17, 0, 0, // Skip to: 423 |
| 2926 | /* 406 */ MCD::OPC_CheckPredicate, 35, 47, 65, 0, // Skip to: 17098 |
| 2927 | /* 411 */ MCD::OPC_CheckField, 6, 5, 0, 40, 65, 0, // Skip to: 17098 |
| 2928 | /* 418 */ MCD::OPC_Decode, 152, 16, 176, 1, // Opcode: MOVN_I_I |
| 2929 | /* 423 */ MCD::OPC_FilterValue, 12, 10, 0, 0, // Skip to: 438 |
| 2930 | /* 428 */ MCD::OPC_CheckPredicate, 27, 25, 65, 0, // Skip to: 17098 |
| 2931 | /* 433 */ MCD::OPC_Decode, 148, 21, 177, 1, // Opcode: SYSCALL |
| 2932 | /* 438 */ MCD::OPC_FilterValue, 13, 9, 0, 0, // Skip to: 452 |
| 2933 | /* 443 */ MCD::OPC_CheckPredicate, 27, 10, 65, 0, // Skip to: 17098 |
| 2934 | /* 448 */ MCD::OPC_Decode, 221, 7, 45, // Opcode: BREAK |
| 2935 | /* 452 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 467 |
| 2936 | /* 457 */ MCD::OPC_CheckPredicate, 36, 252, 64, 0, // Skip to: 17098 |
| 2937 | /* 462 */ MCD::OPC_Decode, 142, 21, 178, 1, // Opcode: SYNC |
| 2938 | /* 467 */ MCD::OPC_FilterValue, 16, 51, 0, 0, // Skip to: 523 |
| 2939 | /* 472 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 2940 | /* 475 */ MCD::OPC_FilterValue, 0, 234, 64, 0, // Skip to: 17098 |
| 2941 | /* 480 */ MCD::OPC_ExtractField, 16, 5, // Inst{20-16} ... |
| 2942 | /* 483 */ MCD::OPC_FilterValue, 0, 226, 64, 0, // Skip to: 17098 |
| 2943 | /* 488 */ MCD::OPC_ExtractField, 23, 3, // Inst{25-23} ... |
| 2944 | /* 491 */ MCD::OPC_FilterValue, 0, 218, 64, 0, // Skip to: 17098 |
| 2945 | /* 496 */ MCD::OPC_CheckPredicate, 31, 12, 0, 0, // Skip to: 513 |
| 2946 | /* 501 */ MCD::OPC_CheckField, 21, 2, 0, 5, 0, 0, // Skip to: 513 |
| 2947 | /* 508 */ MCD::OPC_Decode, 205, 15, 179, 1, // Opcode: MFHI |
| 2948 | /* 513 */ MCD::OPC_CheckPredicate, 37, 196, 64, 0, // Skip to: 17098 |
| 2949 | /* 518 */ MCD::OPC_Decode, 208, 15, 180, 1, // Opcode: MFHI_DSP |
| 2950 | /* 523 */ MCD::OPC_FilterValue, 17, 43, 0, 0, // Skip to: 571 |
| 2951 | /* 528 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 2952 | /* 531 */ MCD::OPC_FilterValue, 0, 178, 64, 0, // Skip to: 17098 |
| 2953 | /* 536 */ MCD::OPC_ExtractField, 13, 8, // Inst{20-13} ... |
| 2954 | /* 539 */ MCD::OPC_FilterValue, 0, 170, 64, 0, // Skip to: 17098 |
| 2955 | /* 544 */ MCD::OPC_CheckPredicate, 31, 12, 0, 0, // Skip to: 561 |
| 2956 | /* 549 */ MCD::OPC_CheckField, 11, 2, 0, 5, 0, 0, // Skip to: 561 |
| 2957 | /* 556 */ MCD::OPC_Decode, 221, 16, 175, 1, // Opcode: MTHI |
| 2958 | /* 561 */ MCD::OPC_CheckPredicate, 37, 148, 64, 0, // Skip to: 17098 |
| 2959 | /* 566 */ MCD::OPC_Decode, 223, 16, 181, 1, // Opcode: MTHI_DSP |
| 2960 | /* 571 */ MCD::OPC_FilterValue, 18, 51, 0, 0, // Skip to: 627 |
| 2961 | /* 576 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 2962 | /* 579 */ MCD::OPC_FilterValue, 0, 130, 64, 0, // Skip to: 17098 |
| 2963 | /* 584 */ MCD::OPC_ExtractField, 16, 5, // Inst{20-16} ... |
| 2964 | /* 587 */ MCD::OPC_FilterValue, 0, 122, 64, 0, // Skip to: 17098 |
| 2965 | /* 592 */ MCD::OPC_ExtractField, 23, 3, // Inst{25-23} ... |
| 2966 | /* 595 */ MCD::OPC_FilterValue, 0, 114, 64, 0, // Skip to: 17098 |
| 2967 | /* 600 */ MCD::OPC_CheckPredicate, 31, 12, 0, 0, // Skip to: 617 |
| 2968 | /* 605 */ MCD::OPC_CheckField, 21, 2, 0, 5, 0, 0, // Skip to: 617 |
| 2969 | /* 612 */ MCD::OPC_Decode, 211, 15, 179, 1, // Opcode: MFLO |
| 2970 | /* 617 */ MCD::OPC_CheckPredicate, 37, 92, 64, 0, // Skip to: 17098 |
| 2971 | /* 622 */ MCD::OPC_Decode, 214, 15, 180, 1, // Opcode: MFLO_DSP |
| 2972 | /* 627 */ MCD::OPC_FilterValue, 19, 43, 0, 0, // Skip to: 675 |
| 2973 | /* 632 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 2974 | /* 635 */ MCD::OPC_FilterValue, 0, 74, 64, 0, // Skip to: 17098 |
| 2975 | /* 640 */ MCD::OPC_ExtractField, 13, 8, // Inst{20-13} ... |
| 2976 | /* 643 */ MCD::OPC_FilterValue, 0, 66, 64, 0, // Skip to: 17098 |
| 2977 | /* 648 */ MCD::OPC_CheckPredicate, 31, 12, 0, 0, // Skip to: 665 |
| 2978 | /* 653 */ MCD::OPC_CheckField, 11, 2, 0, 5, 0, 0, // Skip to: 665 |
| 2979 | /* 660 */ MCD::OPC_Decode, 228, 16, 175, 1, // Opcode: MTLO |
| 2980 | /* 665 */ MCD::OPC_CheckPredicate, 37, 44, 64, 0, // Skip to: 17098 |
| 2981 | /* 670 */ MCD::OPC_Decode, 230, 16, 182, 1, // Opcode: MTLO_DSP |
| 2982 | /* 675 */ MCD::OPC_FilterValue, 21, 17, 0, 0, // Skip to: 697 |
| 2983 | /* 680 */ MCD::OPC_CheckPredicate, 38, 29, 64, 0, // Skip to: 17098 |
| 2984 | /* 685 */ MCD::OPC_CheckField, 8, 3, 0, 22, 64, 0, // Skip to: 17098 |
| 2985 | /* 692 */ MCD::OPC_Decode, 228, 10, 183, 1, // Opcode: DLSA |
| 2986 | /* 697 */ MCD::OPC_FilterValue, 24, 42, 0, 0, // Skip to: 744 |
| 2987 | /* 702 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 2988 | /* 705 */ MCD::OPC_FilterValue, 0, 4, 64, 0, // Skip to: 17098 |
| 2989 | /* 710 */ MCD::OPC_ExtractField, 13, 3, // Inst{15-13} ... |
| 2990 | /* 713 */ MCD::OPC_FilterValue, 0, 252, 63, 0, // Skip to: 17098 |
| 2991 | /* 718 */ MCD::OPC_CheckPredicate, 31, 11, 0, 0, // Skip to: 734 |
| 2992 | /* 723 */ MCD::OPC_CheckField, 11, 2, 0, 4, 0, 0, // Skip to: 734 |
| 2993 | /* 730 */ MCD::OPC_Decode, 140, 17, 69, // Opcode: MULT |
| 2994 | /* 734 */ MCD::OPC_CheckPredicate, 37, 231, 63, 0, // Skip to: 17098 |
| 2995 | /* 739 */ MCD::OPC_Decode, 143, 17, 184, 1, // Opcode: MULT_DSP |
| 2996 | /* 744 */ MCD::OPC_FilterValue, 25, 42, 0, 0, // Skip to: 791 |
| 2997 | /* 749 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 2998 | /* 752 */ MCD::OPC_FilterValue, 0, 213, 63, 0, // Skip to: 17098 |
| 2999 | /* 757 */ MCD::OPC_ExtractField, 13, 3, // Inst{15-13} ... |
| 3000 | /* 760 */ MCD::OPC_FilterValue, 0, 205, 63, 0, // Skip to: 17098 |
| 3001 | /* 765 */ MCD::OPC_CheckPredicate, 31, 11, 0, 0, // Skip to: 781 |
| 3002 | /* 770 */ MCD::OPC_CheckField, 11, 2, 0, 4, 0, 0, // Skip to: 781 |
| 3003 | /* 777 */ MCD::OPC_Decode, 146, 17, 69, // Opcode: MULTu |
| 3004 | /* 781 */ MCD::OPC_CheckPredicate, 37, 184, 63, 0, // Skip to: 17098 |
| 3005 | /* 786 */ MCD::OPC_Decode, 141, 17, 184, 1, // Opcode: MULTU_DSP |
| 3006 | /* 791 */ MCD::OPC_FilterValue, 26, 16, 0, 0, // Skip to: 812 |
| 3007 | /* 796 */ MCD::OPC_CheckPredicate, 31, 169, 63, 0, // Skip to: 17098 |
| 3008 | /* 801 */ MCD::OPC_CheckField, 6, 10, 0, 162, 63, 0, // Skip to: 17098 |
| 3009 | /* 808 */ MCD::OPC_Decode, 242, 18, 69, // Opcode: SDIV |
| 3010 | /* 812 */ MCD::OPC_FilterValue, 27, 16, 0, 0, // Skip to: 833 |
| 3011 | /* 817 */ MCD::OPC_CheckPredicate, 31, 148, 63, 0, // Skip to: 17098 |
| 3012 | /* 822 */ MCD::OPC_CheckField, 6, 10, 0, 141, 63, 0, // Skip to: 17098 |
| 3013 | /* 829 */ MCD::OPC_Decode, 230, 21, 69, // Opcode: UDIV |
| 3014 | /* 833 */ MCD::OPC_FilterValue, 32, 16, 0, 0, // Skip to: 854 |
| 3015 | /* 838 */ MCD::OPC_CheckPredicate, 27, 127, 63, 0, // Skip to: 17098 |
| 3016 | /* 843 */ MCD::OPC_CheckField, 6, 5, 0, 120, 63, 0, // Skip to: 17098 |
| 3017 | /* 850 */ MCD::OPC_Decode, 179, 5, 50, // Opcode: ADD |
| 3018 | /* 854 */ MCD::OPC_FilterValue, 33, 16, 0, 0, // Skip to: 875 |
| 3019 | /* 859 */ MCD::OPC_CheckPredicate, 27, 106, 63, 0, // Skip to: 17098 |
| 3020 | /* 864 */ MCD::OPC_CheckField, 6, 5, 0, 99, 63, 0, // Skip to: 17098 |
| 3021 | /* 871 */ MCD::OPC_Decode, 252, 5, 50, // Opcode: ADDu |
| 3022 | /* 875 */ MCD::OPC_FilterValue, 34, 16, 0, 0, // Skip to: 896 |
| 3023 | /* 880 */ MCD::OPC_CheckPredicate, 27, 85, 63, 0, // Skip to: 17098 |
| 3024 | /* 885 */ MCD::OPC_CheckField, 6, 5, 0, 78, 63, 0, // Skip to: 17098 |
| 3025 | /* 892 */ MCD::OPC_Decode, 175, 20, 50, // Opcode: SUB |
| 3026 | /* 896 */ MCD::OPC_FilterValue, 35, 16, 0, 0, // Skip to: 917 |
| 3027 | /* 901 */ MCD::OPC_CheckPredicate, 27, 64, 63, 0, // Skip to: 17098 |
| 3028 | /* 906 */ MCD::OPC_CheckField, 6, 5, 0, 57, 63, 0, // Skip to: 17098 |
| 3029 | /* 913 */ MCD::OPC_Decode, 231, 20, 50, // Opcode: SUBu |
| 3030 | /* 917 */ MCD::OPC_FilterValue, 36, 16, 0, 0, // Skip to: 938 |
| 3031 | /* 922 */ MCD::OPC_CheckPredicate, 27, 43, 63, 0, // Skip to: 17098 |
| 3032 | /* 927 */ MCD::OPC_CheckField, 6, 5, 0, 36, 63, 0, // Skip to: 17098 |
| 3033 | /* 934 */ MCD::OPC_Decode, 130, 6, 50, // Opcode: AND |
| 3034 | /* 938 */ MCD::OPC_FilterValue, 37, 16, 0, 0, // Skip to: 959 |
| 3035 | /* 943 */ MCD::OPC_CheckPredicate, 27, 22, 63, 0, // Skip to: 17098 |
| 3036 | /* 948 */ MCD::OPC_CheckField, 6, 5, 0, 15, 63, 0, // Skip to: 17098 |
| 3037 | /* 955 */ MCD::OPC_Decode, 195, 17, 50, // Opcode: OR |
| 3038 | /* 959 */ MCD::OPC_FilterValue, 38, 16, 0, 0, // Skip to: 980 |
| 3039 | /* 964 */ MCD::OPC_CheckPredicate, 27, 1, 63, 0, // Skip to: 17098 |
| 3040 | /* 969 */ MCD::OPC_CheckField, 6, 5, 0, 250, 62, 0, // Skip to: 17098 |
| 3041 | /* 976 */ MCD::OPC_Decode, 248, 21, 50, // Opcode: XOR |
| 3042 | /* 980 */ MCD::OPC_FilterValue, 39, 16, 0, 0, // Skip to: 1001 |
| 3043 | /* 985 */ MCD::OPC_CheckPredicate, 27, 236, 62, 0, // Skip to: 17098 |
| 3044 | /* 990 */ MCD::OPC_CheckField, 6, 5, 0, 229, 62, 0, // Skip to: 17098 |
| 3045 | /* 997 */ MCD::OPC_Decode, 185, 17, 50, // Opcode: NOR |
| 3046 | /* 1001 */ MCD::OPC_FilterValue, 42, 16, 0, 0, // Skip to: 1022 |
| 3047 | /* 1006 */ MCD::OPC_CheckPredicate, 27, 215, 62, 0, // Skip to: 17098 |
| 3048 | /* 1011 */ MCD::OPC_CheckField, 6, 5, 0, 208, 62, 0, // Skip to: 17098 |
| 3049 | /* 1018 */ MCD::OPC_Decode, 232, 19, 50, // Opcode: SLT |
| 3050 | /* 1022 */ MCD::OPC_FilterValue, 43, 16, 0, 0, // Skip to: 1043 |
| 3051 | /* 1027 */ MCD::OPC_CheckPredicate, 27, 194, 62, 0, // Skip to: 17098 |
| 3052 | /* 1032 */ MCD::OPC_CheckField, 6, 5, 0, 187, 62, 0, // Skip to: 17098 |
| 3053 | /* 1039 */ MCD::OPC_Decode, 241, 19, 50, // Opcode: SLTu |
| 3054 | /* 1043 */ MCD::OPC_FilterValue, 48, 10, 0, 0, // Skip to: 1058 |
| 3055 | /* 1048 */ MCD::OPC_CheckPredicate, 36, 173, 62, 0, // Skip to: 17098 |
| 3056 | /* 1053 */ MCD::OPC_Decode, 175, 21, 185, 1, // Opcode: TGE |
| 3057 | /* 1058 */ MCD::OPC_FilterValue, 49, 10, 0, 0, // Skip to: 1073 |
| 3058 | /* 1063 */ MCD::OPC_CheckPredicate, 36, 158, 62, 0, // Skip to: 17098 |
| 3059 | /* 1068 */ MCD::OPC_Decode, 180, 21, 185, 1, // Opcode: TGEU |
| 3060 | /* 1073 */ MCD::OPC_FilterValue, 50, 10, 0, 0, // Skip to: 1088 |
| 3061 | /* 1078 */ MCD::OPC_CheckPredicate, 36, 143, 62, 0, // Skip to: 17098 |
| 3062 | /* 1083 */ MCD::OPC_Decode, 207, 21, 185, 1, // Opcode: TLT |
| 3063 | /* 1088 */ MCD::OPC_FilterValue, 51, 10, 0, 0, // Skip to: 1103 |
| 3064 | /* 1093 */ MCD::OPC_CheckPredicate, 36, 128, 62, 0, // Skip to: 17098 |
| 3065 | /* 1098 */ MCD::OPC_Decode, 211, 21, 185, 1, // Opcode: TLTU |
| 3066 | /* 1103 */ MCD::OPC_FilterValue, 52, 10, 0, 0, // Skip to: 1118 |
| 3067 | /* 1108 */ MCD::OPC_CheckPredicate, 36, 113, 62, 0, // Skip to: 17098 |
| 3068 | /* 1113 */ MCD::OPC_Decode, 171, 21, 185, 1, // Opcode: TEQ |
| 3069 | /* 1118 */ MCD::OPC_FilterValue, 54, 103, 62, 0, // Skip to: 17098 |
| 3070 | /* 1123 */ MCD::OPC_CheckPredicate, 36, 98, 62, 0, // Skip to: 17098 |
| 3071 | /* 1128 */ MCD::OPC_Decode, 214, 21, 185, 1, // Opcode: TNE |
| 3072 | /* 1133 */ MCD::OPC_FilterValue, 1, 250, 0, 0, // Skip to: 1388 |
| 3073 | /* 1138 */ MCD::OPC_ExtractField, 16, 5, // Inst{20-16} ... |
| 3074 | /* 1141 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 1156 |
| 3075 | /* 1146 */ MCD::OPC_CheckPredicate, 27, 75, 62, 0, // Skip to: 17098 |
| 3076 | /* 1151 */ MCD::OPC_Decode, 169, 7, 186, 1, // Opcode: BLTZ |
| 3077 | /* 1156 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 1171 |
| 3078 | /* 1161 */ MCD::OPC_CheckPredicate, 27, 60, 62, 0, // Skip to: 17098 |
| 3079 | /* 1166 */ MCD::OPC_Decode, 240, 6, 186, 1, // Opcode: BGEZ |
| 3080 | /* 1171 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 1186 |
| 3081 | /* 1176 */ MCD::OPC_CheckPredicate, 39, 45, 62, 0, // Skip to: 17098 |
| 3082 | /* 1181 */ MCD::OPC_Decode, 180, 7, 186, 1, // Opcode: BLTZL |
| 3083 | /* 1186 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 1201 |
| 3084 | /* 1191 */ MCD::OPC_CheckPredicate, 39, 30, 62, 0, // Skip to: 17098 |
| 3085 | /* 1196 */ MCD::OPC_Decode, 251, 6, 186, 1, // Opcode: BGEZL |
| 3086 | /* 1201 */ MCD::OPC_FilterValue, 8, 10, 0, 0, // Skip to: 1216 |
| 3087 | /* 1206 */ MCD::OPC_CheckPredicate, 39, 15, 62, 0, // Skip to: 17098 |
| 3088 | /* 1211 */ MCD::OPC_Decode, 176, 21, 164, 1, // Opcode: TGEI |
| 3089 | /* 1216 */ MCD::OPC_FilterValue, 9, 10, 0, 0, // Skip to: 1231 |
| 3090 | /* 1221 */ MCD::OPC_CheckPredicate, 39, 0, 62, 0, // Skip to: 17098 |
| 3091 | /* 1226 */ MCD::OPC_Decode, 177, 21, 164, 1, // Opcode: TGEIU |
| 3092 | /* 1231 */ MCD::OPC_FilterValue, 10, 10, 0, 0, // Skip to: 1246 |
| 3093 | /* 1236 */ MCD::OPC_CheckPredicate, 39, 241, 61, 0, // Skip to: 17098 |
| 3094 | /* 1241 */ MCD::OPC_Decode, 208, 21, 164, 1, // Opcode: TLTI |
| 3095 | /* 1246 */ MCD::OPC_FilterValue, 11, 10, 0, 0, // Skip to: 1261 |
| 3096 | /* 1251 */ MCD::OPC_CheckPredicate, 39, 226, 61, 0, // Skip to: 17098 |
| 3097 | /* 1256 */ MCD::OPC_Decode, 229, 21, 164, 1, // Opcode: TTLTIU |
| 3098 | /* 1261 */ MCD::OPC_FilterValue, 12, 10, 0, 0, // Skip to: 1276 |
| 3099 | /* 1266 */ MCD::OPC_CheckPredicate, 39, 211, 61, 0, // Skip to: 17098 |
| 3100 | /* 1271 */ MCD::OPC_Decode, 172, 21, 164, 1, // Opcode: TEQI |
| 3101 | /* 1276 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 1291 |
| 3102 | /* 1281 */ MCD::OPC_CheckPredicate, 39, 196, 61, 0, // Skip to: 17098 |
| 3103 | /* 1286 */ MCD::OPC_Decode, 215, 21, 164, 1, // Opcode: TNEI |
| 3104 | /* 1291 */ MCD::OPC_FilterValue, 16, 10, 0, 0, // Skip to: 1306 |
| 3105 | /* 1296 */ MCD::OPC_CheckPredicate, 31, 181, 61, 0, // Skip to: 17098 |
| 3106 | /* 1301 */ MCD::OPC_Decode, 171, 7, 186, 1, // Opcode: BLTZAL |
| 3107 | /* 1306 */ MCD::OPC_FilterValue, 17, 10, 0, 0, // Skip to: 1321 |
| 3108 | /* 1311 */ MCD::OPC_CheckPredicate, 31, 166, 61, 0, // Skip to: 17098 |
| 3109 | /* 1316 */ MCD::OPC_Decode, 242, 6, 186, 1, // Opcode: BGEZAL |
| 3110 | /* 1321 */ MCD::OPC_FilterValue, 18, 10, 0, 0, // Skip to: 1336 |
| 3111 | /* 1326 */ MCD::OPC_CheckPredicate, 39, 151, 61, 0, // Skip to: 17098 |
| 3112 | /* 1331 */ MCD::OPC_Decode, 174, 7, 186, 1, // Opcode: BLTZALL |
| 3113 | /* 1336 */ MCD::OPC_FilterValue, 19, 10, 0, 0, // Skip to: 1351 |
| 3114 | /* 1341 */ MCD::OPC_CheckPredicate, 39, 136, 61, 0, // Skip to: 17098 |
| 3115 | /* 1346 */ MCD::OPC_Decode, 245, 6, 186, 1, // Opcode: BGEZALL |
| 3116 | /* 1351 */ MCD::OPC_FilterValue, 28, 17, 0, 0, // Skip to: 1373 |
| 3117 | /* 1356 */ MCD::OPC_CheckPredicate, 40, 121, 61, 0, // Skip to: 17098 |
| 3118 | /* 1361 */ MCD::OPC_CheckField, 21, 5, 0, 114, 61, 0, // Skip to: 17098 |
| 3119 | /* 1368 */ MCD::OPC_Decode, 218, 7, 187, 1, // Opcode: BPOSGE32 |
| 3120 | /* 1373 */ MCD::OPC_FilterValue, 31, 104, 61, 0, // Skip to: 17098 |
| 3121 | /* 1378 */ MCD::OPC_CheckPredicate, 28, 99, 61, 0, // Skip to: 17098 |
| 3122 | /* 1383 */ MCD::OPC_Decode, 143, 21, 188, 1, // Opcode: SYNCI |
| 3123 | /* 1388 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 1403 |
| 3124 | /* 1393 */ MCD::OPC_CheckPredicate, 27, 84, 61, 0, // Skip to: 17098 |
| 3125 | /* 1398 */ MCD::OPC_Decode, 213, 13, 189, 1, // Opcode: J |
| 3126 | /* 1403 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 1418 |
| 3127 | /* 1408 */ MCD::OPC_CheckPredicate, 27, 69, 61, 0, // Skip to: 17098 |
| 3128 | /* 1413 */ MCD::OPC_Decode, 214, 13, 189, 1, // Opcode: JAL |
| 3129 | /* 1418 */ MCD::OPC_FilterValue, 4, 10, 0, 0, // Skip to: 1433 |
| 3130 | /* 1423 */ MCD::OPC_CheckPredicate, 27, 54, 61, 0, // Skip to: 17098 |
| 3131 | /* 1428 */ MCD::OPC_Decode, 219, 6, 190, 1, // Opcode: BEQ |
| 3132 | /* 1433 */ MCD::OPC_FilterValue, 5, 10, 0, 0, // Skip to: 1448 |
| 3133 | /* 1438 */ MCD::OPC_CheckPredicate, 27, 39, 61, 0, // Skip to: 17098 |
| 3134 | /* 1443 */ MCD::OPC_Decode, 186, 7, 190, 1, // Opcode: BNE |
| 3135 | /* 1448 */ MCD::OPC_FilterValue, 6, 17, 0, 0, // Skip to: 1470 |
| 3136 | /* 1453 */ MCD::OPC_CheckPredicate, 27, 24, 61, 0, // Skip to: 17098 |
| 3137 | /* 1458 */ MCD::OPC_CheckField, 16, 5, 0, 17, 61, 0, // Skip to: 17098 |
| 3138 | /* 1465 */ MCD::OPC_Decode, 154, 7, 186, 1, // Opcode: BLEZ |
| 3139 | /* 1470 */ MCD::OPC_FilterValue, 7, 17, 0, 0, // Skip to: 1492 |
| 3140 | /* 1475 */ MCD::OPC_CheckPredicate, 27, 2, 61, 0, // Skip to: 17098 |
| 3141 | /* 1480 */ MCD::OPC_CheckField, 16, 5, 0, 251, 60, 0, // Skip to: 17098 |
| 3142 | /* 1487 */ MCD::OPC_Decode, 253, 6, 186, 1, // Opcode: BGTZ |
| 3143 | /* 1492 */ MCD::OPC_FilterValue, 8, 10, 0, 0, // Skip to: 1507 |
| 3144 | /* 1497 */ MCD::OPC_CheckPredicate, 31, 236, 60, 0, // Skip to: 17098 |
| 3145 | /* 1502 */ MCD::OPC_Decode, 248, 5, 191, 1, // Opcode: ADDi |
| 3146 | /* 1507 */ MCD::OPC_FilterValue, 9, 10, 0, 0, // Skip to: 1522 |
| 3147 | /* 1512 */ MCD::OPC_CheckPredicate, 27, 221, 60, 0, // Skip to: 17098 |
| 3148 | /* 1517 */ MCD::OPC_Decode, 250, 5, 191, 1, // Opcode: ADDiu |
| 3149 | /* 1522 */ MCD::OPC_FilterValue, 10, 10, 0, 0, // Skip to: 1537 |
| 3150 | /* 1527 */ MCD::OPC_CheckPredicate, 27, 206, 60, 0, // Skip to: 17098 |
| 3151 | /* 1532 */ MCD::OPC_Decode, 235, 19, 191, 1, // Opcode: SLTi |
| 3152 | /* 1537 */ MCD::OPC_FilterValue, 11, 10, 0, 0, // Skip to: 1552 |
| 3153 | /* 1542 */ MCD::OPC_CheckPredicate, 27, 191, 60, 0, // Skip to: 17098 |
| 3154 | /* 1547 */ MCD::OPC_Decode, 238, 19, 191, 1, // Opcode: SLTiu |
| 3155 | /* 1552 */ MCD::OPC_FilterValue, 12, 10, 0, 0, // Skip to: 1567 |
| 3156 | /* 1557 */ MCD::OPC_CheckPredicate, 27, 176, 60, 0, // Skip to: 17098 |
| 3157 | /* 1562 */ MCD::OPC_Decode, 141, 6, 192, 1, // Opcode: ANDi |
| 3158 | /* 1567 */ MCD::OPC_FilterValue, 13, 10, 0, 0, // Skip to: 1582 |
| 3159 | /* 1572 */ MCD::OPC_CheckPredicate, 27, 161, 60, 0, // Skip to: 17098 |
| 3160 | /* 1577 */ MCD::OPC_Decode, 204, 17, 192, 1, // Opcode: ORi |
| 3161 | /* 1582 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 1597 |
| 3162 | /* 1587 */ MCD::OPC_CheckPredicate, 27, 146, 60, 0, // Skip to: 17098 |
| 3163 | /* 1592 */ MCD::OPC_Decode, 129, 22, 192, 1, // Opcode: XORi |
| 3164 | /* 1597 */ MCD::OPC_FilterValue, 15, 16, 0, 0, // Skip to: 1618 |
| 3165 | /* 1602 */ MCD::OPC_CheckPredicate, 27, 131, 60, 0, // Skip to: 17098 |
| 3166 | /* 1607 */ MCD::OPC_CheckField, 21, 5, 0, 124, 60, 0, // Skip to: 17098 |
| 3167 | /* 1614 */ MCD::OPC_Decode, 199, 14, 92, // Opcode: LUi |
| 3168 | /* 1618 */ MCD::OPC_FilterValue, 16, 187, 2, 0, // Skip to: 2322 |
| 3169 | /* 1623 */ MCD::OPC_ExtractField, 3, 1, // Inst{3} ... |
| 3170 | /* 1626 */ MCD::OPC_FilterValue, 0, 190, 1, 0, // Skip to: 2077 |
| 3171 | /* 1631 */ MCD::OPC_ExtractField, 21, 5, // Inst{25-21} ... |
| 3172 | /* 1634 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 1656 |
| 3173 | /* 1639 */ MCD::OPC_CheckPredicate, 27, 94, 60, 0, // Skip to: 17098 |
| 3174 | /* 1644 */ MCD::OPC_CheckField, 4, 7, 0, 87, 60, 0, // Skip to: 17098 |
| 3175 | /* 1651 */ MCD::OPC_Decode, 187, 15, 193, 1, // Opcode: MFC0 |
| 3176 | /* 1656 */ MCD::OPC_FilterValue, 3, 63, 0, 0, // Skip to: 1724 |
| 3177 | /* 1661 */ MCD::OPC_ExtractField, 4, 7, // Inst{10-4} ... |
| 3178 | /* 1664 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 1679 |
| 3179 | /* 1669 */ MCD::OPC_CheckPredicate, 41, 64, 60, 0, // Skip to: 17098 |
| 3180 | /* 1674 */ MCD::OPC_Decode, 195, 15, 193, 1, // Opcode: MFGC0 |
| 3181 | /* 1679 */ MCD::OPC_FilterValue, 32, 10, 0, 0, // Skip to: 1694 |
| 3182 | /* 1684 */ MCD::OPC_CheckPredicate, 41, 49, 60, 0, // Skip to: 17098 |
| 3183 | /* 1689 */ MCD::OPC_Decode, 211, 16, 194, 1, // Opcode: MTGC0 |
| 3184 | /* 1694 */ MCD::OPC_FilterValue, 64, 10, 0, 0, // Skip to: 1709 |
| 3185 | /* 1699 */ MCD::OPC_CheckPredicate, 41, 34, 60, 0, // Skip to: 17098 |
| 3186 | /* 1704 */ MCD::OPC_Decode, 203, 15, 193, 1, // Opcode: MFHGC0 |
| 3187 | /* 1709 */ MCD::OPC_FilterValue, 96, 24, 60, 0, // Skip to: 17098 |
| 3188 | /* 1714 */ MCD::OPC_CheckPredicate, 41, 19, 60, 0, // Skip to: 17098 |
| 3189 | /* 1719 */ MCD::OPC_Decode, 219, 16, 194, 1, // Opcode: MTHGC0 |
| 3190 | /* 1724 */ MCD::OPC_FilterValue, 4, 17, 0, 0, // Skip to: 1746 |
| 3191 | /* 1729 */ MCD::OPC_CheckPredicate, 27, 4, 60, 0, // Skip to: 17098 |
| 3192 | /* 1734 */ MCD::OPC_CheckField, 4, 7, 0, 253, 59, 0, // Skip to: 17098 |
| 3193 | /* 1741 */ MCD::OPC_Decode, 202, 16, 194, 1, // Opcode: MTC0 |
| 3194 | /* 1746 */ MCD::OPC_FilterValue, 8, 17, 0, 0, // Skip to: 1768 |
| 3195 | /* 1751 */ MCD::OPC_CheckPredicate, 42, 238, 59, 0, // Skip to: 17098 |
| 3196 | /* 1756 */ MCD::OPC_CheckField, 6, 5, 0, 231, 59, 0, // Skip to: 17098 |
| 3197 | /* 1763 */ MCD::OPC_Decode, 217, 15, 195, 1, // Opcode: MFTR |
| 3198 | /* 1768 */ MCD::OPC_FilterValue, 11, 133, 0, 0, // Skip to: 1906 |
| 3199 | /* 1773 */ MCD::OPC_ExtractField, 4, 12, // Inst{15-4} ... |
| 3200 | /* 1776 */ MCD::OPC_FilterValue, 0, 16, 0, 0, // Skip to: 1797 |
| 3201 | /* 1781 */ MCD::OPC_CheckPredicate, 42, 208, 59, 0, // Skip to: 17098 |
| 3202 | /* 1786 */ MCD::OPC_CheckField, 0, 3, 1, 201, 59, 0, // Skip to: 17098 |
| 3203 | /* 1793 */ MCD::OPC_Decode, 193, 11, 81, // Opcode: DVPE |
| 3204 | /* 1797 */ MCD::OPC_FilterValue, 2, 16, 0, 0, // Skip to: 1818 |
| 3205 | /* 1802 */ MCD::OPC_CheckPredicate, 42, 187, 59, 0, // Skip to: 17098 |
| 3206 | /* 1807 */ MCD::OPC_CheckField, 0, 3, 1, 180, 59, 0, // Skip to: 17098 |
| 3207 | /* 1814 */ MCD::OPC_Decode, 210, 11, 81, // Opcode: EVPE |
| 3208 | /* 1818 */ MCD::OPC_FilterValue, 188, 1, 16, 0, 0, // Skip to: 1840 |
| 3209 | /* 1824 */ MCD::OPC_CheckPredicate, 42, 165, 59, 0, // Skip to: 17098 |
| 3210 | /* 1829 */ MCD::OPC_CheckField, 0, 3, 1, 158, 59, 0, // Skip to: 17098 |
| 3211 | /* 1836 */ MCD::OPC_Decode, 237, 10, 81, // Opcode: DMT |
| 3212 | /* 1840 */ MCD::OPC_FilterValue, 190, 1, 16, 0, 0, // Skip to: 1862 |
| 3213 | /* 1846 */ MCD::OPC_CheckPredicate, 42, 143, 59, 0, // Skip to: 17098 |
| 3214 | /* 1851 */ MCD::OPC_CheckField, 0, 3, 1, 136, 59, 0, // Skip to: 17098 |
| 3215 | /* 1858 */ MCD::OPC_Decode, 203, 11, 81, // Opcode: EMT |
| 3216 | /* 1862 */ MCD::OPC_FilterValue, 128, 12, 16, 0, 0, // Skip to: 1884 |
| 3217 | /* 1868 */ MCD::OPC_CheckPredicate, 28, 121, 59, 0, // Skip to: 17098 |
| 3218 | /* 1873 */ MCD::OPC_CheckField, 0, 3, 0, 114, 59, 0, // Skip to: 17098 |
| 3219 | /* 1880 */ MCD::OPC_Decode, 210, 10, 81, // Opcode: DI |
| 3220 | /* 1884 */ MCD::OPC_FilterValue, 130, 12, 104, 59, 0, // Skip to: 17098 |
| 3221 | /* 1890 */ MCD::OPC_CheckPredicate, 28, 99, 59, 0, // Skip to: 17098 |
| 3222 | /* 1895 */ MCD::OPC_CheckField, 0, 3, 0, 92, 59, 0, // Skip to: 17098 |
| 3223 | /* 1902 */ MCD::OPC_Decode, 200, 11, 81, // Opcode: EI |
| 3224 | /* 1906 */ MCD::OPC_FilterValue, 12, 17, 0, 0, // Skip to: 1928 |
| 3225 | /* 1911 */ MCD::OPC_CheckPredicate, 42, 78, 59, 0, // Skip to: 17098 |
| 3226 | /* 1916 */ MCD::OPC_CheckField, 6, 5, 0, 71, 59, 0, // Skip to: 17098 |
| 3227 | /* 1923 */ MCD::OPC_Decode, 239, 16, 195, 1, // Opcode: MTTR |
| 3228 | /* 1928 */ MCD::OPC_FilterValue, 16, 61, 59, 0, // Skip to: 17098 |
| 3229 | /* 1933 */ MCD::OPC_ExtractField, 0, 3, // Inst{2-0} ... |
| 3230 | /* 1936 */ MCD::OPC_FilterValue, 0, 31, 0, 0, // Skip to: 1972 |
| 3231 | /* 1941 */ MCD::OPC_ExtractField, 4, 17, // Inst{20-4} ... |
| 3232 | /* 1944 */ MCD::OPC_FilterValue, 1, 9, 0, 0, // Skip to: 1958 |
| 3233 | /* 1949 */ MCD::OPC_CheckPredicate, 41, 40, 59, 0, // Skip to: 17098 |
| 3234 | /* 1954 */ MCD::OPC_Decode, 187, 21, 0, // Opcode: TLBGP |
| 3235 | /* 1958 */ MCD::OPC_FilterValue, 2, 31, 59, 0, // Skip to: 17098 |
| 3236 | /* 1963 */ MCD::OPC_CheckPredicate, 43, 26, 59, 0, // Skip to: 17098 |
| 3237 | /* 1968 */ MCD::OPC_Decode, 239, 21, 0, // Opcode: WAIT |
| 3238 | /* 1972 */ MCD::OPC_FilterValue, 1, 16, 0, 0, // Skip to: 1993 |
| 3239 | /* 1977 */ MCD::OPC_CheckPredicate, 27, 12, 59, 0, // Skip to: 17098 |
| 3240 | /* 1982 */ MCD::OPC_CheckField, 4, 17, 0, 5, 59, 0, // Skip to: 17098 |
| 3241 | /* 1989 */ MCD::OPC_Decode, 201, 21, 0, // Opcode: TLBR |
| 3242 | /* 1993 */ MCD::OPC_FilterValue, 2, 16, 0, 0, // Skip to: 2014 |
| 3243 | /* 1998 */ MCD::OPC_CheckPredicate, 27, 247, 58, 0, // Skip to: 17098 |
| 3244 | /* 2003 */ MCD::OPC_CheckField, 4, 17, 0, 240, 58, 0, // Skip to: 17098 |
| 3245 | /* 2010 */ MCD::OPC_Decode, 203, 21, 0, // Opcode: TLBWI |
| 3246 | /* 2014 */ MCD::OPC_FilterValue, 3, 16, 0, 0, // Skip to: 2035 |
| 3247 | /* 2019 */ MCD::OPC_CheckPredicate, 44, 226, 58, 0, // Skip to: 17098 |
| 3248 | /* 2024 */ MCD::OPC_CheckField, 4, 17, 0, 219, 58, 0, // Skip to: 17098 |
| 3249 | /* 2031 */ MCD::OPC_Decode, 195, 21, 0, // Opcode: TLBINV |
| 3250 | /* 2035 */ MCD::OPC_FilterValue, 4, 16, 0, 0, // Skip to: 2056 |
| 3251 | /* 2040 */ MCD::OPC_CheckPredicate, 44, 205, 58, 0, // Skip to: 17098 |
| 3252 | /* 2045 */ MCD::OPC_CheckField, 4, 17, 0, 198, 58, 0, // Skip to: 17098 |
| 3253 | /* 2052 */ MCD::OPC_Decode, 196, 21, 0, // Opcode: TLBINVF |
| 3254 | /* 2056 */ MCD::OPC_FilterValue, 6, 189, 58, 0, // Skip to: 17098 |
| 3255 | /* 2061 */ MCD::OPC_CheckPredicate, 27, 184, 58, 0, // Skip to: 17098 |
| 3256 | /* 2066 */ MCD::OPC_CheckField, 4, 17, 0, 177, 58, 0, // Skip to: 17098 |
| 3257 | /* 2073 */ MCD::OPC_Decode, 205, 21, 0, // Opcode: TLBWR |
| 3258 | /* 2077 */ MCD::OPC_FilterValue, 1, 168, 58, 0, // Skip to: 17098 |
| 3259 | /* 2082 */ MCD::OPC_ExtractField, 0, 3, // Inst{2-0} ... |
| 3260 | /* 2085 */ MCD::OPC_FilterValue, 0, 88, 0, 0, // Skip to: 2178 |
| 3261 | /* 2090 */ MCD::OPC_ExtractField, 4, 2, // Inst{5-4} ... |
| 3262 | /* 2093 */ MCD::OPC_FilterValue, 0, 18, 0, 0, // Skip to: 2116 |
| 3263 | /* 2098 */ MCD::OPC_CheckPredicate, 27, 147, 58, 0, // Skip to: 17098 |
| 3264 | /* 2103 */ MCD::OPC_CheckField, 6, 20, 128, 128, 32, 138, 58, 0, // Skip to: 17098 |
| 3265 | /* 2112 */ MCD::OPC_Decode, 199, 21, 0, // Opcode: TLBP |
| 3266 | /* 2116 */ MCD::OPC_FilterValue, 1, 35, 0, 0, // Skip to: 2156 |
| 3267 | /* 2121 */ MCD::OPC_ExtractField, 6, 20, // Inst{25-6} ... |
| 3268 | /* 2124 */ MCD::OPC_FilterValue, 128, 128, 32, 9, 0, 0, // Skip to: 2140 |
| 3269 | /* 2131 */ MCD::OPC_CheckPredicate, 43, 114, 58, 0, // Skip to: 17098 |
| 3270 | /* 2136 */ MCD::OPC_Decode, 204, 11, 0, // Opcode: ERET |
| 3271 | /* 2140 */ MCD::OPC_FilterValue, 129, 128, 32, 103, 58, 0, // Skip to: 17098 |
| 3272 | /* 2147 */ MCD::OPC_CheckPredicate, 45, 98, 58, 0, // Skip to: 17098 |
| 3273 | /* 2152 */ MCD::OPC_Decode, 205, 11, 0, // Opcode: ERETNC |
| 3274 | /* 2156 */ MCD::OPC_FilterValue, 2, 89, 58, 0, // Skip to: 17098 |
| 3275 | /* 2161 */ MCD::OPC_CheckPredicate, 41, 84, 58, 0, // Skip to: 17098 |
| 3276 | /* 2166 */ MCD::OPC_CheckField, 25, 1, 1, 77, 58, 0, // Skip to: 17098 |
| 3277 | /* 2173 */ MCD::OPC_Decode, 182, 13, 196, 1, // Opcode: HYPCALL |
| 3278 | /* 2178 */ MCD::OPC_FilterValue, 1, 19, 0, 0, // Skip to: 2202 |
| 3279 | /* 2183 */ MCD::OPC_CheckPredicate, 41, 62, 58, 0, // Skip to: 17098 |
| 3280 | /* 2188 */ MCD::OPC_CheckField, 4, 22, 128, 128, 128, 1, 52, 58, 0, // Skip to: 17098 |
| 3281 | /* 2198 */ MCD::OPC_Decode, 189, 21, 0, // Opcode: TLBGR |
| 3282 | /* 2202 */ MCD::OPC_FilterValue, 2, 19, 0, 0, // Skip to: 2226 |
| 3283 | /* 2207 */ MCD::OPC_CheckPredicate, 41, 38, 58, 0, // Skip to: 17098 |
| 3284 | /* 2212 */ MCD::OPC_CheckField, 4, 22, 128, 128, 128, 1, 28, 58, 0, // Skip to: 17098 |
| 3285 | /* 2222 */ MCD::OPC_Decode, 191, 21, 0, // Opcode: TLBGWI |
| 3286 | /* 2226 */ MCD::OPC_FilterValue, 3, 19, 0, 0, // Skip to: 2250 |
| 3287 | /* 2231 */ MCD::OPC_CheckPredicate, 41, 14, 58, 0, // Skip to: 17098 |
| 3288 | /* 2236 */ MCD::OPC_CheckField, 4, 22, 128, 128, 128, 1, 4, 58, 0, // Skip to: 17098 |
| 3289 | /* 2246 */ MCD::OPC_Decode, 183, 21, 0, // Opcode: TLBGINV |
| 3290 | /* 2250 */ MCD::OPC_FilterValue, 4, 19, 0, 0, // Skip to: 2274 |
| 3291 | /* 2255 */ MCD::OPC_CheckPredicate, 41, 246, 57, 0, // Skip to: 17098 |
| 3292 | /* 2260 */ MCD::OPC_CheckField, 4, 22, 128, 128, 128, 1, 236, 57, 0, // Skip to: 17098 |
| 3293 | /* 2270 */ MCD::OPC_Decode, 184, 21, 0, // Opcode: TLBGINVF |
| 3294 | /* 2274 */ MCD::OPC_FilterValue, 6, 19, 0, 0, // Skip to: 2298 |
| 3295 | /* 2279 */ MCD::OPC_CheckPredicate, 41, 222, 57, 0, // Skip to: 17098 |
| 3296 | /* 2284 */ MCD::OPC_CheckField, 4, 22, 128, 128, 128, 1, 212, 57, 0, // Skip to: 17098 |
| 3297 | /* 2294 */ MCD::OPC_Decode, 193, 21, 0, // Opcode: TLBGWR |
| 3298 | /* 2298 */ MCD::OPC_FilterValue, 7, 203, 57, 0, // Skip to: 17098 |
| 3299 | /* 2303 */ MCD::OPC_CheckPredicate, 46, 198, 57, 0, // Skip to: 17098 |
| 3300 | /* 2308 */ MCD::OPC_CheckField, 4, 22, 129, 128, 128, 1, 188, 57, 0, // Skip to: 17098 |
| 3301 | /* 2318 */ MCD::OPC_Decode, 203, 10, 0, // Opcode: DERET |
| 3302 | /* 2322 */ MCD::OPC_FilterValue, 17, 205, 7, 0, // Skip to: 4324 |
| 3303 | /* 2327 */ MCD::OPC_ExtractField, 21, 5, // Inst{25-21} ... |
| 3304 | /* 2330 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 2352 |
| 3305 | /* 2335 */ MCD::OPC_CheckPredicate, 47, 166, 57, 0, // Skip to: 17098 |
| 3306 | /* 2340 */ MCD::OPC_CheckField, 0, 11, 0, 159, 57, 0, // Skip to: 17098 |
| 3307 | /* 2347 */ MCD::OPC_Decode, 189, 15, 197, 1, // Opcode: MFC1 |
| 3308 | /* 2352 */ MCD::OPC_FilterValue, 1, 17, 0, 0, // Skip to: 2374 |
| 3309 | /* 2357 */ MCD::OPC_CheckPredicate, 48, 144, 57, 0, // Skip to: 17098 |
| 3310 | /* 2362 */ MCD::OPC_CheckField, 0, 11, 0, 137, 57, 0, // Skip to: 17098 |
| 3311 | /* 2369 */ MCD::OPC_Decode, 231, 10, 198, 1, // Opcode: DMFC1 |
| 3312 | /* 2374 */ MCD::OPC_FilterValue, 2, 17, 0, 0, // Skip to: 2396 |
| 3313 | /* 2379 */ MCD::OPC_CheckPredicate, 47, 122, 57, 0, // Skip to: 17098 |
| 3314 | /* 2384 */ MCD::OPC_CheckField, 0, 11, 0, 115, 57, 0, // Skip to: 17098 |
| 3315 | /* 2391 */ MCD::OPC_Decode, 149, 8, 199, 1, // Opcode: CFC1 |
| 3316 | /* 2396 */ MCD::OPC_FilterValue, 3, 17, 0, 0, // Skip to: 2418 |
| 3317 | /* 2401 */ MCD::OPC_CheckPredicate, 49, 100, 57, 0, // Skip to: 17098 |
| 3318 | /* 2406 */ MCD::OPC_CheckField, 0, 11, 0, 93, 57, 0, // Skip to: 17098 |
| 3319 | /* 2413 */ MCD::OPC_Decode, 198, 15, 200, 1, // Opcode: MFHC1_D32 |
| 3320 | /* 2418 */ MCD::OPC_FilterValue, 4, 17, 0, 0, // Skip to: 2440 |
| 3321 | /* 2423 */ MCD::OPC_CheckPredicate, 47, 78, 57, 0, // Skip to: 17098 |
| 3322 | /* 2428 */ MCD::OPC_CheckField, 0, 11, 0, 71, 57, 0, // Skip to: 17098 |
| 3323 | /* 2435 */ MCD::OPC_Decode, 204, 16, 201, 1, // Opcode: MTC1 |
| 3324 | /* 2440 */ MCD::OPC_FilterValue, 5, 17, 0, 0, // Skip to: 2462 |
| 3325 | /* 2445 */ MCD::OPC_CheckPredicate, 48, 56, 57, 0, // Skip to: 17098 |
| 3326 | /* 2450 */ MCD::OPC_CheckField, 0, 11, 0, 49, 57, 0, // Skip to: 17098 |
| 3327 | /* 2457 */ MCD::OPC_Decode, 239, 10, 202, 1, // Opcode: DMTC1 |
| 3328 | /* 2462 */ MCD::OPC_FilterValue, 6, 17, 0, 0, // Skip to: 2484 |
| 3329 | /* 2467 */ MCD::OPC_CheckPredicate, 47, 34, 57, 0, // Skip to: 17098 |
| 3330 | /* 2472 */ MCD::OPC_CheckField, 0, 11, 0, 27, 57, 0, // Skip to: 17098 |
| 3331 | /* 2479 */ MCD::OPC_Decode, 176, 9, 203, 1, // Opcode: CTC1 |
| 3332 | /* 2484 */ MCD::OPC_FilterValue, 7, 17, 0, 0, // Skip to: 2506 |
| 3333 | /* 2489 */ MCD::OPC_CheckPredicate, 49, 12, 57, 0, // Skip to: 17098 |
| 3334 | /* 2494 */ MCD::OPC_CheckField, 0, 11, 0, 5, 57, 0, // Skip to: 17098 |
| 3335 | /* 2501 */ MCD::OPC_Decode, 214, 16, 204, 1, // Opcode: MTHC1_D32 |
| 3336 | /* 2506 */ MCD::OPC_FilterValue, 8, 63, 0, 0, // Skip to: 2574 |
| 3337 | /* 2511 */ MCD::OPC_ExtractField, 16, 2, // Inst{17-16} ... |
| 3338 | /* 2514 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2529 |
| 3339 | /* 2519 */ MCD::OPC_CheckPredicate, 50, 238, 56, 0, // Skip to: 17098 |
| 3340 | /* 2524 */ MCD::OPC_Decode, 198, 6, 205, 1, // Opcode: BC1F |
| 3341 | /* 2529 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 2544 |
| 3342 | /* 2534 */ MCD::OPC_CheckPredicate, 50, 223, 56, 0, // Skip to: 17098 |
| 3343 | /* 2539 */ MCD::OPC_Decode, 203, 6, 205, 1, // Opcode: BC1T |
| 3344 | /* 2544 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 2559 |
| 3345 | /* 2549 */ MCD::OPC_CheckPredicate, 51, 208, 56, 0, // Skip to: 17098 |
| 3346 | /* 2554 */ MCD::OPC_Decode, 199, 6, 205, 1, // Opcode: BC1FL |
| 3347 | /* 2559 */ MCD::OPC_FilterValue, 3, 198, 56, 0, // Skip to: 17098 |
| 3348 | /* 2564 */ MCD::OPC_CheckPredicate, 51, 193, 56, 0, // Skip to: 17098 |
| 3349 | /* 2569 */ MCD::OPC_Decode, 204, 6, 205, 1, // Opcode: BC1TL |
| 3350 | /* 2574 */ MCD::OPC_FilterValue, 11, 10, 0, 0, // Skip to: 2589 |
| 3351 | /* 2579 */ MCD::OPC_CheckPredicate, 30, 178, 56, 0, // Skip to: 17098 |
| 3352 | /* 2584 */ MCD::OPC_Decode, 239, 7, 206, 1, // Opcode: BZ_V |
| 3353 | /* 2589 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 2604 |
| 3354 | /* 2594 */ MCD::OPC_CheckPredicate, 30, 163, 56, 0, // Skip to: 17098 |
| 3355 | /* 2599 */ MCD::OPC_Decode, 214, 7, 206, 1, // Opcode: BNZ_V |
| 3356 | /* 2604 */ MCD::OPC_FilterValue, 16, 1, 3, 0, // Skip to: 3378 |
| 3357 | /* 2609 */ MCD::OPC_ExtractField, 0, 6, // Inst{5-0} ... |
| 3358 | /* 2612 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2627 |
| 3359 | /* 2617 */ MCD::OPC_CheckPredicate, 47, 140, 56, 0, // Skip to: 17098 |
| 3360 | /* 2622 */ MCD::OPC_Decode, 253, 11, 207, 1, // Opcode: FADD_S |
| 3361 | /* 2627 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 2642 |
| 3362 | /* 2632 */ MCD::OPC_CheckPredicate, 47, 125, 56, 0, // Skip to: 17098 |
| 3363 | /* 2637 */ MCD::OPC_Decode, 142, 13, 207, 1, // Opcode: FSUB_S |
| 3364 | /* 2642 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 2657 |
| 3365 | /* 2647 */ MCD::OPC_CheckPredicate, 47, 110, 56, 0, // Skip to: 17098 |
| 3366 | /* 2652 */ MCD::OPC_Decode, 226, 12, 207, 1, // Opcode: FMUL_S |
| 3367 | /* 2657 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 2672 |
| 3368 | /* 2662 */ MCD::OPC_CheckPredicate, 47, 95, 56, 0, // Skip to: 17098 |
| 3369 | /* 2667 */ MCD::OPC_Decode, 163, 12, 207, 1, // Opcode: FDIV_S |
| 3370 | /* 2672 */ MCD::OPC_FilterValue, 4, 17, 0, 0, // Skip to: 2694 |
| 3371 | /* 2677 */ MCD::OPC_CheckPredicate, 52, 80, 56, 0, // Skip to: 17098 |
| 3372 | /* 2682 */ MCD::OPC_CheckField, 16, 5, 0, 73, 56, 0, // Skip to: 17098 |
| 3373 | /* 2689 */ MCD::OPC_Decode, 133, 13, 208, 1, // Opcode: FSQRT_S |
| 3374 | /* 2694 */ MCD::OPC_FilterValue, 5, 17, 0, 0, // Skip to: 2716 |
| 3375 | /* 2699 */ MCD::OPC_CheckPredicate, 47, 58, 56, 0, // Skip to: 17098 |
| 3376 | /* 2704 */ MCD::OPC_CheckField, 16, 5, 0, 51, 56, 0, // Skip to: 17098 |
| 3377 | /* 2711 */ MCD::OPC_Decode, 245, 11, 208, 1, // Opcode: FABS_S |
| 3378 | /* 2716 */ MCD::OPC_FilterValue, 6, 17, 0, 0, // Skip to: 2738 |
| 3379 | /* 2721 */ MCD::OPC_CheckPredicate, 47, 36, 56, 0, // Skip to: 17098 |
| 3380 | /* 2726 */ MCD::OPC_CheckField, 16, 5, 0, 29, 56, 0, // Skip to: 17098 |
| 3381 | /* 2733 */ MCD::OPC_Decode, 215, 12, 208, 1, // Opcode: FMOV_S |
| 3382 | /* 2738 */ MCD::OPC_FilterValue, 7, 17, 0, 0, // Skip to: 2760 |
| 3383 | /* 2743 */ MCD::OPC_CheckPredicate, 53, 14, 56, 0, // Skip to: 17098 |
| 3384 | /* 2748 */ MCD::OPC_CheckField, 16, 5, 0, 7, 56, 0, // Skip to: 17098 |
| 3385 | /* 2755 */ MCD::OPC_Decode, 234, 12, 208, 1, // Opcode: FNEG_S |
| 3386 | /* 2760 */ MCD::OPC_FilterValue, 12, 17, 0, 0, // Skip to: 2782 |
| 3387 | /* 2765 */ MCD::OPC_CheckPredicate, 52, 248, 55, 0, // Skip to: 17098 |
| 3388 | /* 2770 */ MCD::OPC_CheckField, 16, 5, 0, 241, 55, 0, // Skip to: 17098 |
| 3389 | /* 2777 */ MCD::OPC_Decode, 188, 18, 208, 1, // Opcode: ROUND_W_S |
| 3390 | /* 2782 */ MCD::OPC_FilterValue, 13, 17, 0, 0, // Skip to: 2804 |
| 3391 | /* 2787 */ MCD::OPC_CheckPredicate, 52, 226, 55, 0, // Skip to: 17098 |
| 3392 | /* 2792 */ MCD::OPC_CheckField, 16, 5, 0, 219, 55, 0, // Skip to: 17098 |
| 3393 | /* 2799 */ MCD::OPC_Decode, 226, 21, 208, 1, // Opcode: TRUNC_W_S |
| 3394 | /* 2804 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 2826 |
| 3395 | /* 2809 */ MCD::OPC_CheckPredicate, 52, 204, 55, 0, // Skip to: 17098 |
| 3396 | /* 2814 */ MCD::OPC_CheckField, 16, 5, 0, 197, 55, 0, // Skip to: 17098 |
| 3397 | /* 2821 */ MCD::OPC_Decode, 138, 8, 208, 1, // Opcode: CEIL_W_S |
| 3398 | /* 2826 */ MCD::OPC_FilterValue, 15, 17, 0, 0, // Skip to: 2848 |
| 3399 | /* 2831 */ MCD::OPC_CheckPredicate, 52, 182, 55, 0, // Skip to: 17098 |
| 3400 | /* 2836 */ MCD::OPC_CheckField, 16, 5, 0, 175, 55, 0, // Skip to: 17098 |
| 3401 | /* 2843 */ MCD::OPC_Decode, 197, 12, 208, 1, // Opcode: FLOOR_W_S |
| 3402 | /* 2848 */ MCD::OPC_FilterValue, 17, 33, 0, 0, // Skip to: 2886 |
| 3403 | /* 2853 */ MCD::OPC_ExtractField, 16, 2, // Inst{17-16} ... |
| 3404 | /* 2856 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2871 |
| 3405 | /* 2861 */ MCD::OPC_CheckPredicate, 29, 152, 55, 0, // Skip to: 17098 |
| 3406 | /* 2866 */ MCD::OPC_Decode, 143, 16, 209, 1, // Opcode: MOVF_S |
| 3407 | /* 2871 */ MCD::OPC_FilterValue, 1, 142, 55, 0, // Skip to: 17098 |
| 3408 | /* 2876 */ MCD::OPC_CheckPredicate, 29, 137, 55, 0, // Skip to: 17098 |
| 3409 | /* 2881 */ MCD::OPC_Decode, 163, 16, 209, 1, // Opcode: MOVT_S |
| 3410 | /* 2886 */ MCD::OPC_FilterValue, 18, 10, 0, 0, // Skip to: 2901 |
| 3411 | /* 2891 */ MCD::OPC_CheckPredicate, 29, 122, 55, 0, // Skip to: 17098 |
| 3412 | /* 2896 */ MCD::OPC_Decode, 175, 16, 210, 1, // Opcode: MOVZ_I_S |
| 3413 | /* 2901 */ MCD::OPC_FilterValue, 19, 10, 0, 0, // Skip to: 2916 |
| 3414 | /* 2906 */ MCD::OPC_CheckPredicate, 29, 107, 55, 0, // Skip to: 17098 |
| 3415 | /* 2911 */ MCD::OPC_Decode, 155, 16, 210, 1, // Opcode: MOVN_I_S |
| 3416 | /* 2916 */ MCD::OPC_FilterValue, 21, 17, 0, 0, // Skip to: 2938 |
| 3417 | /* 2921 */ MCD::OPC_CheckPredicate, 54, 92, 55, 0, // Skip to: 17098 |
| 3418 | /* 2926 */ MCD::OPC_CheckField, 16, 5, 0, 85, 55, 0, // Skip to: 17098 |
| 3419 | /* 2933 */ MCD::OPC_Decode, 162, 18, 208, 1, // Opcode: RECIP_S |
| 3420 | /* 2938 */ MCD::OPC_FilterValue, 22, 17, 0, 0, // Skip to: 2960 |
| 3421 | /* 2943 */ MCD::OPC_CheckPredicate, 54, 70, 55, 0, // Skip to: 17098 |
| 3422 | /* 2948 */ MCD::OPC_CheckField, 16, 5, 0, 63, 55, 0, // Skip to: 17098 |
| 3423 | /* 2955 */ MCD::OPC_Decode, 195, 18, 208, 1, // Opcode: RSQRT_S |
| 3424 | /* 2960 */ MCD::OPC_FilterValue, 33, 17, 0, 0, // Skip to: 2982 |
| 3425 | /* 2965 */ MCD::OPC_CheckPredicate, 55, 48, 55, 0, // Skip to: 17098 |
| 3426 | /* 2970 */ MCD::OPC_CheckField, 16, 5, 0, 41, 55, 0, // Skip to: 17098 |
| 3427 | /* 2977 */ MCD::OPC_Decode, 180, 9, 211, 1, // Opcode: CVT_D32_S |
| 3428 | /* 2982 */ MCD::OPC_FilterValue, 36, 17, 0, 0, // Skip to: 3004 |
| 3429 | /* 2987 */ MCD::OPC_CheckPredicate, 47, 26, 55, 0, // Skip to: 17098 |
| 3430 | /* 2992 */ MCD::OPC_CheckField, 16, 5, 0, 19, 55, 0, // Skip to: 17098 |
| 3431 | /* 2999 */ MCD::OPC_Decode, 214, 9, 208, 1, // Opcode: CVT_W_S |
| 3432 | /* 3004 */ MCD::OPC_FilterValue, 37, 17, 0, 0, // Skip to: 3026 |
| 3433 | /* 3009 */ MCD::OPC_CheckPredicate, 56, 4, 55, 0, // Skip to: 17098 |
| 3434 | /* 3014 */ MCD::OPC_CheckField, 16, 5, 0, 253, 54, 0, // Skip to: 17098 |
| 3435 | /* 3021 */ MCD::OPC_Decode, 193, 9, 212, 1, // Opcode: CVT_L_S |
| 3436 | /* 3026 */ MCD::OPC_FilterValue, 48, 17, 0, 0, // Skip to: 3048 |
| 3437 | /* 3031 */ MCD::OPC_CheckPredicate, 50, 238, 54, 0, // Skip to: 17098 |
| 3438 | /* 3036 */ MCD::OPC_CheckField, 6, 2, 0, 231, 54, 0, // Skip to: 17098 |
| 3439 | /* 3043 */ MCD::OPC_Decode, 227, 9, 213, 1, // Opcode: C_F_S |
| 3440 | /* 3048 */ MCD::OPC_FilterValue, 49, 17, 0, 0, // Skip to: 3070 |
| 3441 | /* 3053 */ MCD::OPC_CheckPredicate, 50, 216, 54, 0, // Skip to: 17098 |
| 3442 | /* 3058 */ MCD::OPC_CheckField, 6, 2, 0, 209, 54, 0, // Skip to: 17098 |
| 3443 | /* 3065 */ MCD::OPC_Decode, 183, 10, 213, 1, // Opcode: C_UN_S |
| 3444 | /* 3070 */ MCD::OPC_FilterValue, 50, 17, 0, 0, // Skip to: 3092 |
| 3445 | /* 3075 */ MCD::OPC_CheckPredicate, 50, 194, 54, 0, // Skip to: 17098 |
| 3446 | /* 3080 */ MCD::OPC_CheckField, 6, 2, 0, 187, 54, 0, // Skip to: 17098 |
| 3447 | /* 3087 */ MCD::OPC_Decode, 221, 9, 213, 1, // Opcode: C_EQ_S |
| 3448 | /* 3092 */ MCD::OPC_FilterValue, 51, 17, 0, 0, // Skip to: 3114 |
| 3449 | /* 3097 */ MCD::OPC_CheckPredicate, 50, 172, 54, 0, // Skip to: 17098 |
| 3450 | /* 3102 */ MCD::OPC_CheckField, 6, 2, 0, 165, 54, 0, // Skip to: 17098 |
| 3451 | /* 3109 */ MCD::OPC_Decode, 165, 10, 213, 1, // Opcode: C_UEQ_S |
| 3452 | /* 3114 */ MCD::OPC_FilterValue, 52, 17, 0, 0, // Skip to: 3136 |
| 3453 | /* 3119 */ MCD::OPC_CheckPredicate, 50, 150, 54, 0, // Skip to: 17098 |
| 3454 | /* 3124 */ MCD::OPC_CheckField, 6, 2, 0, 143, 54, 0, // Skip to: 17098 |
| 3455 | /* 3131 */ MCD::OPC_Decode, 147, 10, 213, 1, // Opcode: C_OLT_S |
| 3456 | /* 3136 */ MCD::OPC_FilterValue, 53, 17, 0, 0, // Skip to: 3158 |
| 3457 | /* 3141 */ MCD::OPC_CheckPredicate, 50, 128, 54, 0, // Skip to: 17098 |
| 3458 | /* 3146 */ MCD::OPC_CheckField, 6, 2, 0, 121, 54, 0, // Skip to: 17098 |
| 3459 | /* 3153 */ MCD::OPC_Decode, 177, 10, 213, 1, // Opcode: C_ULT_S |
| 3460 | /* 3158 */ MCD::OPC_FilterValue, 54, 17, 0, 0, // Skip to: 3180 |
| 3461 | /* 3163 */ MCD::OPC_CheckPredicate, 50, 106, 54, 0, // Skip to: 17098 |
| 3462 | /* 3168 */ MCD::OPC_CheckField, 6, 2, 0, 99, 54, 0, // Skip to: 17098 |
| 3463 | /* 3175 */ MCD::OPC_Decode, 141, 10, 213, 1, // Opcode: C_OLE_S |
| 3464 | /* 3180 */ MCD::OPC_FilterValue, 55, 17, 0, 0, // Skip to: 3202 |
| 3465 | /* 3185 */ MCD::OPC_CheckPredicate, 50, 84, 54, 0, // Skip to: 17098 |
| 3466 | /* 3190 */ MCD::OPC_CheckField, 6, 2, 0, 77, 54, 0, // Skip to: 17098 |
| 3467 | /* 3197 */ MCD::OPC_Decode, 171, 10, 213, 1, // Opcode: C_ULE_S |
| 3468 | /* 3202 */ MCD::OPC_FilterValue, 56, 17, 0, 0, // Skip to: 3224 |
| 3469 | /* 3207 */ MCD::OPC_CheckPredicate, 50, 62, 54, 0, // Skip to: 17098 |
| 3470 | /* 3212 */ MCD::OPC_CheckField, 6, 2, 0, 55, 54, 0, // Skip to: 17098 |
| 3471 | /* 3219 */ MCD::OPC_Decode, 159, 10, 213, 1, // Opcode: C_SF_S |
| 3472 | /* 3224 */ MCD::OPC_FilterValue, 57, 17, 0, 0, // Skip to: 3246 |
| 3473 | /* 3229 */ MCD::OPC_CheckPredicate, 50, 40, 54, 0, // Skip to: 17098 |
| 3474 | /* 3234 */ MCD::OPC_CheckField, 6, 2, 0, 33, 54, 0, // Skip to: 17098 |
| 3475 | /* 3241 */ MCD::OPC_Decode, 251, 9, 213, 1, // Opcode: C_NGLE_S |
| 3476 | /* 3246 */ MCD::OPC_FilterValue, 58, 17, 0, 0, // Skip to: 3268 |
| 3477 | /* 3251 */ MCD::OPC_CheckPredicate, 50, 18, 54, 0, // Skip to: 17098 |
| 3478 | /* 3256 */ MCD::OPC_CheckField, 6, 2, 0, 11, 54, 0, // Skip to: 17098 |
| 3479 | /* 3263 */ MCD::OPC_Decode, 153, 10, 213, 1, // Opcode: C_SEQ_S |
| 3480 | /* 3268 */ MCD::OPC_FilterValue, 59, 17, 0, 0, // Skip to: 3290 |
| 3481 | /* 3273 */ MCD::OPC_CheckPredicate, 50, 252, 53, 0, // Skip to: 17098 |
| 3482 | /* 3278 */ MCD::OPC_CheckField, 6, 2, 0, 245, 53, 0, // Skip to: 17098 |
| 3483 | /* 3285 */ MCD::OPC_Decode, 129, 10, 213, 1, // Opcode: C_NGL_S |
| 3484 | /* 3290 */ MCD::OPC_FilterValue, 60, 17, 0, 0, // Skip to: 3312 |
| 3485 | /* 3295 */ MCD::OPC_CheckPredicate, 50, 230, 53, 0, // Skip to: 17098 |
| 3486 | /* 3300 */ MCD::OPC_CheckField, 6, 2, 0, 223, 53, 0, // Skip to: 17098 |
| 3487 | /* 3307 */ MCD::OPC_Decode, 239, 9, 213, 1, // Opcode: C_LT_S |
| 3488 | /* 3312 */ MCD::OPC_FilterValue, 61, 17, 0, 0, // Skip to: 3334 |
| 3489 | /* 3317 */ MCD::OPC_CheckPredicate, 50, 208, 53, 0, // Skip to: 17098 |
| 3490 | /* 3322 */ MCD::OPC_CheckField, 6, 2, 0, 201, 53, 0, // Skip to: 17098 |
| 3491 | /* 3329 */ MCD::OPC_Decode, 245, 9, 213, 1, // Opcode: C_NGE_S |
| 3492 | /* 3334 */ MCD::OPC_FilterValue, 62, 17, 0, 0, // Skip to: 3356 |
| 3493 | /* 3339 */ MCD::OPC_CheckPredicate, 50, 186, 53, 0, // Skip to: 17098 |
| 3494 | /* 3344 */ MCD::OPC_CheckField, 6, 2, 0, 179, 53, 0, // Skip to: 17098 |
| 3495 | /* 3351 */ MCD::OPC_Decode, 233, 9, 213, 1, // Opcode: C_LE_S |
| 3496 | /* 3356 */ MCD::OPC_FilterValue, 63, 169, 53, 0, // Skip to: 17098 |
| 3497 | /* 3361 */ MCD::OPC_CheckPredicate, 50, 164, 53, 0, // Skip to: 17098 |
| 3498 | /* 3366 */ MCD::OPC_CheckField, 6, 2, 0, 157, 53, 0, // Skip to: 17098 |
| 3499 | /* 3373 */ MCD::OPC_Decode, 135, 10, 213, 1, // Opcode: C_NGT_S |
| 3500 | /* 3378 */ MCD::OPC_FilterValue, 17, 1, 3, 0, // Skip to: 4152 |
| 3501 | /* 3383 */ MCD::OPC_ExtractField, 0, 6, // Inst{5-0} ... |
| 3502 | /* 3386 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 3401 |
| 3503 | /* 3391 */ MCD::OPC_CheckPredicate, 55, 134, 53, 0, // Skip to: 17098 |
| 3504 | /* 3396 */ MCD::OPC_Decode, 248, 11, 214, 1, // Opcode: FADD_D32 |
| 3505 | /* 3401 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 3416 |
| 3506 | /* 3406 */ MCD::OPC_CheckPredicate, 55, 119, 53, 0, // Skip to: 17098 |
| 3507 | /* 3411 */ MCD::OPC_Decode, 137, 13, 214, 1, // Opcode: FSUB_D32 |
| 3508 | /* 3416 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 3431 |
| 3509 | /* 3421 */ MCD::OPC_CheckPredicate, 55, 104, 53, 0, // Skip to: 17098 |
| 3510 | /* 3426 */ MCD::OPC_Decode, 221, 12, 214, 1, // Opcode: FMUL_D32 |
| 3511 | /* 3431 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 3446 |
| 3512 | /* 3436 */ MCD::OPC_CheckPredicate, 55, 89, 53, 0, // Skip to: 17098 |
| 3513 | /* 3441 */ MCD::OPC_Decode, 159, 12, 214, 1, // Opcode: FDIV_D32 |
| 3514 | /* 3446 */ MCD::OPC_FilterValue, 4, 17, 0, 0, // Skip to: 3468 |
| 3515 | /* 3451 */ MCD::OPC_CheckPredicate, 57, 74, 53, 0, // Skip to: 17098 |
| 3516 | /* 3456 */ MCD::OPC_CheckField, 16, 5, 0, 67, 53, 0, // Skip to: 17098 |
| 3517 | /* 3463 */ MCD::OPC_Decode, 129, 13, 215, 1, // Opcode: FSQRT_D32 |
| 3518 | /* 3468 */ MCD::OPC_FilterValue, 5, 17, 0, 0, // Skip to: 3490 |
| 3519 | /* 3473 */ MCD::OPC_CheckPredicate, 55, 52, 53, 0, // Skip to: 17098 |
| 3520 | /* 3478 */ MCD::OPC_CheckField, 16, 5, 0, 45, 53, 0, // Skip to: 17098 |
| 3521 | /* 3485 */ MCD::OPC_Decode, 241, 11, 215, 1, // Opcode: FABS_D32 |
| 3522 | /* 3490 */ MCD::OPC_FilterValue, 6, 17, 0, 0, // Skip to: 3512 |
| 3523 | /* 3495 */ MCD::OPC_CheckPredicate, 55, 30, 53, 0, // Skip to: 17098 |
| 3524 | /* 3500 */ MCD::OPC_CheckField, 16, 5, 0, 23, 53, 0, // Skip to: 17098 |
| 3525 | /* 3507 */ MCD::OPC_Decode, 210, 12, 215, 1, // Opcode: FMOV_D32 |
| 3526 | /* 3512 */ MCD::OPC_FilterValue, 7, 17, 0, 0, // Skip to: 3534 |
| 3527 | /* 3517 */ MCD::OPC_CheckPredicate, 55, 8, 53, 0, // Skip to: 17098 |
| 3528 | /* 3522 */ MCD::OPC_CheckField, 16, 5, 0, 1, 53, 0, // Skip to: 17098 |
| 3529 | /* 3529 */ MCD::OPC_Decode, 230, 12, 215, 1, // Opcode: FNEG_D32 |
| 3530 | /* 3534 */ MCD::OPC_FilterValue, 12, 17, 0, 0, // Skip to: 3556 |
| 3531 | /* 3539 */ MCD::OPC_CheckPredicate, 57, 242, 52, 0, // Skip to: 17098 |
| 3532 | /* 3544 */ MCD::OPC_CheckField, 16, 5, 0, 235, 52, 0, // Skip to: 17098 |
| 3533 | /* 3551 */ MCD::OPC_Decode, 184, 18, 216, 1, // Opcode: ROUND_W_D32 |
| 3534 | /* 3556 */ MCD::OPC_FilterValue, 13, 17, 0, 0, // Skip to: 3578 |
| 3535 | /* 3561 */ MCD::OPC_CheckPredicate, 57, 220, 52, 0, // Skip to: 17098 |
| 3536 | /* 3566 */ MCD::OPC_CheckField, 16, 5, 0, 213, 52, 0, // Skip to: 17098 |
| 3537 | /* 3573 */ MCD::OPC_Decode, 222, 21, 216, 1, // Opcode: TRUNC_W_D32 |
| 3538 | /* 3578 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 3600 |
| 3539 | /* 3583 */ MCD::OPC_CheckPredicate, 57, 198, 52, 0, // Skip to: 17098 |
| 3540 | /* 3588 */ MCD::OPC_CheckField, 16, 5, 0, 191, 52, 0, // Skip to: 17098 |
| 3541 | /* 3595 */ MCD::OPC_Decode, 134, 8, 216, 1, // Opcode: CEIL_W_D32 |
| 3542 | /* 3600 */ MCD::OPC_FilterValue, 15, 17, 0, 0, // Skip to: 3622 |
| 3543 | /* 3605 */ MCD::OPC_CheckPredicate, 57, 176, 52, 0, // Skip to: 17098 |
| 3544 | /* 3610 */ MCD::OPC_CheckField, 16, 5, 0, 169, 52, 0, // Skip to: 17098 |
| 3545 | /* 3617 */ MCD::OPC_Decode, 193, 12, 216, 1, // Opcode: FLOOR_W_D32 |
| 3546 | /* 3622 */ MCD::OPC_FilterValue, 17, 33, 0, 0, // Skip to: 3660 |
| 3547 | /* 3627 */ MCD::OPC_ExtractField, 16, 2, // Inst{17-16} ... |
| 3548 | /* 3630 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 3645 |
| 3549 | /* 3635 */ MCD::OPC_CheckPredicate, 58, 146, 52, 0, // Skip to: 17098 |
| 3550 | /* 3640 */ MCD::OPC_Decode, 137, 16, 217, 1, // Opcode: MOVF_D32 |
| 3551 | /* 3645 */ MCD::OPC_FilterValue, 1, 136, 52, 0, // Skip to: 17098 |
| 3552 | /* 3650 */ MCD::OPC_CheckPredicate, 58, 131, 52, 0, // Skip to: 17098 |
| 3553 | /* 3655 */ MCD::OPC_Decode, 157, 16, 217, 1, // Opcode: MOVT_D32 |
| 3554 | /* 3660 */ MCD::OPC_FilterValue, 18, 10, 0, 0, // Skip to: 3675 |
| 3555 | /* 3665 */ MCD::OPC_CheckPredicate, 58, 116, 52, 0, // Skip to: 17098 |
| 3556 | /* 3670 */ MCD::OPC_Decode, 169, 16, 218, 1, // Opcode: MOVZ_I_D32 |
| 3557 | /* 3675 */ MCD::OPC_FilterValue, 19, 10, 0, 0, // Skip to: 3690 |
| 3558 | /* 3680 */ MCD::OPC_CheckPredicate, 58, 101, 52, 0, // Skip to: 17098 |
| 3559 | /* 3685 */ MCD::OPC_Decode, 149, 16, 218, 1, // Opcode: MOVN_I_D32 |
| 3560 | /* 3690 */ MCD::OPC_FilterValue, 21, 17, 0, 0, // Skip to: 3712 |
| 3561 | /* 3695 */ MCD::OPC_CheckPredicate, 59, 86, 52, 0, // Skip to: 17098 |
| 3562 | /* 3700 */ MCD::OPC_CheckField, 16, 5, 0, 79, 52, 0, // Skip to: 17098 |
| 3563 | /* 3707 */ MCD::OPC_Decode, 158, 18, 215, 1, // Opcode: RECIP_D32 |
| 3564 | /* 3712 */ MCD::OPC_FilterValue, 22, 17, 0, 0, // Skip to: 3734 |
| 3565 | /* 3717 */ MCD::OPC_CheckPredicate, 59, 64, 52, 0, // Skip to: 17098 |
| 3566 | /* 3722 */ MCD::OPC_CheckField, 16, 5, 0, 57, 52, 0, // Skip to: 17098 |
| 3567 | /* 3729 */ MCD::OPC_Decode, 191, 18, 215, 1, // Opcode: RSQRT_D32 |
| 3568 | /* 3734 */ MCD::OPC_FilterValue, 32, 17, 0, 0, // Skip to: 3756 |
| 3569 | /* 3739 */ MCD::OPC_CheckPredicate, 55, 42, 52, 0, // Skip to: 17098 |
| 3570 | /* 3744 */ MCD::OPC_CheckField, 16, 5, 0, 35, 52, 0, // Skip to: 17098 |
| 3571 | /* 3751 */ MCD::OPC_Decode, 199, 9, 216, 1, // Opcode: CVT_S_D32 |
| 3572 | /* 3756 */ MCD::OPC_FilterValue, 36, 17, 0, 0, // Skip to: 3778 |
| 3573 | /* 3761 */ MCD::OPC_CheckPredicate, 55, 20, 52, 0, // Skip to: 17098 |
| 3574 | /* 3766 */ MCD::OPC_CheckField, 16, 5, 0, 13, 52, 0, // Skip to: 17098 |
| 3575 | /* 3773 */ MCD::OPC_Decode, 210, 9, 216, 1, // Opcode: CVT_W_D32 |
| 3576 | /* 3778 */ MCD::OPC_FilterValue, 37, 17, 0, 0, // Skip to: 3800 |
| 3577 | /* 3783 */ MCD::OPC_CheckPredicate, 56, 254, 51, 0, // Skip to: 17098 |
| 3578 | /* 3788 */ MCD::OPC_CheckField, 16, 5, 0, 247, 51, 0, // Skip to: 17098 |
| 3579 | /* 3795 */ MCD::OPC_Decode, 190, 9, 219, 1, // Opcode: CVT_L_D64 |
| 3580 | /* 3800 */ MCD::OPC_FilterValue, 48, 17, 0, 0, // Skip to: 3822 |
| 3581 | /* 3805 */ MCD::OPC_CheckPredicate, 60, 232, 51, 0, // Skip to: 17098 |
| 3582 | /* 3810 */ MCD::OPC_CheckField, 6, 2, 0, 225, 51, 0, // Skip to: 17098 |
| 3583 | /* 3817 */ MCD::OPC_Decode, 223, 9, 220, 1, // Opcode: C_F_D32 |
| 3584 | /* 3822 */ MCD::OPC_FilterValue, 49, 17, 0, 0, // Skip to: 3844 |
| 3585 | /* 3827 */ MCD::OPC_CheckPredicate, 60, 210, 51, 0, // Skip to: 17098 |
| 3586 | /* 3832 */ MCD::OPC_CheckField, 6, 2, 0, 203, 51, 0, // Skip to: 17098 |
| 3587 | /* 3839 */ MCD::OPC_Decode, 179, 10, 220, 1, // Opcode: C_UN_D32 |
| 3588 | /* 3844 */ MCD::OPC_FilterValue, 50, 17, 0, 0, // Skip to: 3866 |
| 3589 | /* 3849 */ MCD::OPC_CheckPredicate, 60, 188, 51, 0, // Skip to: 17098 |
| 3590 | /* 3854 */ MCD::OPC_CheckField, 6, 2, 0, 181, 51, 0, // Skip to: 17098 |
| 3591 | /* 3861 */ MCD::OPC_Decode, 217, 9, 220, 1, // Opcode: C_EQ_D32 |
| 3592 | /* 3866 */ MCD::OPC_FilterValue, 51, 17, 0, 0, // Skip to: 3888 |
| 3593 | /* 3871 */ MCD::OPC_CheckPredicate, 60, 166, 51, 0, // Skip to: 17098 |
| 3594 | /* 3876 */ MCD::OPC_CheckField, 6, 2, 0, 159, 51, 0, // Skip to: 17098 |
| 3595 | /* 3883 */ MCD::OPC_Decode, 161, 10, 220, 1, // Opcode: C_UEQ_D32 |
| 3596 | /* 3888 */ MCD::OPC_FilterValue, 52, 17, 0, 0, // Skip to: 3910 |
| 3597 | /* 3893 */ MCD::OPC_CheckPredicate, 60, 144, 51, 0, // Skip to: 17098 |
| 3598 | /* 3898 */ MCD::OPC_CheckField, 6, 2, 0, 137, 51, 0, // Skip to: 17098 |
| 3599 | /* 3905 */ MCD::OPC_Decode, 143, 10, 220, 1, // Opcode: C_OLT_D32 |
| 3600 | /* 3910 */ MCD::OPC_FilterValue, 53, 17, 0, 0, // Skip to: 3932 |
| 3601 | /* 3915 */ MCD::OPC_CheckPredicate, 60, 122, 51, 0, // Skip to: 17098 |
| 3602 | /* 3920 */ MCD::OPC_CheckField, 6, 2, 0, 115, 51, 0, // Skip to: 17098 |
| 3603 | /* 3927 */ MCD::OPC_Decode, 173, 10, 220, 1, // Opcode: C_ULT_D32 |
| 3604 | /* 3932 */ MCD::OPC_FilterValue, 54, 17, 0, 0, // Skip to: 3954 |
| 3605 | /* 3937 */ MCD::OPC_CheckPredicate, 60, 100, 51, 0, // Skip to: 17098 |
| 3606 | /* 3942 */ MCD::OPC_CheckField, 6, 2, 0, 93, 51, 0, // Skip to: 17098 |
| 3607 | /* 3949 */ MCD::OPC_Decode, 137, 10, 220, 1, // Opcode: C_OLE_D32 |
| 3608 | /* 3954 */ MCD::OPC_FilterValue, 55, 17, 0, 0, // Skip to: 3976 |
| 3609 | /* 3959 */ MCD::OPC_CheckPredicate, 60, 78, 51, 0, // Skip to: 17098 |
| 3610 | /* 3964 */ MCD::OPC_CheckField, 6, 2, 0, 71, 51, 0, // Skip to: 17098 |
| 3611 | /* 3971 */ MCD::OPC_Decode, 167, 10, 220, 1, // Opcode: C_ULE_D32 |
| 3612 | /* 3976 */ MCD::OPC_FilterValue, 56, 17, 0, 0, // Skip to: 3998 |
| 3613 | /* 3981 */ MCD::OPC_CheckPredicate, 60, 56, 51, 0, // Skip to: 17098 |
| 3614 | /* 3986 */ MCD::OPC_CheckField, 6, 2, 0, 49, 51, 0, // Skip to: 17098 |
| 3615 | /* 3993 */ MCD::OPC_Decode, 155, 10, 220, 1, // Opcode: C_SF_D32 |
| 3616 | /* 3998 */ MCD::OPC_FilterValue, 57, 17, 0, 0, // Skip to: 4020 |
| 3617 | /* 4003 */ MCD::OPC_CheckPredicate, 60, 34, 51, 0, // Skip to: 17098 |
| 3618 | /* 4008 */ MCD::OPC_CheckField, 6, 2, 0, 27, 51, 0, // Skip to: 17098 |
| 3619 | /* 4015 */ MCD::OPC_Decode, 247, 9, 220, 1, // Opcode: C_NGLE_D32 |
| 3620 | /* 4020 */ MCD::OPC_FilterValue, 58, 17, 0, 0, // Skip to: 4042 |
| 3621 | /* 4025 */ MCD::OPC_CheckPredicate, 60, 12, 51, 0, // Skip to: 17098 |
| 3622 | /* 4030 */ MCD::OPC_CheckField, 6, 2, 0, 5, 51, 0, // Skip to: 17098 |
| 3623 | /* 4037 */ MCD::OPC_Decode, 149, 10, 220, 1, // Opcode: C_SEQ_D32 |
| 3624 | /* 4042 */ MCD::OPC_FilterValue, 59, 17, 0, 0, // Skip to: 4064 |
| 3625 | /* 4047 */ MCD::OPC_CheckPredicate, 60, 246, 50, 0, // Skip to: 17098 |
| 3626 | /* 4052 */ MCD::OPC_CheckField, 6, 2, 0, 239, 50, 0, // Skip to: 17098 |
| 3627 | /* 4059 */ MCD::OPC_Decode, 253, 9, 220, 1, // Opcode: C_NGL_D32 |
| 3628 | /* 4064 */ MCD::OPC_FilterValue, 60, 17, 0, 0, // Skip to: 4086 |
| 3629 | /* 4069 */ MCD::OPC_CheckPredicate, 60, 224, 50, 0, // Skip to: 17098 |
| 3630 | /* 4074 */ MCD::OPC_CheckField, 6, 2, 0, 217, 50, 0, // Skip to: 17098 |
| 3631 | /* 4081 */ MCD::OPC_Decode, 235, 9, 220, 1, // Opcode: C_LT_D32 |
| 3632 | /* 4086 */ MCD::OPC_FilterValue, 61, 17, 0, 0, // Skip to: 4108 |
| 3633 | /* 4091 */ MCD::OPC_CheckPredicate, 60, 202, 50, 0, // Skip to: 17098 |
| 3634 | /* 4096 */ MCD::OPC_CheckField, 6, 2, 0, 195, 50, 0, // Skip to: 17098 |
| 3635 | /* 4103 */ MCD::OPC_Decode, 241, 9, 220, 1, // Opcode: C_NGE_D32 |
| 3636 | /* 4108 */ MCD::OPC_FilterValue, 62, 17, 0, 0, // Skip to: 4130 |
| 3637 | /* 4113 */ MCD::OPC_CheckPredicate, 60, 180, 50, 0, // Skip to: 17098 |
| 3638 | /* 4118 */ MCD::OPC_CheckField, 6, 2, 0, 173, 50, 0, // Skip to: 17098 |
| 3639 | /* 4125 */ MCD::OPC_Decode, 229, 9, 220, 1, // Opcode: C_LE_D32 |
| 3640 | /* 4130 */ MCD::OPC_FilterValue, 63, 163, 50, 0, // Skip to: 17098 |
| 3641 | /* 4135 */ MCD::OPC_CheckPredicate, 60, 158, 50, 0, // Skip to: 17098 |
| 3642 | /* 4140 */ MCD::OPC_CheckField, 6, 2, 0, 151, 50, 0, // Skip to: 17098 |
| 3643 | /* 4147 */ MCD::OPC_Decode, 131, 10, 220, 1, // Opcode: C_NGT_D32 |
| 3644 | /* 4152 */ MCD::OPC_FilterValue, 20, 47, 0, 0, // Skip to: 4204 |
| 3645 | /* 4157 */ MCD::OPC_ExtractField, 0, 6, // Inst{5-0} ... |
| 3646 | /* 4160 */ MCD::OPC_FilterValue, 32, 17, 0, 0, // Skip to: 4182 |
| 3647 | /* 4165 */ MCD::OPC_CheckPredicate, 47, 128, 50, 0, // Skip to: 17098 |
| 3648 | /* 4170 */ MCD::OPC_CheckField, 16, 5, 0, 121, 50, 0, // Skip to: 17098 |
| 3649 | /* 4177 */ MCD::OPC_Decode, 207, 9, 208, 1, // Opcode: CVT_S_W |
| 3650 | /* 4182 */ MCD::OPC_FilterValue, 33, 111, 50, 0, // Skip to: 17098 |
| 3651 | /* 4187 */ MCD::OPC_CheckPredicate, 55, 106, 50, 0, // Skip to: 17098 |
| 3652 | /* 4192 */ MCD::OPC_CheckField, 16, 5, 0, 99, 50, 0, // Skip to: 17098 |
| 3653 | /* 4199 */ MCD::OPC_Decode, 182, 9, 211, 1, // Opcode: CVT_D32_W |
| 3654 | /* 4204 */ MCD::OPC_FilterValue, 24, 10, 0, 0, // Skip to: 4219 |
| 3655 | /* 4209 */ MCD::OPC_CheckPredicate, 30, 84, 50, 0, // Skip to: 17098 |
| 3656 | /* 4214 */ MCD::OPC_Decode, 236, 7, 206, 1, // Opcode: BZ_B |
| 3657 | /* 4219 */ MCD::OPC_FilterValue, 25, 10, 0, 0, // Skip to: 4234 |
| 3658 | /* 4224 */ MCD::OPC_CheckPredicate, 30, 69, 50, 0, // Skip to: 17098 |
| 3659 | /* 4229 */ MCD::OPC_Decode, 238, 7, 221, 1, // Opcode: BZ_H |
| 3660 | /* 4234 */ MCD::OPC_FilterValue, 26, 10, 0, 0, // Skip to: 4249 |
| 3661 | /* 4239 */ MCD::OPC_CheckPredicate, 30, 54, 50, 0, // Skip to: 17098 |
| 3662 | /* 4244 */ MCD::OPC_Decode, 240, 7, 222, 1, // Opcode: BZ_W |
| 3663 | /* 4249 */ MCD::OPC_FilterValue, 27, 10, 0, 0, // Skip to: 4264 |
| 3664 | /* 4254 */ MCD::OPC_CheckPredicate, 30, 39, 50, 0, // Skip to: 17098 |
| 3665 | /* 4259 */ MCD::OPC_Decode, 237, 7, 223, 1, // Opcode: BZ_D |
| 3666 | /* 4264 */ MCD::OPC_FilterValue, 28, 10, 0, 0, // Skip to: 4279 |
| 3667 | /* 4269 */ MCD::OPC_CheckPredicate, 30, 24, 50, 0, // Skip to: 17098 |
| 3668 | /* 4274 */ MCD::OPC_Decode, 211, 7, 206, 1, // Opcode: BNZ_B |
| 3669 | /* 4279 */ MCD::OPC_FilterValue, 29, 10, 0, 0, // Skip to: 4294 |
| 3670 | /* 4284 */ MCD::OPC_CheckPredicate, 30, 9, 50, 0, // Skip to: 17098 |
| 3671 | /* 4289 */ MCD::OPC_Decode, 213, 7, 221, 1, // Opcode: BNZ_H |
| 3672 | /* 4294 */ MCD::OPC_FilterValue, 30, 10, 0, 0, // Skip to: 4309 |
| 3673 | /* 4299 */ MCD::OPC_CheckPredicate, 30, 250, 49, 0, // Skip to: 17098 |
| 3674 | /* 4304 */ MCD::OPC_Decode, 215, 7, 222, 1, // Opcode: BNZ_W |
| 3675 | /* 4309 */ MCD::OPC_FilterValue, 31, 240, 49, 0, // Skip to: 17098 |
| 3676 | /* 4314 */ MCD::OPC_CheckPredicate, 30, 235, 49, 0, // Skip to: 17098 |
| 3677 | /* 4319 */ MCD::OPC_Decode, 212, 7, 223, 1, // Opcode: BNZ_D |
| 3678 | /* 4324 */ MCD::OPC_FilterValue, 18, 47, 0, 0, // Skip to: 4376 |
| 3679 | /* 4329 */ MCD::OPC_ExtractField, 21, 5, // Inst{25-21} ... |
| 3680 | /* 4332 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 4354 |
| 3681 | /* 4337 */ MCD::OPC_CheckPredicate, 27, 212, 49, 0, // Skip to: 17098 |
| 3682 | /* 4342 */ MCD::OPC_CheckField, 3, 8, 0, 205, 49, 0, // Skip to: 17098 |
| 3683 | /* 4349 */ MCD::OPC_Decode, 193, 15, 224, 1, // Opcode: MFC2 |
| 3684 | /* 4354 */ MCD::OPC_FilterValue, 4, 195, 49, 0, // Skip to: 17098 |
| 3685 | /* 4359 */ MCD::OPC_CheckPredicate, 27, 190, 49, 0, // Skip to: 17098 |
| 3686 | /* 4364 */ MCD::OPC_CheckField, 3, 8, 0, 183, 49, 0, // Skip to: 17098 |
| 3687 | /* 4371 */ MCD::OPC_Decode, 209, 16, 225, 1, // Opcode: MTC2 |
| 3688 | /* 4376 */ MCD::OPC_FilterValue, 19, 255, 0, 0, // Skip to: 4636 |
| 3689 | /* 4381 */ MCD::OPC_ExtractField, 0, 6, // Inst{5-0} ... |
| 3690 | /* 4384 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 4406 |
| 3691 | /* 4389 */ MCD::OPC_CheckPredicate, 61, 160, 49, 0, // Skip to: 17098 |
| 3692 | /* 4394 */ MCD::OPC_CheckField, 11, 5, 0, 153, 49, 0, // Skip to: 17098 |
| 3693 | /* 4401 */ MCD::OPC_Decode, 236, 14, 226, 1, // Opcode: LWXC1 |
| 3694 | /* 4406 */ MCD::OPC_FilterValue, 1, 17, 0, 0, // Skip to: 4428 |
| 3695 | /* 4411 */ MCD::OPC_CheckPredicate, 62, 138, 49, 0, // Skip to: 17098 |
| 3696 | /* 4416 */ MCD::OPC_CheckField, 11, 5, 0, 131, 49, 0, // Skip to: 17098 |
| 3697 | /* 4423 */ MCD::OPC_Decode, 158, 14, 227, 1, // Opcode: LDXC1 |
| 3698 | /* 4428 */ MCD::OPC_FilterValue, 5, 17, 0, 0, // Skip to: 4450 |
| 3699 | /* 4433 */ MCD::OPC_CheckPredicate, 63, 116, 49, 0, // Skip to: 17098 |
| 3700 | /* 4438 */ MCD::OPC_CheckField, 11, 5, 0, 109, 49, 0, // Skip to: 17098 |
| 3701 | /* 4445 */ MCD::OPC_Decode, 196, 14, 227, 1, // Opcode: LUXC1 |
| 3702 | /* 4450 */ MCD::OPC_FilterValue, 8, 17, 0, 0, // Skip to: 4472 |
| 3703 | /* 4455 */ MCD::OPC_CheckPredicate, 61, 94, 49, 0, // Skip to: 17098 |
| 3704 | /* 4460 */ MCD::OPC_CheckField, 6, 5, 0, 87, 49, 0, // Skip to: 17098 |
| 3705 | /* 4467 */ MCD::OPC_Decode, 138, 21, 228, 1, // Opcode: SWXC1 |
| 3706 | /* 4472 */ MCD::OPC_FilterValue, 9, 17, 0, 0, // Skip to: 4494 |
| 3707 | /* 4477 */ MCD::OPC_CheckPredicate, 62, 72, 49, 0, // Skip to: 17098 |
| 3708 | /* 4482 */ MCD::OPC_CheckField, 6, 5, 0, 65, 49, 0, // Skip to: 17098 |
| 3709 | /* 4489 */ MCD::OPC_Decode, 246, 18, 229, 1, // Opcode: SDXC1 |
| 3710 | /* 4494 */ MCD::OPC_FilterValue, 13, 17, 0, 0, // Skip to: 4516 |
| 3711 | /* 4499 */ MCD::OPC_CheckPredicate, 63, 50, 49, 0, // Skip to: 17098 |
| 3712 | /* 4504 */ MCD::OPC_CheckField, 6, 5, 0, 43, 49, 0, // Skip to: 17098 |
| 3713 | /* 4511 */ MCD::OPC_Decode, 233, 20, 229, 1, // Opcode: SUXC1 |
| 3714 | /* 4516 */ MCD::OPC_FilterValue, 32, 10, 0, 0, // Skip to: 4531 |
| 3715 | /* 4521 */ MCD::OPC_CheckPredicate, 64, 28, 49, 0, // Skip to: 17098 |
| 3716 | /* 4526 */ MCD::OPC_Decode, 149, 15, 230, 1, // Opcode: MADD_S |
| 3717 | /* 4531 */ MCD::OPC_FilterValue, 33, 10, 0, 0, // Skip to: 4546 |
| 3718 | /* 4536 */ MCD::OPC_CheckPredicate, 65, 13, 49, 0, // Skip to: 17098 |
| 3719 | /* 4541 */ MCD::OPC_Decode, 141, 15, 231, 1, // Opcode: MADD_D32 |
| 3720 | /* 4546 */ MCD::OPC_FilterValue, 40, 10, 0, 0, // Skip to: 4561 |
| 3721 | /* 4551 */ MCD::OPC_CheckPredicate, 64, 254, 48, 0, // Skip to: 17098 |
| 3722 | /* 4556 */ MCD::OPC_Decode, 200, 16, 230, 1, // Opcode: MSUB_S |
| 3723 | /* 4561 */ MCD::OPC_FilterValue, 41, 10, 0, 0, // Skip to: 4576 |
| 3724 | /* 4566 */ MCD::OPC_CheckPredicate, 65, 239, 48, 0, // Skip to: 17098 |
| 3725 | /* 4571 */ MCD::OPC_Decode, 192, 16, 231, 1, // Opcode: MSUB_D32 |
| 3726 | /* 4576 */ MCD::OPC_FilterValue, 48, 10, 0, 0, // Skip to: 4591 |
| 3727 | /* 4581 */ MCD::OPC_CheckPredicate, 66, 224, 48, 0, // Skip to: 17098 |
| 3728 | /* 4586 */ MCD::OPC_Decode, 178, 17, 230, 1, // Opcode: NMADD_S |
| 3729 | /* 4591 */ MCD::OPC_FilterValue, 49, 10, 0, 0, // Skip to: 4606 |
| 3730 | /* 4596 */ MCD::OPC_CheckPredicate, 67, 209, 48, 0, // Skip to: 17098 |
| 3731 | /* 4601 */ MCD::OPC_Decode, 175, 17, 231, 1, // Opcode: NMADD_D32 |
| 3732 | /* 4606 */ MCD::OPC_FilterValue, 56, 10, 0, 0, // Skip to: 4621 |
| 3733 | /* 4611 */ MCD::OPC_CheckPredicate, 66, 194, 48, 0, // Skip to: 17098 |
| 3734 | /* 4616 */ MCD::OPC_Decode, 183, 17, 230, 1, // Opcode: NMSUB_S |
| 3735 | /* 4621 */ MCD::OPC_FilterValue, 57, 184, 48, 0, // Skip to: 17098 |
| 3736 | /* 4626 */ MCD::OPC_CheckPredicate, 67, 179, 48, 0, // Skip to: 17098 |
| 3737 | /* 4631 */ MCD::OPC_Decode, 180, 17, 231, 1, // Opcode: NMSUB_D32 |
| 3738 | /* 4636 */ MCD::OPC_FilterValue, 20, 10, 0, 0, // Skip to: 4651 |
| 3739 | /* 4641 */ MCD::OPC_CheckPredicate, 39, 164, 48, 0, // Skip to: 17098 |
| 3740 | /* 4646 */ MCD::OPC_Decode, 224, 6, 190, 1, // Opcode: BEQL |
| 3741 | /* 4651 */ MCD::OPC_FilterValue, 21, 107, 0, 0, // Skip to: 4763 |
| 3742 | /* 4656 */ MCD::OPC_ExtractField, 0, 16, // Inst{15-0} ... |
| 3743 | /* 4659 */ MCD::OPC_FilterValue, 123, 9, 0, 0, // Skip to: 4673 |
| 3744 | /* 4664 */ MCD::OPC_CheckPredicate, 19, 19, 0, 0, // Skip to: 4688 |
| 3745 | /* 4669 */ MCD::OPC_Decode, 216, 12, 113, // Opcode: FMOV_S_MM |
| 3746 | /* 4673 */ MCD::OPC_FilterValue, 251, 22, 9, 0, 0, // Skip to: 4688 |
| 3747 | /* 4679 */ MCD::OPC_CheckPredicate, 19, 4, 0, 0, // Skip to: 4688 |
| 3748 | /* 4684 */ MCD::OPC_Decode, 235, 12, 113, // Opcode: FNEG_S_MM |
| 3749 | /* 4688 */ MCD::OPC_ExtractField, 0, 11, // Inst{10-0} ... |
| 3750 | /* 4691 */ MCD::OPC_FilterValue, 48, 10, 0, 0, // Skip to: 4706 |
| 3751 | /* 4696 */ MCD::OPC_CheckPredicate, 19, 52, 0, 0, // Skip to: 4753 |
| 3752 | /* 4701 */ MCD::OPC_Decode, 254, 11, 153, 1, // Opcode: FADD_S_MM |
| 3753 | /* 4706 */ MCD::OPC_FilterValue, 112, 10, 0, 0, // Skip to: 4721 |
| 3754 | /* 4711 */ MCD::OPC_CheckPredicate, 19, 37, 0, 0, // Skip to: 4753 |
| 3755 | /* 4716 */ MCD::OPC_Decode, 143, 13, 153, 1, // Opcode: FSUB_S_MM |
| 3756 | /* 4721 */ MCD::OPC_FilterValue, 176, 1, 10, 0, 0, // Skip to: 4737 |
| 3757 | /* 4727 */ MCD::OPC_CheckPredicate, 19, 21, 0, 0, // Skip to: 4753 |
| 3758 | /* 4732 */ MCD::OPC_Decode, 227, 12, 153, 1, // Opcode: FMUL_S_MM |
| 3759 | /* 4737 */ MCD::OPC_FilterValue, 240, 1, 10, 0, 0, // Skip to: 4753 |
| 3760 | /* 4743 */ MCD::OPC_CheckPredicate, 19, 5, 0, 0, // Skip to: 4753 |
| 3761 | /* 4748 */ MCD::OPC_Decode, 164, 12, 153, 1, // Opcode: FDIV_S_MM |
| 3762 | /* 4753 */ MCD::OPC_CheckPredicate, 39, 52, 48, 0, // Skip to: 17098 |
| 3763 | /* 4758 */ MCD::OPC_Decode, 199, 7, 190, 1, // Opcode: BNEL |
| 3764 | /* 4763 */ MCD::OPC_FilterValue, 22, 17, 0, 0, // Skip to: 4785 |
| 3765 | /* 4768 */ MCD::OPC_CheckPredicate, 39, 37, 48, 0, // Skip to: 17098 |
| 3766 | /* 4773 */ MCD::OPC_CheckField, 16, 5, 0, 30, 48, 0, // Skip to: 17098 |
| 3767 | /* 4780 */ MCD::OPC_Decode, 161, 7, 186, 1, // Opcode: BLEZL |
| 3768 | /* 4785 */ MCD::OPC_FilterValue, 23, 17, 0, 0, // Skip to: 4807 |
| 3769 | /* 4790 */ MCD::OPC_CheckPredicate, 39, 15, 48, 0, // Skip to: 17098 |
| 3770 | /* 4795 */ MCD::OPC_CheckField, 16, 5, 0, 8, 48, 0, // Skip to: 17098 |
| 3771 | /* 4802 */ MCD::OPC_Decode, 132, 7, 186, 1, // Opcode: BGTZL |
| 3772 | /* 4807 */ MCD::OPC_FilterValue, 28, 15, 1, 0, // Skip to: 5083 |
| 3773 | /* 4812 */ MCD::OPC_ExtractField, 0, 6, // Inst{5-0} ... |
| 3774 | /* 4815 */ MCD::OPC_FilterValue, 0, 42, 0, 0, // Skip to: 4862 |
| 3775 | /* 4820 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 3776 | /* 4823 */ MCD::OPC_FilterValue, 0, 238, 47, 0, // Skip to: 17098 |
| 3777 | /* 4828 */ MCD::OPC_ExtractField, 13, 3, // Inst{15-13} ... |
| 3778 | /* 4831 */ MCD::OPC_FilterValue, 0, 230, 47, 0, // Skip to: 17098 |
| 3779 | /* 4836 */ MCD::OPC_CheckPredicate, 68, 11, 0, 0, // Skip to: 4852 |
| 3780 | /* 4841 */ MCD::OPC_CheckField, 11, 2, 0, 4, 0, 0, // Skip to: 4852 |
| 3781 | /* 4848 */ MCD::OPC_Decode, 254, 14, 69, // Opcode: MADD |
| 3782 | /* 4852 */ MCD::OPC_CheckPredicate, 37, 209, 47, 0, // Skip to: 17098 |
| 3783 | /* 4857 */ MCD::OPC_Decode, 144, 15, 232, 1, // Opcode: MADD_DSP |
| 3784 | /* 4862 */ MCD::OPC_FilterValue, 1, 42, 0, 0, // Skip to: 4909 |
| 3785 | /* 4867 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 3786 | /* 4870 */ MCD::OPC_FilterValue, 0, 191, 47, 0, // Skip to: 17098 |
| 3787 | /* 4875 */ MCD::OPC_ExtractField, 13, 3, // Inst{15-13} ... |
| 3788 | /* 4878 */ MCD::OPC_FilterValue, 0, 183, 47, 0, // Skip to: 17098 |
| 3789 | /* 4883 */ MCD::OPC_CheckPredicate, 68, 11, 0, 0, // Skip to: 4899 |
| 3790 | /* 4888 */ MCD::OPC_CheckField, 11, 2, 0, 4, 0, 0, // Skip to: 4899 |
| 3791 | /* 4895 */ MCD::OPC_Decode, 133, 15, 69, // Opcode: MADDU |
| 3792 | /* 4899 */ MCD::OPC_CheckPredicate, 37, 162, 47, 0, // Skip to: 17098 |
| 3793 | /* 4904 */ MCD::OPC_Decode, 134, 15, 232, 1, // Opcode: MADDU_DSP |
| 3794 | /* 4909 */ MCD::OPC_FilterValue, 2, 16, 0, 0, // Skip to: 4930 |
| 3795 | /* 4914 */ MCD::OPC_CheckPredicate, 68, 147, 47, 0, // Skip to: 17098 |
| 3796 | /* 4919 */ MCD::OPC_CheckField, 6, 5, 0, 140, 47, 0, // Skip to: 17098 |
| 3797 | /* 4926 */ MCD::OPC_Decode, 244, 16, 50, // Opcode: MUL |
| 3798 | /* 4930 */ MCD::OPC_FilterValue, 4, 42, 0, 0, // Skip to: 4977 |
| 3799 | /* 4935 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 3800 | /* 4938 */ MCD::OPC_FilterValue, 0, 123, 47, 0, // Skip to: 17098 |
| 3801 | /* 4943 */ MCD::OPC_ExtractField, 13, 3, // Inst{15-13} ... |
| 3802 | /* 4946 */ MCD::OPC_FilterValue, 0, 115, 47, 0, // Skip to: 17098 |
| 3803 | /* 4951 */ MCD::OPC_CheckPredicate, 68, 11, 0, 0, // Skip to: 4967 |
| 3804 | /* 4956 */ MCD::OPC_CheckField, 11, 2, 0, 4, 0, 0, // Skip to: 4967 |
| 3805 | /* 4963 */ MCD::OPC_Decode, 177, 16, 69, // Opcode: MSUB |
| 3806 | /* 4967 */ MCD::OPC_CheckPredicate, 37, 94, 47, 0, // Skip to: 17098 |
| 3807 | /* 4972 */ MCD::OPC_Decode, 195, 16, 232, 1, // Opcode: MSUB_DSP |
| 3808 | /* 4977 */ MCD::OPC_FilterValue, 5, 42, 0, 0, // Skip to: 5024 |
| 3809 | /* 4982 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 3810 | /* 4985 */ MCD::OPC_FilterValue, 0, 76, 47, 0, // Skip to: 17098 |
| 3811 | /* 4990 */ MCD::OPC_ExtractField, 13, 3, // Inst{15-13} ... |
| 3812 | /* 4993 */ MCD::OPC_FilterValue, 0, 68, 47, 0, // Skip to: 17098 |
| 3813 | /* 4998 */ MCD::OPC_CheckPredicate, 68, 11, 0, 0, // Skip to: 5014 |
| 3814 | /* 5003 */ MCD::OPC_CheckField, 11, 2, 0, 4, 0, 0, // Skip to: 5014 |
| 3815 | /* 5010 */ MCD::OPC_Decode, 184, 16, 69, // Opcode: MSUBU |
| 3816 | /* 5014 */ MCD::OPC_CheckPredicate, 37, 47, 47, 0, // Skip to: 17098 |
| 3817 | /* 5019 */ MCD::OPC_Decode, 185, 16, 232, 1, // Opcode: MSUBU_DSP |
| 3818 | /* 5024 */ MCD::OPC_FilterValue, 32, 17, 0, 0, // Skip to: 5046 |
| 3819 | /* 5029 */ MCD::OPC_CheckPredicate, 68, 32, 47, 0, // Skip to: 17098 |
| 3820 | /* 5034 */ MCD::OPC_CheckField, 6, 5, 0, 25, 47, 0, // Skip to: 17098 |
| 3821 | /* 5041 */ MCD::OPC_Decode, 197, 8, 233, 1, // Opcode: CLZ |
| 3822 | /* 5046 */ MCD::OPC_FilterValue, 33, 17, 0, 0, // Skip to: 5068 |
| 3823 | /* 5051 */ MCD::OPC_CheckPredicate, 68, 10, 47, 0, // Skip to: 17098 |
| 3824 | /* 5056 */ MCD::OPC_CheckField, 6, 5, 0, 3, 47, 0, // Skip to: 17098 |
| 3825 | /* 5063 */ MCD::OPC_Decode, 177, 8, 233, 1, // Opcode: CLO |
| 3826 | /* 5068 */ MCD::OPC_FilterValue, 63, 249, 46, 0, // Skip to: 17098 |
| 3827 | /* 5073 */ MCD::OPC_CheckPredicate, 68, 244, 46, 0, // Skip to: 17098 |
| 3828 | /* 5078 */ MCD::OPC_Decode, 228, 18, 177, 1, // Opcode: SDBBP |
| 3829 | /* 5083 */ MCD::OPC_FilterValue, 29, 10, 0, 0, // Skip to: 5098 |
| 3830 | /* 5088 */ MCD::OPC_CheckPredicate, 68, 229, 46, 0, // Skip to: 17098 |
| 3831 | /* 5093 */ MCD::OPC_Decode, 227, 13, 189, 1, // Opcode: JALX |
| 3832 | /* 5098 */ MCD::OPC_FilterValue, 30, 201, 32, 0, // Skip to: 13496 |
| 3833 | /* 5103 */ MCD::OPC_ExtractField, 0, 6, // Inst{5-0} ... |
| 3834 | /* 5106 */ MCD::OPC_FilterValue, 0, 63, 0, 0, // Skip to: 5174 |
| 3835 | /* 5111 */ MCD::OPC_ExtractField, 24, 2, // Inst{25-24} ... |
| 3836 | /* 5114 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 5129 |
| 3837 | /* 5119 */ MCD::OPC_CheckPredicate, 30, 198, 46, 0, // Skip to: 17098 |
| 3838 | /* 5124 */ MCD::OPC_Decode, 136, 6, 234, 1, // Opcode: ANDI_B |
| 3839 | /* 5129 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 5144 |
| 3840 | /* 5134 */ MCD::OPC_CheckPredicate, 30, 183, 46, 0, // Skip to: 17098 |
| 3841 | /* 5139 */ MCD::OPC_Decode, 199, 17, 234, 1, // Opcode: ORI_B |
| 3842 | /* 5144 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 5159 |
| 3843 | /* 5149 */ MCD::OPC_CheckPredicate, 30, 168, 46, 0, // Skip to: 17098 |
| 3844 | /* 5154 */ MCD::OPC_Decode, 187, 17, 234, 1, // Opcode: NORI_B |
| 3845 | /* 5159 */ MCD::OPC_FilterValue, 3, 158, 46, 0, // Skip to: 17098 |
| 3846 | /* 5164 */ MCD::OPC_CheckPredicate, 30, 153, 46, 0, // Skip to: 17098 |
| 3847 | /* 5169 */ MCD::OPC_Decode, 252, 21, 234, 1, // Opcode: XORI_B |
| 3848 | /* 5174 */ MCD::OPC_FilterValue, 1, 48, 0, 0, // Skip to: 5227 |
| 3849 | /* 5179 */ MCD::OPC_ExtractField, 24, 2, // Inst{25-24} ... |
| 3850 | /* 5182 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 5197 |
| 3851 | /* 5187 */ MCD::OPC_CheckPredicate, 30, 130, 46, 0, // Skip to: 17098 |
| 3852 | /* 5192 */ MCD::OPC_Decode, 182, 7, 235, 1, // Opcode: BMNZI_B |
| 3853 | /* 5197 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 5212 |
| 3854 | /* 5202 */ MCD::OPC_CheckPredicate, 30, 115, 46, 0, // Skip to: 17098 |
| 3855 | /* 5207 */ MCD::OPC_Decode, 184, 7, 235, 1, // Opcode: BMZI_B |
| 3856 | /* 5212 */ MCD::OPC_FilterValue, 2, 105, 46, 0, // Skip to: 17098 |
| 3857 | /* 5217 */ MCD::OPC_CheckPredicate, 30, 100, 46, 0, // Skip to: 17098 |
| 3858 | /* 5222 */ MCD::OPC_Decode, 226, 7, 235, 1, // Opcode: BSELI_B |
| 3859 | /* 5227 */ MCD::OPC_FilterValue, 2, 48, 0, 0, // Skip to: 5280 |
| 3860 | /* 5232 */ MCD::OPC_ExtractField, 24, 2, // Inst{25-24} ... |
| 3861 | /* 5235 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 5250 |
| 3862 | /* 5240 */ MCD::OPC_CheckPredicate, 30, 77, 46, 0, // Skip to: 17098 |
| 3863 | /* 5245 */ MCD::OPC_Decode, 152, 19, 234, 1, // Opcode: SHF_B |
| 3864 | /* 5250 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 5265 |
| 3865 | /* 5255 */ MCD::OPC_CheckPredicate, 30, 62, 46, 0, // Skip to: 17098 |
| 3866 | /* 5260 */ MCD::OPC_Decode, 153, 19, 236, 1, // Opcode: SHF_H |
| 3867 | /* 5265 */ MCD::OPC_FilterValue, 2, 52, 46, 0, // Skip to: 17098 |
| 3868 | /* 5270 */ MCD::OPC_CheckPredicate, 30, 47, 46, 0, // Skip to: 17098 |
| 3869 | /* 5275 */ MCD::OPC_Decode, 154, 19, 237, 1, // Opcode: SHF_W |
| 3870 | /* 5280 */ MCD::OPC_FilterValue, 6, 107, 1, 0, // Skip to: 5648 |
| 3871 | /* 5285 */ MCD::OPC_ExtractField, 21, 5, // Inst{25-21} ... |
| 3872 | /* 5288 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 5303 |
| 3873 | /* 5293 */ MCD::OPC_CheckPredicate, 30, 24, 46, 0, // Skip to: 17098 |
| 3874 | /* 5298 */ MCD::OPC_Decode, 232, 5, 238, 1, // Opcode: ADDVI_B |
| 3875 | /* 5303 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 5318 |
| 3876 | /* 5308 */ MCD::OPC_CheckPredicate, 30, 9, 46, 0, // Skip to: 17098 |
| 3877 | /* 5313 */ MCD::OPC_Decode, 234, 5, 239, 1, // Opcode: ADDVI_H |
| 3878 | /* 5318 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 5333 |
| 3879 | /* 5323 */ MCD::OPC_CheckPredicate, 30, 250, 45, 0, // Skip to: 17098 |
| 3880 | /* 5328 */ MCD::OPC_Decode, 235, 5, 240, 1, // Opcode: ADDVI_W |
| 3881 | /* 5333 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 5348 |
| 3882 | /* 5338 */ MCD::OPC_CheckPredicate, 30, 235, 45, 0, // Skip to: 17098 |
| 3883 | /* 5343 */ MCD::OPC_Decode, 233, 5, 241, 1, // Opcode: ADDVI_D |
| 3884 | /* 5348 */ MCD::OPC_FilterValue, 4, 10, 0, 0, // Skip to: 5363 |
| 3885 | /* 5353 */ MCD::OPC_CheckPredicate, 30, 220, 45, 0, // Skip to: 17098 |
| 3886 | /* 5358 */ MCD::OPC_Decode, 221, 20, 238, 1, // Opcode: SUBVI_B |
| 3887 | /* 5363 */ MCD::OPC_FilterValue, 5, 10, 0, 0, // Skip to: 5378 |
| 3888 | /* 5368 */ MCD::OPC_CheckPredicate, 30, 205, 45, 0, // Skip to: 17098 |
| 3889 | /* 5373 */ MCD::OPC_Decode, 223, 20, 239, 1, // Opcode: SUBVI_H |
| 3890 | /* 5378 */ MCD::OPC_FilterValue, 6, 10, 0, 0, // Skip to: 5393 |
| 3891 | /* 5383 */ MCD::OPC_CheckPredicate, 30, 190, 45, 0, // Skip to: 17098 |
| 3892 | /* 5388 */ MCD::OPC_Decode, 224, 20, 240, 1, // Opcode: SUBVI_W |
| 3893 | /* 5393 */ MCD::OPC_FilterValue, 7, 10, 0, 0, // Skip to: 5408 |
| 3894 | /* 5398 */ MCD::OPC_CheckPredicate, 30, 175, 45, 0, // Skip to: 17098 |
| 3895 | /* 5403 */ MCD::OPC_Decode, 222, 20, 241, 1, // Opcode: SUBVI_D |
| 3896 | /* 5408 */ MCD::OPC_FilterValue, 8, 10, 0, 0, // Skip to: 5423 |
| 3897 | /* 5413 */ MCD::OPC_CheckPredicate, 30, 160, 45, 0, // Skip to: 17098 |
| 3898 | /* 5418 */ MCD::OPC_Decode, 163, 15, 238, 1, // Opcode: MAXI_S_B |
| 3899 | /* 5423 */ MCD::OPC_FilterValue, 9, 10, 0, 0, // Skip to: 5438 |
| 3900 | /* 5428 */ MCD::OPC_CheckPredicate, 30, 145, 45, 0, // Skip to: 17098 |
| 3901 | /* 5433 */ MCD::OPC_Decode, 165, 15, 239, 1, // Opcode: MAXI_S_H |
| 3902 | /* 5438 */ MCD::OPC_FilterValue, 10, 10, 0, 0, // Skip to: 5453 |
| 3903 | /* 5443 */ MCD::OPC_CheckPredicate, 30, 130, 45, 0, // Skip to: 17098 |
| 3904 | /* 5448 */ MCD::OPC_Decode, 166, 15, 240, 1, // Opcode: MAXI_S_W |
| 3905 | /* 5453 */ MCD::OPC_FilterValue, 11, 10, 0, 0, // Skip to: 5468 |
| 3906 | /* 5458 */ MCD::OPC_CheckPredicate, 30, 115, 45, 0, // Skip to: 17098 |
| 3907 | /* 5463 */ MCD::OPC_Decode, 164, 15, 241, 1, // Opcode: MAXI_S_D |
| 3908 | /* 5468 */ MCD::OPC_FilterValue, 12, 10, 0, 0, // Skip to: 5483 |
| 3909 | /* 5473 */ MCD::OPC_CheckPredicate, 30, 100, 45, 0, // Skip to: 17098 |
| 3910 | /* 5478 */ MCD::OPC_Decode, 167, 15, 238, 1, // Opcode: MAXI_U_B |
| 3911 | /* 5483 */ MCD::OPC_FilterValue, 13, 10, 0, 0, // Skip to: 5498 |
| 3912 | /* 5488 */ MCD::OPC_CheckPredicate, 30, 85, 45, 0, // Skip to: 17098 |
| 3913 | /* 5493 */ MCD::OPC_Decode, 169, 15, 239, 1, // Opcode: MAXI_U_H |
| 3914 | /* 5498 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 5513 |
| 3915 | /* 5503 */ MCD::OPC_CheckPredicate, 30, 70, 45, 0, // Skip to: 17098 |
| 3916 | /* 5508 */ MCD::OPC_Decode, 170, 15, 240, 1, // Opcode: MAXI_U_W |
| 3917 | /* 5513 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 5528 |
| 3918 | /* 5518 */ MCD::OPC_CheckPredicate, 30, 55, 45, 0, // Skip to: 17098 |
| 3919 | /* 5523 */ MCD::OPC_Decode, 168, 15, 241, 1, // Opcode: MAXI_U_D |
| 3920 | /* 5528 */ MCD::OPC_FilterValue, 16, 10, 0, 0, // Skip to: 5543 |
| 3921 | /* 5533 */ MCD::OPC_CheckPredicate, 30, 40, 45, 0, // Skip to: 17098 |
| 3922 | /* 5538 */ MCD::OPC_Decode, 222, 15, 238, 1, // Opcode: MINI_S_B |
| 3923 | /* 5543 */ MCD::OPC_FilterValue, 17, 10, 0, 0, // Skip to: 5558 |
| 3924 | /* 5548 */ MCD::OPC_CheckPredicate, 30, 25, 45, 0, // Skip to: 17098 |
| 3925 | /* 5553 */ MCD::OPC_Decode, 224, 15, 239, 1, // Opcode: MINI_S_H |
| 3926 | /* 5558 */ MCD::OPC_FilterValue, 18, 10, 0, 0, // Skip to: 5573 |
| 3927 | /* 5563 */ MCD::OPC_CheckPredicate, 30, 10, 45, 0, // Skip to: 17098 |
| 3928 | /* 5568 */ MCD::OPC_Decode, 225, 15, 240, 1, // Opcode: MINI_S_W |
| 3929 | /* 5573 */ MCD::OPC_FilterValue, 19, 10, 0, 0, // Skip to: 5588 |
| 3930 | /* 5578 */ MCD::OPC_CheckPredicate, 30, 251, 44, 0, // Skip to: 17098 |
| 3931 | /* 5583 */ MCD::OPC_Decode, 223, 15, 241, 1, // Opcode: MINI_S_D |
| 3932 | /* 5588 */ MCD::OPC_FilterValue, 20, 10, 0, 0, // Skip to: 5603 |
| 3933 | /* 5593 */ MCD::OPC_CheckPredicate, 30, 236, 44, 0, // Skip to: 17098 |
| 3934 | /* 5598 */ MCD::OPC_Decode, 226, 15, 238, 1, // Opcode: MINI_U_B |
| 3935 | /* 5603 */ MCD::OPC_FilterValue, 21, 10, 0, 0, // Skip to: 5618 |
| 3936 | /* 5608 */ MCD::OPC_CheckPredicate, 30, 221, 44, 0, // Skip to: 17098 |
| 3937 | /* 5613 */ MCD::OPC_Decode, 228, 15, 239, 1, // Opcode: MINI_U_H |
| 3938 | /* 5618 */ MCD::OPC_FilterValue, 22, 10, 0, 0, // Skip to: 5633 |
| 3939 | /* 5623 */ MCD::OPC_CheckPredicate, 30, 206, 44, 0, // Skip to: 17098 |
| 3940 | /* 5628 */ MCD::OPC_Decode, 229, 15, 240, 1, // Opcode: MINI_U_W |
| 3941 | /* 5633 */ MCD::OPC_FilterValue, 23, 196, 44, 0, // Skip to: 17098 |
| 3942 | /* 5638 */ MCD::OPC_CheckPredicate, 30, 191, 44, 0, // Skip to: 17098 |
| 3943 | /* 5643 */ MCD::OPC_Decode, 227, 15, 241, 1, // Opcode: MINI_U_D |
| 3944 | /* 5648 */ MCD::OPC_FilterValue, 7, 107, 1, 0, // Skip to: 6016 |
| 3945 | /* 5653 */ MCD::OPC_ExtractField, 21, 5, // Inst{25-21} ... |
| 3946 | /* 5656 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 5671 |
| 3947 | /* 5661 */ MCD::OPC_CheckPredicate, 30, 168, 44, 0, // Skip to: 17098 |
| 3948 | /* 5666 */ MCD::OPC_Decode, 141, 8, 238, 1, // Opcode: CEQI_B |
| 3949 | /* 5671 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 5686 |
| 3950 | /* 5676 */ MCD::OPC_CheckPredicate, 30, 153, 44, 0, // Skip to: 17098 |
| 3951 | /* 5681 */ MCD::OPC_Decode, 143, 8, 239, 1, // Opcode: CEQI_H |
| 3952 | /* 5686 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 5701 |
| 3953 | /* 5691 */ MCD::OPC_CheckPredicate, 30, 138, 44, 0, // Skip to: 17098 |
| 3954 | /* 5696 */ MCD::OPC_Decode, 144, 8, 240, 1, // Opcode: CEQI_W |
| 3955 | /* 5701 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 5716 |
| 3956 | /* 5706 */ MCD::OPC_CheckPredicate, 30, 123, 44, 0, // Skip to: 17098 |
| 3957 | /* 5711 */ MCD::OPC_Decode, 142, 8, 241, 1, // Opcode: CEQI_D |
| 3958 | /* 5716 */ MCD::OPC_FilterValue, 8, 10, 0, 0, // Skip to: 5731 |
| 3959 | /* 5721 */ MCD::OPC_CheckPredicate, 30, 108, 44, 0, // Skip to: 17098 |
| 3960 | /* 5726 */ MCD::OPC_Decode, 181, 8, 238, 1, // Opcode: CLTI_S_B |
| 3961 | /* 5731 */ MCD::OPC_FilterValue, 9, 10, 0, 0, // Skip to: 5746 |
| 3962 | /* 5736 */ MCD::OPC_CheckPredicate, 30, 93, 44, 0, // Skip to: 17098 |
| 3963 | /* 5741 */ MCD::OPC_Decode, 183, 8, 239, 1, // Opcode: CLTI_S_H |
| 3964 | /* 5746 */ MCD::OPC_FilterValue, 10, 10, 0, 0, // Skip to: 5761 |
| 3965 | /* 5751 */ MCD::OPC_CheckPredicate, 30, 78, 44, 0, // Skip to: 17098 |
| 3966 | /* 5756 */ MCD::OPC_Decode, 184, 8, 240, 1, // Opcode: CLTI_S_W |
| 3967 | /* 5761 */ MCD::OPC_FilterValue, 11, 10, 0, 0, // Skip to: 5776 |
| 3968 | /* 5766 */ MCD::OPC_CheckPredicate, 30, 63, 44, 0, // Skip to: 17098 |
| 3969 | /* 5771 */ MCD::OPC_Decode, 182, 8, 241, 1, // Opcode: CLTI_S_D |
| 3970 | /* 5776 */ MCD::OPC_FilterValue, 12, 10, 0, 0, // Skip to: 5791 |
| 3971 | /* 5781 */ MCD::OPC_CheckPredicate, 30, 48, 44, 0, // Skip to: 17098 |
| 3972 | /* 5786 */ MCD::OPC_Decode, 185, 8, 238, 1, // Opcode: CLTI_U_B |
| 3973 | /* 5791 */ MCD::OPC_FilterValue, 13, 10, 0, 0, // Skip to: 5806 |
| 3974 | /* 5796 */ MCD::OPC_CheckPredicate, 30, 33, 44, 0, // Skip to: 17098 |
| 3975 | /* 5801 */ MCD::OPC_Decode, 187, 8, 239, 1, // Opcode: CLTI_U_H |
| 3976 | /* 5806 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 5821 |
| 3977 | /* 5811 */ MCD::OPC_CheckPredicate, 30, 18, 44, 0, // Skip to: 17098 |
| 3978 | /* 5816 */ MCD::OPC_Decode, 188, 8, 240, 1, // Opcode: CLTI_U_W |
| 3979 | /* 5821 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 5836 |
| 3980 | /* 5826 */ MCD::OPC_CheckPredicate, 30, 3, 44, 0, // Skip to: 17098 |
| 3981 | /* 5831 */ MCD::OPC_Decode, 186, 8, 241, 1, // Opcode: CLTI_U_D |
| 3982 | /* 5836 */ MCD::OPC_FilterValue, 16, 10, 0, 0, // Skip to: 5851 |
| 3983 | /* 5841 */ MCD::OPC_CheckPredicate, 30, 244, 43, 0, // Skip to: 17098 |
| 3984 | /* 5846 */ MCD::OPC_Decode, 161, 8, 238, 1, // Opcode: CLEI_S_B |
| 3985 | /* 5851 */ MCD::OPC_FilterValue, 17, 10, 0, 0, // Skip to: 5866 |
| 3986 | /* 5856 */ MCD::OPC_CheckPredicate, 30, 229, 43, 0, // Skip to: 17098 |
| 3987 | /* 5861 */ MCD::OPC_Decode, 163, 8, 239, 1, // Opcode: CLEI_S_H |
| 3988 | /* 5866 */ MCD::OPC_FilterValue, 18, 10, 0, 0, // Skip to: 5881 |
| 3989 | /* 5871 */ MCD::OPC_CheckPredicate, 30, 214, 43, 0, // Skip to: 17098 |
| 3990 | /* 5876 */ MCD::OPC_Decode, 164, 8, 240, 1, // Opcode: CLEI_S_W |
| 3991 | /* 5881 */ MCD::OPC_FilterValue, 19, 10, 0, 0, // Skip to: 5896 |
| 3992 | /* 5886 */ MCD::OPC_CheckPredicate, 30, 199, 43, 0, // Skip to: 17098 |
| 3993 | /* 5891 */ MCD::OPC_Decode, 162, 8, 241, 1, // Opcode: CLEI_S_D |
| 3994 | /* 5896 */ MCD::OPC_FilterValue, 20, 10, 0, 0, // Skip to: 5911 |
| 3995 | /* 5901 */ MCD::OPC_CheckPredicate, 30, 184, 43, 0, // Skip to: 17098 |
| 3996 | /* 5906 */ MCD::OPC_Decode, 165, 8, 238, 1, // Opcode: CLEI_U_B |
| 3997 | /* 5911 */ MCD::OPC_FilterValue, 21, 10, 0, 0, // Skip to: 5926 |
| 3998 | /* 5916 */ MCD::OPC_CheckPredicate, 30, 169, 43, 0, // Skip to: 17098 |
| 3999 | /* 5921 */ MCD::OPC_Decode, 167, 8, 239, 1, // Opcode: CLEI_U_H |
| 4000 | /* 5926 */ MCD::OPC_FilterValue, 22, 10, 0, 0, // Skip to: 5941 |
| 4001 | /* 5931 */ MCD::OPC_CheckPredicate, 30, 154, 43, 0, // Skip to: 17098 |
| 4002 | /* 5936 */ MCD::OPC_Decode, 168, 8, 240, 1, // Opcode: CLEI_U_W |
| 4003 | /* 5941 */ MCD::OPC_FilterValue, 23, 10, 0, 0, // Skip to: 5956 |
| 4004 | /* 5946 */ MCD::OPC_CheckPredicate, 30, 139, 43, 0, // Skip to: 17098 |
| 4005 | /* 5951 */ MCD::OPC_Decode, 166, 8, 241, 1, // Opcode: CLEI_U_D |
| 4006 | /* 5956 */ MCD::OPC_FilterValue, 24, 10, 0, 0, // Skip to: 5971 |
| 4007 | /* 5961 */ MCD::OPC_CheckPredicate, 30, 124, 43, 0, // Skip to: 17098 |
| 4008 | /* 5966 */ MCD::OPC_Decode, 151, 14, 242, 1, // Opcode: LDI_B |
| 4009 | /* 5971 */ MCD::OPC_FilterValue, 25, 10, 0, 0, // Skip to: 5986 |
| 4010 | /* 5976 */ MCD::OPC_CheckPredicate, 30, 109, 43, 0, // Skip to: 17098 |
| 4011 | /* 5981 */ MCD::OPC_Decode, 153, 14, 243, 1, // Opcode: LDI_H |
| 4012 | /* 5986 */ MCD::OPC_FilterValue, 26, 10, 0, 0, // Skip to: 6001 |
| 4013 | /* 5991 */ MCD::OPC_CheckPredicate, 30, 94, 43, 0, // Skip to: 17098 |
| 4014 | /* 5996 */ MCD::OPC_Decode, 154, 14, 244, 1, // Opcode: LDI_W |
| 4015 | /* 6001 */ MCD::OPC_FilterValue, 27, 84, 43, 0, // Skip to: 17098 |
| 4016 | /* 6006 */ MCD::OPC_CheckPredicate, 30, 79, 43, 0, // Skip to: 17098 |
| 4017 | /* 6011 */ MCD::OPC_Decode, 152, 14, 245, 1, // Opcode: LDI_D |
| 4018 | /* 6016 */ MCD::OPC_FilterValue, 9, 155, 2, 0, // Skip to: 6688 |
| 4019 | /* 6021 */ MCD::OPC_ExtractField, 22, 4, // Inst{25-22} ... |
| 4020 | /* 6024 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6039 |
| 4021 | /* 6029 */ MCD::OPC_CheckPredicate, 30, 56, 43, 0, // Skip to: 17098 |
| 4022 | /* 6034 */ MCD::OPC_Decode, 221, 19, 246, 1, // Opcode: SLLI_D |
| 4023 | /* 6039 */ MCD::OPC_FilterValue, 1, 63, 0, 0, // Skip to: 6107 |
| 4024 | /* 6044 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... |
| 4025 | /* 6047 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6062 |
| 4026 | /* 6052 */ MCD::OPC_CheckPredicate, 30, 33, 43, 0, // Skip to: 17098 |
| 4027 | /* 6057 */ MCD::OPC_Decode, 223, 19, 240, 1, // Opcode: SLLI_W |
| 4028 | /* 6062 */ MCD::OPC_FilterValue, 1, 23, 43, 0, // Skip to: 17098 |
| 4029 | /* 6067 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... |
| 4030 | /* 6070 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6085 |
| 4031 | /* 6075 */ MCD::OPC_CheckPredicate, 30, 10, 43, 0, // Skip to: 17098 |
| 4032 | /* 6080 */ MCD::OPC_Decode, 222, 19, 247, 1, // Opcode: SLLI_H |
| 4033 | /* 6085 */ MCD::OPC_FilterValue, 1, 0, 43, 0, // Skip to: 17098 |
| 4034 | /* 6090 */ MCD::OPC_CheckPredicate, 30, 251, 42, 0, // Skip to: 17098 |
| 4035 | /* 6095 */ MCD::OPC_CheckField, 19, 1, 0, 244, 42, 0, // Skip to: 17098 |
| 4036 | /* 6102 */ MCD::OPC_Decode, 220, 19, 248, 1, // Opcode: SLLI_B |
| 4037 | /* 6107 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 6122 |
| 4038 | /* 6112 */ MCD::OPC_CheckPredicate, 30, 229, 42, 0, // Skip to: 17098 |
| 4039 | /* 6117 */ MCD::OPC_Decode, 128, 20, 246, 1, // Opcode: SRAI_D |
| 4040 | /* 6122 */ MCD::OPC_FilterValue, 3, 63, 0, 0, // Skip to: 6190 |
| 4041 | /* 6127 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... |
| 4042 | /* 6130 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6145 |
| 4043 | /* 6135 */ MCD::OPC_CheckPredicate, 30, 206, 42, 0, // Skip to: 17098 |
| 4044 | /* 6140 */ MCD::OPC_Decode, 130, 20, 240, 1, // Opcode: SRAI_W |
| 4045 | /* 6145 */ MCD::OPC_FilterValue, 1, 196, 42, 0, // Skip to: 17098 |
| 4046 | /* 6150 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... |
| 4047 | /* 6153 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6168 |
| 4048 | /* 6158 */ MCD::OPC_CheckPredicate, 30, 183, 42, 0, // Skip to: 17098 |
| 4049 | /* 6163 */ MCD::OPC_Decode, 129, 20, 247, 1, // Opcode: SRAI_H |
| 4050 | /* 6168 */ MCD::OPC_FilterValue, 1, 173, 42, 0, // Skip to: 17098 |
| 4051 | /* 6173 */ MCD::OPC_CheckPredicate, 30, 168, 42, 0, // Skip to: 17098 |
| 4052 | /* 6178 */ MCD::OPC_CheckField, 19, 1, 0, 161, 42, 0, // Skip to: 17098 |
| 4053 | /* 6185 */ MCD::OPC_Decode, 255, 19, 248, 1, // Opcode: SRAI_B |
| 4054 | /* 6190 */ MCD::OPC_FilterValue, 4, 10, 0, 0, // Skip to: 6205 |
| 4055 | /* 6195 */ MCD::OPC_CheckPredicate, 30, 146, 42, 0, // Skip to: 17098 |
| 4056 | /* 6200 */ MCD::OPC_Decode, 150, 20, 246, 1, // Opcode: SRLI_D |
| 4057 | /* 6205 */ MCD::OPC_FilterValue, 5, 63, 0, 0, // Skip to: 6273 |
| 4058 | /* 6210 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... |
| 4059 | /* 6213 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6228 |
| 4060 | /* 6218 */ MCD::OPC_CheckPredicate, 30, 123, 42, 0, // Skip to: 17098 |
| 4061 | /* 6223 */ MCD::OPC_Decode, 152, 20, 240, 1, // Opcode: SRLI_W |
| 4062 | /* 6228 */ MCD::OPC_FilterValue, 1, 113, 42, 0, // Skip to: 17098 |
| 4063 | /* 6233 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... |
| 4064 | /* 6236 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6251 |
| 4065 | /* 6241 */ MCD::OPC_CheckPredicate, 30, 100, 42, 0, // Skip to: 17098 |
| 4066 | /* 6246 */ MCD::OPC_Decode, 151, 20, 247, 1, // Opcode: SRLI_H |
| 4067 | /* 6251 */ MCD::OPC_FilterValue, 1, 90, 42, 0, // Skip to: 17098 |
| 4068 | /* 6256 */ MCD::OPC_CheckPredicate, 30, 85, 42, 0, // Skip to: 17098 |
| 4069 | /* 6261 */ MCD::OPC_CheckField, 19, 1, 0, 78, 42, 0, // Skip to: 17098 |
| 4070 | /* 6268 */ MCD::OPC_Decode, 149, 20, 248, 1, // Opcode: SRLI_B |
| 4071 | /* 6273 */ MCD::OPC_FilterValue, 6, 10, 0, 0, // Skip to: 6288 |
| 4072 | /* 6278 */ MCD::OPC_CheckPredicate, 30, 63, 42, 0, // Skip to: 17098 |
| 4073 | /* 6283 */ MCD::OPC_Decode, 211, 6, 246, 1, // Opcode: BCLRI_D |
| 4074 | /* 6288 */ MCD::OPC_FilterValue, 7, 63, 0, 0, // Skip to: 6356 |
| 4075 | /* 6293 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... |
| 4076 | /* 6296 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6311 |
| 4077 | /* 6301 */ MCD::OPC_CheckPredicate, 30, 40, 42, 0, // Skip to: 17098 |
| 4078 | /* 6306 */ MCD::OPC_Decode, 213, 6, 240, 1, // Opcode: BCLRI_W |
| 4079 | /* 6311 */ MCD::OPC_FilterValue, 1, 30, 42, 0, // Skip to: 17098 |
| 4080 | /* 6316 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... |
| 4081 | /* 6319 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6334 |
| 4082 | /* 6324 */ MCD::OPC_CheckPredicate, 30, 17, 42, 0, // Skip to: 17098 |
| 4083 | /* 6329 */ MCD::OPC_Decode, 212, 6, 247, 1, // Opcode: BCLRI_H |
| 4084 | /* 6334 */ MCD::OPC_FilterValue, 1, 7, 42, 0, // Skip to: 17098 |
| 4085 | /* 6339 */ MCD::OPC_CheckPredicate, 30, 2, 42, 0, // Skip to: 17098 |
| 4086 | /* 6344 */ MCD::OPC_CheckField, 19, 1, 0, 251, 41, 0, // Skip to: 17098 |
| 4087 | /* 6351 */ MCD::OPC_Decode, 210, 6, 248, 1, // Opcode: BCLRI_B |
| 4088 | /* 6356 */ MCD::OPC_FilterValue, 8, 10, 0, 0, // Skip to: 6371 |
| 4089 | /* 6361 */ MCD::OPC_CheckPredicate, 30, 236, 41, 0, // Skip to: 17098 |
| 4090 | /* 6366 */ MCD::OPC_Decode, 229, 7, 246, 1, // Opcode: BSETI_D |
| 4091 | /* 6371 */ MCD::OPC_FilterValue, 9, 63, 0, 0, // Skip to: 6439 |
| 4092 | /* 6376 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... |
| 4093 | /* 6379 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6394 |
| 4094 | /* 6384 */ MCD::OPC_CheckPredicate, 30, 213, 41, 0, // Skip to: 17098 |
| 4095 | /* 6389 */ MCD::OPC_Decode, 231, 7, 240, 1, // Opcode: BSETI_W |
| 4096 | /* 6394 */ MCD::OPC_FilterValue, 1, 203, 41, 0, // Skip to: 17098 |
| 4097 | /* 6399 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... |
| 4098 | /* 6402 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6417 |
| 4099 | /* 6407 */ MCD::OPC_CheckPredicate, 30, 190, 41, 0, // Skip to: 17098 |
| 4100 | /* 6412 */ MCD::OPC_Decode, 230, 7, 247, 1, // Opcode: BSETI_H |
| 4101 | /* 6417 */ MCD::OPC_FilterValue, 1, 180, 41, 0, // Skip to: 17098 |
| 4102 | /* 6422 */ MCD::OPC_CheckPredicate, 30, 175, 41, 0, // Skip to: 17098 |
| 4103 | /* 6427 */ MCD::OPC_CheckField, 19, 1, 0, 168, 41, 0, // Skip to: 17098 |
| 4104 | /* 6434 */ MCD::OPC_Decode, 228, 7, 248, 1, // Opcode: BSETI_B |
| 4105 | /* 6439 */ MCD::OPC_FilterValue, 10, 10, 0, 0, // Skip to: 6454 |
| 4106 | /* 6444 */ MCD::OPC_CheckPredicate, 30, 153, 41, 0, // Skip to: 17098 |
| 4107 | /* 6449 */ MCD::OPC_Decode, 192, 7, 246, 1, // Opcode: BNEGI_D |
| 4108 | /* 6454 */ MCD::OPC_FilterValue, 11, 63, 0, 0, // Skip to: 6522 |
| 4109 | /* 6459 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... |
| 4110 | /* 6462 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6477 |
| 4111 | /* 6467 */ MCD::OPC_CheckPredicate, 30, 130, 41, 0, // Skip to: 17098 |
| 4112 | /* 6472 */ MCD::OPC_Decode, 194, 7, 240, 1, // Opcode: BNEGI_W |
| 4113 | /* 6477 */ MCD::OPC_FilterValue, 1, 120, 41, 0, // Skip to: 17098 |
| 4114 | /* 6482 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... |
| 4115 | /* 6485 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6500 |
| 4116 | /* 6490 */ MCD::OPC_CheckPredicate, 30, 107, 41, 0, // Skip to: 17098 |
| 4117 | /* 6495 */ MCD::OPC_Decode, 193, 7, 247, 1, // Opcode: BNEGI_H |
| 4118 | /* 6500 */ MCD::OPC_FilterValue, 1, 97, 41, 0, // Skip to: 17098 |
| 4119 | /* 6505 */ MCD::OPC_CheckPredicate, 30, 92, 41, 0, // Skip to: 17098 |
| 4120 | /* 6510 */ MCD::OPC_CheckField, 19, 1, 0, 85, 41, 0, // Skip to: 17098 |
| 4121 | /* 6517 */ MCD::OPC_Decode, 191, 7, 248, 1, // Opcode: BNEGI_B |
| 4122 | /* 6522 */ MCD::OPC_FilterValue, 12, 10, 0, 0, // Skip to: 6537 |
| 4123 | /* 6527 */ MCD::OPC_CheckPredicate, 30, 70, 41, 0, // Skip to: 17098 |
| 4124 | /* 6532 */ MCD::OPC_Decode, 135, 7, 249, 1, // Opcode: BINSLI_D |
| 4125 | /* 6537 */ MCD::OPC_FilterValue, 13, 63, 0, 0, // Skip to: 6605 |
| 4126 | /* 6542 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... |
| 4127 | /* 6545 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6560 |
| 4128 | /* 6550 */ MCD::OPC_CheckPredicate, 30, 47, 41, 0, // Skip to: 17098 |
| 4129 | /* 6555 */ MCD::OPC_Decode, 137, 7, 250, 1, // Opcode: BINSLI_W |
| 4130 | /* 6560 */ MCD::OPC_FilterValue, 1, 37, 41, 0, // Skip to: 17098 |
| 4131 | /* 6565 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... |
| 4132 | /* 6568 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6583 |
| 4133 | /* 6573 */ MCD::OPC_CheckPredicate, 30, 24, 41, 0, // Skip to: 17098 |
| 4134 | /* 6578 */ MCD::OPC_Decode, 136, 7, 251, 1, // Opcode: BINSLI_H |
| 4135 | /* 6583 */ MCD::OPC_FilterValue, 1, 14, 41, 0, // Skip to: 17098 |
| 4136 | /* 6588 */ MCD::OPC_CheckPredicate, 30, 9, 41, 0, // Skip to: 17098 |
| 4137 | /* 6593 */ MCD::OPC_CheckField, 19, 1, 0, 2, 41, 0, // Skip to: 17098 |
| 4138 | /* 6600 */ MCD::OPC_Decode, 134, 7, 252, 1, // Opcode: BINSLI_B |
| 4139 | /* 6605 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 6620 |
| 4140 | /* 6610 */ MCD::OPC_CheckPredicate, 30, 243, 40, 0, // Skip to: 17098 |
| 4141 | /* 6615 */ MCD::OPC_Decode, 143, 7, 249, 1, // Opcode: BINSRI_D |
| 4142 | /* 6620 */ MCD::OPC_FilterValue, 15, 233, 40, 0, // Skip to: 17098 |
| 4143 | /* 6625 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... |
| 4144 | /* 6628 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6643 |
| 4145 | /* 6633 */ MCD::OPC_CheckPredicate, 30, 220, 40, 0, // Skip to: 17098 |
| 4146 | /* 6638 */ MCD::OPC_Decode, 145, 7, 250, 1, // Opcode: BINSRI_W |
| 4147 | /* 6643 */ MCD::OPC_FilterValue, 1, 210, 40, 0, // Skip to: 17098 |
| 4148 | /* 6648 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... |
| 4149 | /* 6651 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6666 |
| 4150 | /* 6656 */ MCD::OPC_CheckPredicate, 30, 197, 40, 0, // Skip to: 17098 |
| 4151 | /* 6661 */ MCD::OPC_Decode, 144, 7, 251, 1, // Opcode: BINSRI_H |
| 4152 | /* 6666 */ MCD::OPC_FilterValue, 1, 187, 40, 0, // Skip to: 17098 |
| 4153 | /* 6671 */ MCD::OPC_CheckPredicate, 30, 182, 40, 0, // Skip to: 17098 |
| 4154 | /* 6676 */ MCD::OPC_CheckField, 19, 1, 0, 175, 40, 0, // Skip to: 17098 |
| 4155 | /* 6683 */ MCD::OPC_Decode, 142, 7, 252, 1, // Opcode: BINSRI_B |
| 4156 | /* 6688 */ MCD::OPC_FilterValue, 10, 79, 1, 0, // Skip to: 7028 |
| 4157 | /* 6693 */ MCD::OPC_ExtractField, 22, 4, // Inst{25-22} ... |
| 4158 | /* 6696 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6711 |
| 4159 | /* 6701 */ MCD::OPC_CheckPredicate, 30, 152, 40, 0, // Skip to: 17098 |
| 4160 | /* 6706 */ MCD::OPC_Decode, 202, 18, 246, 1, // Opcode: SAT_S_D |
| 4161 | /* 6711 */ MCD::OPC_FilterValue, 1, 63, 0, 0, // Skip to: 6779 |
| 4162 | /* 6716 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... |
| 4163 | /* 6719 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6734 |
| 4164 | /* 6724 */ MCD::OPC_CheckPredicate, 30, 129, 40, 0, // Skip to: 17098 |
| 4165 | /* 6729 */ MCD::OPC_Decode, 204, 18, 240, 1, // Opcode: SAT_S_W |
| 4166 | /* 6734 */ MCD::OPC_FilterValue, 1, 119, 40, 0, // Skip to: 17098 |
| 4167 | /* 6739 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... |
| 4168 | /* 6742 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6757 |
| 4169 | /* 6747 */ MCD::OPC_CheckPredicate, 30, 106, 40, 0, // Skip to: 17098 |
| 4170 | /* 6752 */ MCD::OPC_Decode, 203, 18, 247, 1, // Opcode: SAT_S_H |
| 4171 | /* 6757 */ MCD::OPC_FilterValue, 1, 96, 40, 0, // Skip to: 17098 |
| 4172 | /* 6762 */ MCD::OPC_CheckPredicate, 30, 91, 40, 0, // Skip to: 17098 |
| 4173 | /* 6767 */ MCD::OPC_CheckField, 19, 1, 0, 84, 40, 0, // Skip to: 17098 |
| 4174 | /* 6774 */ MCD::OPC_Decode, 201, 18, 248, 1, // Opcode: SAT_S_B |
| 4175 | /* 6779 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 6794 |
| 4176 | /* 6784 */ MCD::OPC_CheckPredicate, 30, 69, 40, 0, // Skip to: 17098 |
| 4177 | /* 6789 */ MCD::OPC_Decode, 206, 18, 246, 1, // Opcode: SAT_U_D |
| 4178 | /* 6794 */ MCD::OPC_FilterValue, 3, 63, 0, 0, // Skip to: 6862 |
| 4179 | /* 6799 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... |
| 4180 | /* 6802 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6817 |
| 4181 | /* 6807 */ MCD::OPC_CheckPredicate, 30, 46, 40, 0, // Skip to: 17098 |
| 4182 | /* 6812 */ MCD::OPC_Decode, 208, 18, 240, 1, // Opcode: SAT_U_W |
| 4183 | /* 6817 */ MCD::OPC_FilterValue, 1, 36, 40, 0, // Skip to: 17098 |
| 4184 | /* 6822 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... |
| 4185 | /* 6825 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6840 |
| 4186 | /* 6830 */ MCD::OPC_CheckPredicate, 30, 23, 40, 0, // Skip to: 17098 |
| 4187 | /* 6835 */ MCD::OPC_Decode, 207, 18, 247, 1, // Opcode: SAT_U_H |
| 4188 | /* 6840 */ MCD::OPC_FilterValue, 1, 13, 40, 0, // Skip to: 17098 |
| 4189 | /* 6845 */ MCD::OPC_CheckPredicate, 30, 8, 40, 0, // Skip to: 17098 |
| 4190 | /* 6850 */ MCD::OPC_CheckField, 19, 1, 0, 1, 40, 0, // Skip to: 17098 |
| 4191 | /* 6857 */ MCD::OPC_Decode, 205, 18, 248, 1, // Opcode: SAT_U_B |
| 4192 | /* 6862 */ MCD::OPC_FilterValue, 4, 10, 0, 0, // Skip to: 6877 |
| 4193 | /* 6867 */ MCD::OPC_CheckPredicate, 30, 242, 39, 0, // Skip to: 17098 |
| 4194 | /* 6872 */ MCD::OPC_Decode, 132, 20, 246, 1, // Opcode: SRARI_D |
| 4195 | /* 6877 */ MCD::OPC_FilterValue, 5, 63, 0, 0, // Skip to: 6945 |
| 4196 | /* 6882 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... |
| 4197 | /* 6885 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6900 |
| 4198 | /* 6890 */ MCD::OPC_CheckPredicate, 30, 219, 39, 0, // Skip to: 17098 |
| 4199 | /* 6895 */ MCD::OPC_Decode, 134, 20, 240, 1, // Opcode: SRARI_W |
| 4200 | /* 6900 */ MCD::OPC_FilterValue, 1, 209, 39, 0, // Skip to: 17098 |
| 4201 | /* 6905 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... |
| 4202 | /* 6908 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6923 |
| 4203 | /* 6913 */ MCD::OPC_CheckPredicate, 30, 196, 39, 0, // Skip to: 17098 |
| 4204 | /* 6918 */ MCD::OPC_Decode, 133, 20, 247, 1, // Opcode: SRARI_H |
| 4205 | /* 6923 */ MCD::OPC_FilterValue, 1, 186, 39, 0, // Skip to: 17098 |
| 4206 | /* 6928 */ MCD::OPC_CheckPredicate, 30, 181, 39, 0, // Skip to: 17098 |
| 4207 | /* 6933 */ MCD::OPC_CheckField, 19, 1, 0, 174, 39, 0, // Skip to: 17098 |
| 4208 | /* 6940 */ MCD::OPC_Decode, 131, 20, 248, 1, // Opcode: SRARI_B |
| 4209 | /* 6945 */ MCD::OPC_FilterValue, 6, 10, 0, 0, // Skip to: 6960 |
| 4210 | /* 6950 */ MCD::OPC_CheckPredicate, 30, 159, 39, 0, // Skip to: 17098 |
| 4211 | /* 6955 */ MCD::OPC_Decode, 154, 20, 246, 1, // Opcode: SRLRI_D |
| 4212 | /* 6960 */ MCD::OPC_FilterValue, 7, 149, 39, 0, // Skip to: 17098 |
| 4213 | /* 6965 */ MCD::OPC_ExtractField, 21, 1, // Inst{21} ... |
| 4214 | /* 6968 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 6983 |
| 4215 | /* 6973 */ MCD::OPC_CheckPredicate, 30, 136, 39, 0, // Skip to: 17098 |
| 4216 | /* 6978 */ MCD::OPC_Decode, 156, 20, 240, 1, // Opcode: SRLRI_W |
| 4217 | /* 6983 */ MCD::OPC_FilterValue, 1, 126, 39, 0, // Skip to: 17098 |
| 4218 | /* 6988 */ MCD::OPC_ExtractField, 20, 1, // Inst{20} ... |
| 4219 | /* 6991 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 7006 |
| 4220 | /* 6996 */ MCD::OPC_CheckPredicate, 30, 113, 39, 0, // Skip to: 17098 |
| 4221 | /* 7001 */ MCD::OPC_Decode, 155, 20, 247, 1, // Opcode: SRLRI_H |
| 4222 | /* 7006 */ MCD::OPC_FilterValue, 1, 103, 39, 0, // Skip to: 17098 |
| 4223 | /* 7011 */ MCD::OPC_CheckPredicate, 30, 98, 39, 0, // Skip to: 17098 |
| 4224 | /* 7016 */ MCD::OPC_CheckField, 19, 1, 0, 91, 39, 0, // Skip to: 17098 |
| 4225 | /* 7023 */ MCD::OPC_Decode, 153, 20, 248, 1, // Opcode: SRLRI_B |
| 4226 | /* 7028 */ MCD::OPC_FilterValue, 13, 227, 1, 0, // Skip to: 7516 |
| 4227 | /* 7033 */ MCD::OPC_ExtractField, 21, 5, // Inst{25-21} ... |
| 4228 | /* 7036 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 7051 |
| 4229 | /* 7041 */ MCD::OPC_CheckPredicate, 30, 68, 39, 0, // Skip to: 17098 |
| 4230 | /* 7046 */ MCD::OPC_Decode, 226, 19, 253, 1, // Opcode: SLL_B |
| 4231 | /* 7051 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 7066 |
| 4232 | /* 7056 */ MCD::OPC_CheckPredicate, 30, 53, 39, 0, // Skip to: 17098 |
| 4233 | /* 7061 */ MCD::OPC_Decode, 228, 19, 254, 1, // Opcode: SLL_H |
| 4234 | /* 7066 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 7081 |
| 4235 | /* 7071 */ MCD::OPC_CheckPredicate, 30, 38, 39, 0, // Skip to: 17098 |
| 4236 | /* 7076 */ MCD::OPC_Decode, 231, 19, 255, 1, // Opcode: SLL_W |
| 4237 | /* 7081 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 7096 |
| 4238 | /* 7086 */ MCD::OPC_CheckPredicate, 30, 23, 39, 0, // Skip to: 17098 |
| 4239 | /* 7091 */ MCD::OPC_Decode, 227, 19, 128, 2, // Opcode: SLL_D |
| 4240 | /* 7096 */ MCD::OPC_FilterValue, 4, 10, 0, 0, // Skip to: 7111 |
| 4241 | /* 7101 */ MCD::OPC_CheckPredicate, 30, 8, 39, 0, // Skip to: 17098 |
| 4242 | /* 7106 */ MCD::OPC_Decode, 141, 20, 253, 1, // Opcode: SRA_B |
| 4243 | /* 7111 */ MCD::OPC_FilterValue, 5, 10, 0, 0, // Skip to: 7126 |
| 4244 | /* 7116 */ MCD::OPC_CheckPredicate, 30, 249, 38, 0, // Skip to: 17098 |
| 4245 | /* 7121 */ MCD::OPC_Decode, 143, 20, 254, 1, // Opcode: SRA_H |
| 4246 | /* 7126 */ MCD::OPC_FilterValue, 6, 10, 0, 0, // Skip to: 7141 |
| 4247 | /* 7131 */ MCD::OPC_CheckPredicate, 30, 234, 38, 0, // Skip to: 17098 |
| 4248 | /* 7136 */ MCD::OPC_Decode, 145, 20, 255, 1, // Opcode: SRA_W |
| 4249 | /* 7141 */ MCD::OPC_FilterValue, 7, 10, 0, 0, // Skip to: 7156 |
| 4250 | /* 7146 */ MCD::OPC_CheckPredicate, 30, 219, 38, 0, // Skip to: 17098 |
| 4251 | /* 7151 */ MCD::OPC_Decode, 142, 20, 128, 2, // Opcode: SRA_D |
| 4252 | /* 7156 */ MCD::OPC_FilterValue, 8, 10, 0, 0, // Skip to: 7171 |
| 4253 | /* 7161 */ MCD::OPC_CheckPredicate, 30, 204, 38, 0, // Skip to: 17098 |
| 4254 | /* 7166 */ MCD::OPC_Decode, 163, 20, 253, 1, // Opcode: SRL_B |
| 4255 | /* 7171 */ MCD::OPC_FilterValue, 9, 10, 0, 0, // Skip to: 7186 |
| 4256 | /* 7176 */ MCD::OPC_CheckPredicate, 30, 189, 38, 0, // Skip to: 17098 |
| 4257 | /* 7181 */ MCD::OPC_Decode, 165, 20, 254, 1, // Opcode: SRL_H |
| 4258 | /* 7186 */ MCD::OPC_FilterValue, 10, 10, 0, 0, // Skip to: 7201 |
| 4259 | /* 7191 */ MCD::OPC_CheckPredicate, 30, 174, 38, 0, // Skip to: 17098 |
| 4260 | /* 7196 */ MCD::OPC_Decode, 167, 20, 255, 1, // Opcode: SRL_W |
| 4261 | /* 7201 */ MCD::OPC_FilterValue, 11, 10, 0, 0, // Skip to: 7216 |
| 4262 | /* 7206 */ MCD::OPC_CheckPredicate, 30, 159, 38, 0, // Skip to: 17098 |
| 4263 | /* 7211 */ MCD::OPC_Decode, 164, 20, 128, 2, // Opcode: SRL_D |
| 4264 | /* 7216 */ MCD::OPC_FilterValue, 12, 10, 0, 0, // Skip to: 7231 |
| 4265 | /* 7221 */ MCD::OPC_CheckPredicate, 30, 144, 38, 0, // Skip to: 17098 |
| 4266 | /* 7226 */ MCD::OPC_Decode, 214, 6, 253, 1, // Opcode: BCLR_B |
| 4267 | /* 7231 */ MCD::OPC_FilterValue, 13, 10, 0, 0, // Skip to: 7246 |
| 4268 | /* 7236 */ MCD::OPC_CheckPredicate, 30, 129, 38, 0, // Skip to: 17098 |
| 4269 | /* 7241 */ MCD::OPC_Decode, 216, 6, 254, 1, // Opcode: BCLR_H |
| 4270 | /* 7246 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 7261 |
| 4271 | /* 7251 */ MCD::OPC_CheckPredicate, 30, 114, 38, 0, // Skip to: 17098 |
| 4272 | /* 7256 */ MCD::OPC_Decode, 217, 6, 255, 1, // Opcode: BCLR_W |
| 4273 | /* 7261 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 7276 |
| 4274 | /* 7266 */ MCD::OPC_CheckPredicate, 30, 99, 38, 0, // Skip to: 17098 |
| 4275 | /* 7271 */ MCD::OPC_Decode, 215, 6, 128, 2, // Opcode: BCLR_D |
| 4276 | /* 7276 */ MCD::OPC_FilterValue, 16, 10, 0, 0, // Skip to: 7291 |
| 4277 | /* 7281 */ MCD::OPC_CheckPredicate, 30, 84, 38, 0, // Skip to: 17098 |
| 4278 | /* 7286 */ MCD::OPC_Decode, 232, 7, 253, 1, // Opcode: BSET_B |
| 4279 | /* 7291 */ MCD::OPC_FilterValue, 17, 10, 0, 0, // Skip to: 7306 |
| 4280 | /* 7296 */ MCD::OPC_CheckPredicate, 30, 69, 38, 0, // Skip to: 17098 |
| 4281 | /* 7301 */ MCD::OPC_Decode, 234, 7, 254, 1, // Opcode: BSET_H |
| 4282 | /* 7306 */ MCD::OPC_FilterValue, 18, 10, 0, 0, // Skip to: 7321 |
| 4283 | /* 7311 */ MCD::OPC_CheckPredicate, 30, 54, 38, 0, // Skip to: 17098 |
| 4284 | /* 7316 */ MCD::OPC_Decode, 235, 7, 255, 1, // Opcode: BSET_W |
| 4285 | /* 7321 */ MCD::OPC_FilterValue, 19, 10, 0, 0, // Skip to: 7336 |
| 4286 | /* 7326 */ MCD::OPC_CheckPredicate, 30, 39, 38, 0, // Skip to: 17098 |
| 4287 | /* 7331 */ MCD::OPC_Decode, 233, 7, 128, 2, // Opcode: BSET_D |
| 4288 | /* 7336 */ MCD::OPC_FilterValue, 20, 10, 0, 0, // Skip to: 7351 |
| 4289 | /* 7341 */ MCD::OPC_CheckPredicate, 30, 24, 38, 0, // Skip to: 17098 |
| 4290 | /* 7346 */ MCD::OPC_Decode, 195, 7, 253, 1, // Opcode: BNEG_B |
| 4291 | /* 7351 */ MCD::OPC_FilterValue, 21, 10, 0, 0, // Skip to: 7366 |
| 4292 | /* 7356 */ MCD::OPC_CheckPredicate, 30, 9, 38, 0, // Skip to: 17098 |
| 4293 | /* 7361 */ MCD::OPC_Decode, 197, 7, 254, 1, // Opcode: BNEG_H |
| 4294 | /* 7366 */ MCD::OPC_FilterValue, 22, 10, 0, 0, // Skip to: 7381 |
| 4295 | /* 7371 */ MCD::OPC_CheckPredicate, 30, 250, 37, 0, // Skip to: 17098 |
| 4296 | /* 7376 */ MCD::OPC_Decode, 198, 7, 255, 1, // Opcode: BNEG_W |
| 4297 | /* 7381 */ MCD::OPC_FilterValue, 23, 10, 0, 0, // Skip to: 7396 |
| 4298 | /* 7386 */ MCD::OPC_CheckPredicate, 30, 235, 37, 0, // Skip to: 17098 |
| 4299 | /* 7391 */ MCD::OPC_Decode, 196, 7, 128, 2, // Opcode: BNEG_D |
| 4300 | /* 7396 */ MCD::OPC_FilterValue, 24, 10, 0, 0, // Skip to: 7411 |
| 4301 | /* 7401 */ MCD::OPC_CheckPredicate, 30, 220, 37, 0, // Skip to: 17098 |
| 4302 | /* 7406 */ MCD::OPC_Decode, 138, 7, 129, 2, // Opcode: BINSL_B |
| 4303 | /* 7411 */ MCD::OPC_FilterValue, 25, 10, 0, 0, // Skip to: 7426 |
| 4304 | /* 7416 */ MCD::OPC_CheckPredicate, 30, 205, 37, 0, // Skip to: 17098 |
| 4305 | /* 7421 */ MCD::OPC_Decode, 140, 7, 130, 2, // Opcode: BINSL_H |
| 4306 | /* 7426 */ MCD::OPC_FilterValue, 26, 10, 0, 0, // Skip to: 7441 |
| 4307 | /* 7431 */ MCD::OPC_CheckPredicate, 30, 190, 37, 0, // Skip to: 17098 |
| 4308 | /* 7436 */ MCD::OPC_Decode, 141, 7, 131, 2, // Opcode: BINSL_W |
| 4309 | /* 7441 */ MCD::OPC_FilterValue, 27, 10, 0, 0, // Skip to: 7456 |
| 4310 | /* 7446 */ MCD::OPC_CheckPredicate, 30, 175, 37, 0, // Skip to: 17098 |
| 4311 | /* 7451 */ MCD::OPC_Decode, 139, 7, 132, 2, // Opcode: BINSL_D |
| 4312 | /* 7456 */ MCD::OPC_FilterValue, 28, 10, 0, 0, // Skip to: 7471 |
| 4313 | /* 7461 */ MCD::OPC_CheckPredicate, 30, 160, 37, 0, // Skip to: 17098 |
| 4314 | /* 7466 */ MCD::OPC_Decode, 146, 7, 129, 2, // Opcode: BINSR_B |
| 4315 | /* 7471 */ MCD::OPC_FilterValue, 29, 10, 0, 0, // Skip to: 7486 |
| 4316 | /* 7476 */ MCD::OPC_CheckPredicate, 30, 145, 37, 0, // Skip to: 17098 |
| 4317 | /* 7481 */ MCD::OPC_Decode, 148, 7, 130, 2, // Opcode: BINSR_H |
| 4318 | /* 7486 */ MCD::OPC_FilterValue, 30, 10, 0, 0, // Skip to: 7501 |
| 4319 | /* 7491 */ MCD::OPC_CheckPredicate, 30, 130, 37, 0, // Skip to: 17098 |
| 4320 | /* 7496 */ MCD::OPC_Decode, 149, 7, 131, 2, // Opcode: BINSR_W |
| 4321 | /* 7501 */ MCD::OPC_FilterValue, 31, 120, 37, 0, // Skip to: 17098 |
| 4322 | /* 7506 */ MCD::OPC_CheckPredicate, 30, 115, 37, 0, // Skip to: 17098 |
| 4323 | /* 7511 */ MCD::OPC_Decode, 147, 7, 132, 2, // Opcode: BINSR_D |
| 4324 | /* 7516 */ MCD::OPC_FilterValue, 14, 227, 1, 0, // Skip to: 8004 |
| 4325 | /* 7521 */ MCD::OPC_ExtractField, 21, 5, // Inst{25-21} ... |
| 4326 | /* 7524 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 7539 |
| 4327 | /* 7529 */ MCD::OPC_CheckPredicate, 30, 92, 37, 0, // Skip to: 17098 |
| 4328 | /* 7534 */ MCD::OPC_Decode, 236, 5, 253, 1, // Opcode: ADDV_B |
| 4329 | /* 7539 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 7554 |
| 4330 | /* 7544 */ MCD::OPC_CheckPredicate, 30, 77, 37, 0, // Skip to: 17098 |
| 4331 | /* 7549 */ MCD::OPC_Decode, 238, 5, 254, 1, // Opcode: ADDV_H |
| 4332 | /* 7554 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 7569 |
| 4333 | /* 7559 */ MCD::OPC_CheckPredicate, 30, 62, 37, 0, // Skip to: 17098 |
| 4334 | /* 7564 */ MCD::OPC_Decode, 239, 5, 255, 1, // Opcode: ADDV_W |
| 4335 | /* 7569 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 7584 |
| 4336 | /* 7574 */ MCD::OPC_CheckPredicate, 30, 47, 37, 0, // Skip to: 17098 |
| 4337 | /* 7579 */ MCD::OPC_Decode, 237, 5, 128, 2, // Opcode: ADDV_D |
| 4338 | /* 7584 */ MCD::OPC_FilterValue, 4, 10, 0, 0, // Skip to: 7599 |
| 4339 | /* 7589 */ MCD::OPC_CheckPredicate, 30, 32, 37, 0, // Skip to: 17098 |
| 4340 | /* 7594 */ MCD::OPC_Decode, 225, 20, 253, 1, // Opcode: SUBV_B |
| 4341 | /* 7599 */ MCD::OPC_FilterValue, 5, 10, 0, 0, // Skip to: 7614 |
| 4342 | /* 7604 */ MCD::OPC_CheckPredicate, 30, 17, 37, 0, // Skip to: 17098 |
| 4343 | /* 7609 */ MCD::OPC_Decode, 227, 20, 254, 1, // Opcode: SUBV_H |
| 4344 | /* 7614 */ MCD::OPC_FilterValue, 6, 10, 0, 0, // Skip to: 7629 |
| 4345 | /* 7619 */ MCD::OPC_CheckPredicate, 30, 2, 37, 0, // Skip to: 17098 |
| 4346 | /* 7624 */ MCD::OPC_Decode, 228, 20, 255, 1, // Opcode: SUBV_W |
| 4347 | /* 7629 */ MCD::OPC_FilterValue, 7, 10, 0, 0, // Skip to: 7644 |
| 4348 | /* 7634 */ MCD::OPC_CheckPredicate, 30, 243, 36, 0, // Skip to: 17098 |
| 4349 | /* 7639 */ MCD::OPC_Decode, 226, 20, 128, 2, // Opcode: SUBV_D |
| 4350 | /* 7644 */ MCD::OPC_FilterValue, 8, 10, 0, 0, // Skip to: 7659 |
| 4351 | /* 7649 */ MCD::OPC_CheckPredicate, 30, 228, 36, 0, // Skip to: 17098 |
| 4352 | /* 7654 */ MCD::OPC_Decode, 178, 15, 253, 1, // Opcode: MAX_S_B |
| 4353 | /* 7659 */ MCD::OPC_FilterValue, 9, 10, 0, 0, // Skip to: 7674 |
| 4354 | /* 7664 */ MCD::OPC_CheckPredicate, 30, 213, 36, 0, // Skip to: 17098 |
| 4355 | /* 7669 */ MCD::OPC_Decode, 180, 15, 254, 1, // Opcode: MAX_S_H |
| 4356 | /* 7674 */ MCD::OPC_FilterValue, 10, 10, 0, 0, // Skip to: 7689 |
| 4357 | /* 7679 */ MCD::OPC_CheckPredicate, 30, 198, 36, 0, // Skip to: 17098 |
| 4358 | /* 7684 */ MCD::OPC_Decode, 182, 15, 255, 1, // Opcode: MAX_S_W |
| 4359 | /* 7689 */ MCD::OPC_FilterValue, 11, 10, 0, 0, // Skip to: 7704 |
| 4360 | /* 7694 */ MCD::OPC_CheckPredicate, 30, 183, 36, 0, // Skip to: 17098 |
| 4361 | /* 7699 */ MCD::OPC_Decode, 179, 15, 128, 2, // Opcode: MAX_S_D |
| 4362 | /* 7704 */ MCD::OPC_FilterValue, 12, 10, 0, 0, // Skip to: 7719 |
| 4363 | /* 7709 */ MCD::OPC_CheckPredicate, 30, 168, 36, 0, // Skip to: 17098 |
| 4364 | /* 7714 */ MCD::OPC_Decode, 183, 15, 253, 1, // Opcode: MAX_U_B |
| 4365 | /* 7719 */ MCD::OPC_FilterValue, 13, 10, 0, 0, // Skip to: 7734 |
| 4366 | /* 7724 */ MCD::OPC_CheckPredicate, 30, 153, 36, 0, // Skip to: 17098 |
| 4367 | /* 7729 */ MCD::OPC_Decode, 185, 15, 254, 1, // Opcode: MAX_U_H |
| 4368 | /* 7734 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 7749 |
| 4369 | /* 7739 */ MCD::OPC_CheckPredicate, 30, 138, 36, 0, // Skip to: 17098 |
| 4370 | /* 7744 */ MCD::OPC_Decode, 186, 15, 255, 1, // Opcode: MAX_U_W |
| 4371 | /* 7749 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 7764 |
| 4372 | /* 7754 */ MCD::OPC_CheckPredicate, 30, 123, 36, 0, // Skip to: 17098 |
| 4373 | /* 7759 */ MCD::OPC_Decode, 184, 15, 128, 2, // Opcode: MAX_U_D |
| 4374 | /* 7764 */ MCD::OPC_FilterValue, 16, 10, 0, 0, // Skip to: 7779 |
| 4375 | /* 7769 */ MCD::OPC_CheckPredicate, 30, 108, 36, 0, // Skip to: 17098 |
| 4376 | /* 7774 */ MCD::OPC_Decode, 237, 15, 253, 1, // Opcode: MIN_S_B |
| 4377 | /* 7779 */ MCD::OPC_FilterValue, 17, 10, 0, 0, // Skip to: 7794 |
| 4378 | /* 7784 */ MCD::OPC_CheckPredicate, 30, 93, 36, 0, // Skip to: 17098 |
| 4379 | /* 7789 */ MCD::OPC_Decode, 239, 15, 254, 1, // Opcode: MIN_S_H |
| 4380 | /* 7794 */ MCD::OPC_FilterValue, 18, 10, 0, 0, // Skip to: 7809 |
| 4381 | /* 7799 */ MCD::OPC_CheckPredicate, 30, 78, 36, 0, // Skip to: 17098 |
| 4382 | /* 7804 */ MCD::OPC_Decode, 241, 15, 255, 1, // Opcode: MIN_S_W |
| 4383 | /* 7809 */ MCD::OPC_FilterValue, 19, 10, 0, 0, // Skip to: 7824 |
| 4384 | /* 7814 */ MCD::OPC_CheckPredicate, 30, 63, 36, 0, // Skip to: 17098 |
| 4385 | /* 7819 */ MCD::OPC_Decode, 238, 15, 128, 2, // Opcode: MIN_S_D |
| 4386 | /* 7824 */ MCD::OPC_FilterValue, 20, 10, 0, 0, // Skip to: 7839 |
| 4387 | /* 7829 */ MCD::OPC_CheckPredicate, 30, 48, 36, 0, // Skip to: 17098 |
| 4388 | /* 7834 */ MCD::OPC_Decode, 242, 15, 253, 1, // Opcode: MIN_U_B |
| 4389 | /* 7839 */ MCD::OPC_FilterValue, 21, 10, 0, 0, // Skip to: 7854 |
| 4390 | /* 7844 */ MCD::OPC_CheckPredicate, 30, 33, 36, 0, // Skip to: 17098 |
| 4391 | /* 7849 */ MCD::OPC_Decode, 244, 15, 254, 1, // Opcode: MIN_U_H |
| 4392 | /* 7854 */ MCD::OPC_FilterValue, 22, 10, 0, 0, // Skip to: 7869 |
| 4393 | /* 7859 */ MCD::OPC_CheckPredicate, 30, 18, 36, 0, // Skip to: 17098 |
| 4394 | /* 7864 */ MCD::OPC_Decode, 245, 15, 255, 1, // Opcode: MIN_U_W |
| 4395 | /* 7869 */ MCD::OPC_FilterValue, 23, 10, 0, 0, // Skip to: 7884 |
| 4396 | /* 7874 */ MCD::OPC_CheckPredicate, 30, 3, 36, 0, // Skip to: 17098 |
| 4397 | /* 7879 */ MCD::OPC_Decode, 243, 15, 128, 2, // Opcode: MIN_U_D |
| 4398 | /* 7884 */ MCD::OPC_FilterValue, 24, 10, 0, 0, // Skip to: 7899 |
| 4399 | /* 7889 */ MCD::OPC_CheckPredicate, 30, 244, 35, 0, // Skip to: 17098 |
| 4400 | /* 7894 */ MCD::OPC_Decode, 171, 15, 253, 1, // Opcode: MAX_A_B |
| 4401 | /* 7899 */ MCD::OPC_FilterValue, 25, 10, 0, 0, // Skip to: 7914 |
| 4402 | /* 7904 */ MCD::OPC_CheckPredicate, 30, 229, 35, 0, // Skip to: 17098 |
| 4403 | /* 7909 */ MCD::OPC_Decode, 173, 15, 254, 1, // Opcode: MAX_A_H |
| 4404 | /* 7914 */ MCD::OPC_FilterValue, 26, 10, 0, 0, // Skip to: 7929 |
| 4405 | /* 7919 */ MCD::OPC_CheckPredicate, 30, 214, 35, 0, // Skip to: 17098 |
| 4406 | /* 7924 */ MCD::OPC_Decode, 174, 15, 255, 1, // Opcode: MAX_A_W |
| 4407 | /* 7929 */ MCD::OPC_FilterValue, 27, 10, 0, 0, // Skip to: 7944 |
| 4408 | /* 7934 */ MCD::OPC_CheckPredicate, 30, 199, 35, 0, // Skip to: 17098 |
| 4409 | /* 7939 */ MCD::OPC_Decode, 172, 15, 128, 2, // Opcode: MAX_A_D |
| 4410 | /* 7944 */ MCD::OPC_FilterValue, 28, 10, 0, 0, // Skip to: 7959 |
| 4411 | /* 7949 */ MCD::OPC_CheckPredicate, 30, 184, 35, 0, // Skip to: 17098 |
| 4412 | /* 7954 */ MCD::OPC_Decode, 230, 15, 253, 1, // Opcode: MIN_A_B |
| 4413 | /* 7959 */ MCD::OPC_FilterValue, 29, 10, 0, 0, // Skip to: 7974 |
| 4414 | /* 7964 */ MCD::OPC_CheckPredicate, 30, 169, 35, 0, // Skip to: 17098 |
| 4415 | /* 7969 */ MCD::OPC_Decode, 232, 15, 254, 1, // Opcode: MIN_A_H |
| 4416 | /* 7974 */ MCD::OPC_FilterValue, 30, 10, 0, 0, // Skip to: 7989 |
| 4417 | /* 7979 */ MCD::OPC_CheckPredicate, 30, 154, 35, 0, // Skip to: 17098 |
| 4418 | /* 7984 */ MCD::OPC_Decode, 233, 15, 255, 1, // Opcode: MIN_A_W |
| 4419 | /* 7989 */ MCD::OPC_FilterValue, 31, 144, 35, 0, // Skip to: 17098 |
| 4420 | /* 7994 */ MCD::OPC_CheckPredicate, 30, 139, 35, 0, // Skip to: 17098 |
| 4421 | /* 7999 */ MCD::OPC_Decode, 231, 15, 128, 2, // Opcode: MIN_A_D |
| 4422 | /* 8004 */ MCD::OPC_FilterValue, 15, 47, 1, 0, // Skip to: 8312 |
| 4423 | /* 8009 */ MCD::OPC_ExtractField, 21, 5, // Inst{25-21} ... |
| 4424 | /* 8012 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 8027 |
| 4425 | /* 8017 */ MCD::OPC_CheckPredicate, 30, 116, 35, 0, // Skip to: 17098 |
| 4426 | /* 8022 */ MCD::OPC_Decode, 145, 8, 253, 1, // Opcode: CEQ_B |
| 4427 | /* 8027 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 8042 |
| 4428 | /* 8032 */ MCD::OPC_CheckPredicate, 30, 101, 35, 0, // Skip to: 17098 |
| 4429 | /* 8037 */ MCD::OPC_Decode, 147, 8, 254, 1, // Opcode: CEQ_H |
| 4430 | /* 8042 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 8057 |
| 4431 | /* 8047 */ MCD::OPC_CheckPredicate, 30, 86, 35, 0, // Skip to: 17098 |
| 4432 | /* 8052 */ MCD::OPC_Decode, 148, 8, 255, 1, // Opcode: CEQ_W |
| 4433 | /* 8057 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 8072 |
| 4434 | /* 8062 */ MCD::OPC_CheckPredicate, 30, 71, 35, 0, // Skip to: 17098 |
| 4435 | /* 8067 */ MCD::OPC_Decode, 146, 8, 128, 2, // Opcode: CEQ_D |
| 4436 | /* 8072 */ MCD::OPC_FilterValue, 8, 10, 0, 0, // Skip to: 8087 |
| 4437 | /* 8077 */ MCD::OPC_CheckPredicate, 30, 56, 35, 0, // Skip to: 17098 |
| 4438 | /* 8082 */ MCD::OPC_Decode, 189, 8, 253, 1, // Opcode: CLT_S_B |
| 4439 | /* 8087 */ MCD::OPC_FilterValue, 9, 10, 0, 0, // Skip to: 8102 |
| 4440 | /* 8092 */ MCD::OPC_CheckPredicate, 30, 41, 35, 0, // Skip to: 17098 |
| 4441 | /* 8097 */ MCD::OPC_Decode, 191, 8, 254, 1, // Opcode: CLT_S_H |
| 4442 | /* 8102 */ MCD::OPC_FilterValue, 10, 10, 0, 0, // Skip to: 8117 |
| 4443 | /* 8107 */ MCD::OPC_CheckPredicate, 30, 26, 35, 0, // Skip to: 17098 |
| 4444 | /* 8112 */ MCD::OPC_Decode, 192, 8, 255, 1, // Opcode: CLT_S_W |
| 4445 | /* 8117 */ MCD::OPC_FilterValue, 11, 10, 0, 0, // Skip to: 8132 |
| 4446 | /* 8122 */ MCD::OPC_CheckPredicate, 30, 11, 35, 0, // Skip to: 17098 |
| 4447 | /* 8127 */ MCD::OPC_Decode, 190, 8, 128, 2, // Opcode: CLT_S_D |
| 4448 | /* 8132 */ MCD::OPC_FilterValue, 12, 10, 0, 0, // Skip to: 8147 |
| 4449 | /* 8137 */ MCD::OPC_CheckPredicate, 30, 252, 34, 0, // Skip to: 17098 |
| 4450 | /* 8142 */ MCD::OPC_Decode, 193, 8, 253, 1, // Opcode: CLT_U_B |
| 4451 | /* 8147 */ MCD::OPC_FilterValue, 13, 10, 0, 0, // Skip to: 8162 |
| 4452 | /* 8152 */ MCD::OPC_CheckPredicate, 30, 237, 34, 0, // Skip to: 17098 |
| 4453 | /* 8157 */ MCD::OPC_Decode, 195, 8, 254, 1, // Opcode: CLT_U_H |
| 4454 | /* 8162 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 8177 |
| 4455 | /* 8167 */ MCD::OPC_CheckPredicate, 30, 222, 34, 0, // Skip to: 17098 |
| 4456 | /* 8172 */ MCD::OPC_Decode, 196, 8, 255, 1, // Opcode: CLT_U_W |
| 4457 | /* 8177 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 8192 |
| 4458 | /* 8182 */ MCD::OPC_CheckPredicate, 30, 207, 34, 0, // Skip to: 17098 |
| 4459 | /* 8187 */ MCD::OPC_Decode, 194, 8, 128, 2, // Opcode: CLT_U_D |
| 4460 | /* 8192 */ MCD::OPC_FilterValue, 16, 10, 0, 0, // Skip to: 8207 |
| 4461 | /* 8197 */ MCD::OPC_CheckPredicate, 30, 192, 34, 0, // Skip to: 17098 |
| 4462 | /* 8202 */ MCD::OPC_Decode, 169, 8, 253, 1, // Opcode: CLE_S_B |
| 4463 | /* 8207 */ MCD::OPC_FilterValue, 17, 10, 0, 0, // Skip to: 8222 |
| 4464 | /* 8212 */ MCD::OPC_CheckPredicate, 30, 177, 34, 0, // Skip to: 17098 |
| 4465 | /* 8217 */ MCD::OPC_Decode, 171, 8, 254, 1, // Opcode: CLE_S_H |
| 4466 | /* 8222 */ MCD::OPC_FilterValue, 18, 10, 0, 0, // Skip to: 8237 |
| 4467 | /* 8227 */ MCD::OPC_CheckPredicate, 30, 162, 34, 0, // Skip to: 17098 |
| 4468 | /* 8232 */ MCD::OPC_Decode, 172, 8, 255, 1, // Opcode: CLE_S_W |
| 4469 | /* 8237 */ MCD::OPC_FilterValue, 19, 10, 0, 0, // Skip to: 8252 |
| 4470 | /* 8242 */ MCD::OPC_CheckPredicate, 30, 147, 34, 0, // Skip to: 17098 |
| 4471 | /* 8247 */ MCD::OPC_Decode, 170, 8, 128, 2, // Opcode: CLE_S_D |
| 4472 | /* 8252 */ MCD::OPC_FilterValue, 20, 10, 0, 0, // Skip to: 8267 |
| 4473 | /* 8257 */ MCD::OPC_CheckPredicate, 30, 132, 34, 0, // Skip to: 17098 |
| 4474 | /* 8262 */ MCD::OPC_Decode, 173, 8, 253, 1, // Opcode: CLE_U_B |
| 4475 | /* 8267 */ MCD::OPC_FilterValue, 21, 10, 0, 0, // Skip to: 8282 |
| 4476 | /* 8272 */ MCD::OPC_CheckPredicate, 30, 117, 34, 0, // Skip to: 17098 |
| 4477 | /* 8277 */ MCD::OPC_Decode, 175, 8, 254, 1, // Opcode: CLE_U_H |
| 4478 | /* 8282 */ MCD::OPC_FilterValue, 22, 10, 0, 0, // Skip to: 8297 |
| 4479 | /* 8287 */ MCD::OPC_CheckPredicate, 30, 102, 34, 0, // Skip to: 17098 |
| 4480 | /* 8292 */ MCD::OPC_Decode, 176, 8, 255, 1, // Opcode: CLE_U_W |
| 4481 | /* 8297 */ MCD::OPC_FilterValue, 23, 92, 34, 0, // Skip to: 17098 |
| 4482 | /* 8302 */ MCD::OPC_CheckPredicate, 30, 87, 34, 0, // Skip to: 17098 |
| 4483 | /* 8307 */ MCD::OPC_Decode, 174, 8, 128, 2, // Opcode: CLE_U_D |
| 4484 | /* 8312 */ MCD::OPC_FilterValue, 16, 227, 1, 0, // Skip to: 8800 |
| 4485 | /* 8317 */ MCD::OPC_ExtractField, 21, 5, // Inst{25-21} ... |
| 4486 | /* 8320 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 8335 |
| 4487 | /* 8325 */ MCD::OPC_CheckPredicate, 30, 64, 34, 0, // Skip to: 17098 |
| 4488 | /* 8330 */ MCD::OPC_Decode, 242, 5, 253, 1, // Opcode: ADD_A_B |
| 4489 | /* 8335 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 8350 |
| 4490 | /* 8340 */ MCD::OPC_CheckPredicate, 30, 49, 34, 0, // Skip to: 17098 |
| 4491 | /* 8345 */ MCD::OPC_Decode, 244, 5, 254, 1, // Opcode: ADD_A_H |
| 4492 | /* 8350 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 8365 |
| 4493 | /* 8355 */ MCD::OPC_CheckPredicate, 30, 34, 34, 0, // Skip to: 17098 |
| 4494 | /* 8360 */ MCD::OPC_Decode, 245, 5, 255, 1, // Opcode: ADD_A_W |
| 4495 | /* 8365 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 8380 |
| 4496 | /* 8370 */ MCD::OPC_CheckPredicate, 30, 19, 34, 0, // Skip to: 17098 |
| 4497 | /* 8375 */ MCD::OPC_Decode, 243, 5, 128, 2, // Opcode: ADD_A_D |
| 4498 | /* 8380 */ MCD::OPC_FilterValue, 4, 10, 0, 0, // Skip to: 8395 |
| 4499 | /* 8385 */ MCD::OPC_CheckPredicate, 30, 4, 34, 0, // Skip to: 17098 |
| 4500 | /* 8390 */ MCD::OPC_Decode, 205, 5, 253, 1, // Opcode: ADDS_A_B |
| 4501 | /* 8395 */ MCD::OPC_FilterValue, 5, 10, 0, 0, // Skip to: 8410 |
| 4502 | /* 8400 */ MCD::OPC_CheckPredicate, 30, 245, 33, 0, // Skip to: 17098 |
| 4503 | /* 8405 */ MCD::OPC_Decode, 207, 5, 254, 1, // Opcode: ADDS_A_H |
| 4504 | /* 8410 */ MCD::OPC_FilterValue, 6, 10, 0, 0, // Skip to: 8425 |
| 4505 | /* 8415 */ MCD::OPC_CheckPredicate, 30, 230, 33, 0, // Skip to: 17098 |
| 4506 | /* 8420 */ MCD::OPC_Decode, 208, 5, 255, 1, // Opcode: ADDS_A_W |
| 4507 | /* 8425 */ MCD::OPC_FilterValue, 7, 10, 0, 0, // Skip to: 8440 |
| 4508 | /* 8430 */ MCD::OPC_CheckPredicate, 30, 215, 33, 0, // Skip to: 17098 |
| 4509 | /* 8435 */ MCD::OPC_Decode, 206, 5, 128, 2, // Opcode: ADDS_A_D |
| 4510 | /* 8440 */ MCD::OPC_FilterValue, 8, 10, 0, 0, // Skip to: 8455 |
| 4511 | /* 8445 */ MCD::OPC_CheckPredicate, 30, 200, 33, 0, // Skip to: 17098 |
| 4512 | /* 8450 */ MCD::OPC_Decode, 209, 5, 253, 1, // Opcode: ADDS_S_B |
| 4513 | /* 8455 */ MCD::OPC_FilterValue, 9, 10, 0, 0, // Skip to: 8470 |
| 4514 | /* 8460 */ MCD::OPC_CheckPredicate, 30, 185, 33, 0, // Skip to: 17098 |
| 4515 | /* 8465 */ MCD::OPC_Decode, 211, 5, 254, 1, // Opcode: ADDS_S_H |
| 4516 | /* 8470 */ MCD::OPC_FilterValue, 10, 10, 0, 0, // Skip to: 8485 |
| 4517 | /* 8475 */ MCD::OPC_CheckPredicate, 30, 170, 33, 0, // Skip to: 17098 |
| 4518 | /* 8480 */ MCD::OPC_Decode, 212, 5, 255, 1, // Opcode: ADDS_S_W |
| 4519 | /* 8485 */ MCD::OPC_FilterValue, 11, 10, 0, 0, // Skip to: 8500 |
| 4520 | /* 8490 */ MCD::OPC_CheckPredicate, 30, 155, 33, 0, // Skip to: 17098 |
| 4521 | /* 8495 */ MCD::OPC_Decode, 210, 5, 128, 2, // Opcode: ADDS_S_D |
| 4522 | /* 8500 */ MCD::OPC_FilterValue, 12, 10, 0, 0, // Skip to: 8515 |
| 4523 | /* 8505 */ MCD::OPC_CheckPredicate, 30, 140, 33, 0, // Skip to: 17098 |
| 4524 | /* 8510 */ MCD::OPC_Decode, 213, 5, 253, 1, // Opcode: ADDS_U_B |
| 4525 | /* 8515 */ MCD::OPC_FilterValue, 13, 10, 0, 0, // Skip to: 8530 |
| 4526 | /* 8520 */ MCD::OPC_CheckPredicate, 30, 125, 33, 0, // Skip to: 17098 |
| 4527 | /* 8525 */ MCD::OPC_Decode, 215, 5, 254, 1, // Opcode: ADDS_U_H |
| 4528 | /* 8530 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 8545 |
| 4529 | /* 8535 */ MCD::OPC_CheckPredicate, 30, 110, 33, 0, // Skip to: 17098 |
| 4530 | /* 8540 */ MCD::OPC_Decode, 216, 5, 255, 1, // Opcode: ADDS_U_W |
| 4531 | /* 8545 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 8560 |
| 4532 | /* 8550 */ MCD::OPC_CheckPredicate, 30, 95, 33, 0, // Skip to: 17098 |
| 4533 | /* 8555 */ MCD::OPC_Decode, 214, 5, 128, 2, // Opcode: ADDS_U_D |
| 4534 | /* 8560 */ MCD::OPC_FilterValue, 16, 10, 0, 0, // Skip to: 8575 |
| 4535 | /* 8565 */ MCD::OPC_CheckPredicate, 30, 80, 33, 0, // Skip to: 17098 |
| 4536 | /* 8570 */ MCD::OPC_Decode, 166, 6, 253, 1, // Opcode: AVE_S_B |
| 4537 | /* 8575 */ MCD::OPC_FilterValue, 17, 10, 0, 0, // Skip to: 8590 |
| 4538 | /* 8580 */ MCD::OPC_CheckPredicate, 30, 65, 33, 0, // Skip to: 17098 |
| 4539 | /* 8585 */ MCD::OPC_Decode, 168, 6, 254, 1, // Opcode: AVE_S_H |
| 4540 | /* 8590 */ MCD::OPC_FilterValue, 18, 10, 0, 0, // Skip to: 8605 |
| 4541 | /* 8595 */ MCD::OPC_CheckPredicate, 30, 50, 33, 0, // Skip to: 17098 |
| 4542 | /* 8600 */ MCD::OPC_Decode, 169, 6, 255, 1, // Opcode: AVE_S_W |
| 4543 | /* 8605 */ MCD::OPC_FilterValue, 19, 10, 0, 0, // Skip to: 8620 |
| 4544 | /* 8610 */ MCD::OPC_CheckPredicate, 30, 35, 33, 0, // Skip to: 17098 |
| 4545 | /* 8615 */ MCD::OPC_Decode, 167, 6, 128, 2, // Opcode: AVE_S_D |
| 4546 | /* 8620 */ MCD::OPC_FilterValue, 20, 10, 0, 0, // Skip to: 8635 |
| 4547 | /* 8625 */ MCD::OPC_CheckPredicate, 30, 20, 33, 0, // Skip to: 17098 |
| 4548 | /* 8630 */ MCD::OPC_Decode, 170, 6, 253, 1, // Opcode: AVE_U_B |
| 4549 | /* 8635 */ MCD::OPC_FilterValue, 21, 10, 0, 0, // Skip to: 8650 |
| 4550 | /* 8640 */ MCD::OPC_CheckPredicate, 30, 5, 33, 0, // Skip to: 17098 |
| 4551 | /* 8645 */ MCD::OPC_Decode, 172, 6, 254, 1, // Opcode: AVE_U_H |
| 4552 | /* 8650 */ MCD::OPC_FilterValue, 22, 10, 0, 0, // Skip to: 8665 |
| 4553 | /* 8655 */ MCD::OPC_CheckPredicate, 30, 246, 32, 0, // Skip to: 17098 |
| 4554 | /* 8660 */ MCD::OPC_Decode, 173, 6, 255, 1, // Opcode: AVE_U_W |
| 4555 | /* 8665 */ MCD::OPC_FilterValue, 23, 10, 0, 0, // Skip to: 8680 |
| 4556 | /* 8670 */ MCD::OPC_CheckPredicate, 30, 231, 32, 0, // Skip to: 17098 |
| 4557 | /* 8675 */ MCD::OPC_Decode, 171, 6, 128, 2, // Opcode: AVE_U_D |
| 4558 | /* 8680 */ MCD::OPC_FilterValue, 24, 10, 0, 0, // Skip to: 8695 |
| 4559 | /* 8685 */ MCD::OPC_CheckPredicate, 30, 216, 32, 0, // Skip to: 17098 |
| 4560 | /* 8690 */ MCD::OPC_Decode, 158, 6, 253, 1, // Opcode: AVER_S_B |
| 4561 | /* 8695 */ MCD::OPC_FilterValue, 25, 10, 0, 0, // Skip to: 8710 |
| 4562 | /* 8700 */ MCD::OPC_CheckPredicate, 30, 201, 32, 0, // Skip to: 17098 |
| 4563 | /* 8705 */ MCD::OPC_Decode, 160, 6, 254, 1, // Opcode: AVER_S_H |
| 4564 | /* 8710 */ MCD::OPC_FilterValue, 26, 10, 0, 0, // Skip to: 8725 |
| 4565 | /* 8715 */ MCD::OPC_CheckPredicate, 30, 186, 32, 0, // Skip to: 17098 |
| 4566 | /* 8720 */ MCD::OPC_Decode, 161, 6, 255, 1, // Opcode: AVER_S_W |
| 4567 | /* 8725 */ MCD::OPC_FilterValue, 27, 10, 0, 0, // Skip to: 8740 |
| 4568 | /* 8730 */ MCD::OPC_CheckPredicate, 30, 171, 32, 0, // Skip to: 17098 |
| 4569 | /* 8735 */ MCD::OPC_Decode, 159, 6, 128, 2, // Opcode: AVER_S_D |
| 4570 | /* 8740 */ MCD::OPC_FilterValue, 28, 10, 0, 0, // Skip to: 8755 |
| 4571 | /* 8745 */ MCD::OPC_CheckPredicate, 30, 156, 32, 0, // Skip to: 17098 |
| 4572 | /* 8750 */ MCD::OPC_Decode, 162, 6, 253, 1, // Opcode: AVER_U_B |
| 4573 | /* 8755 */ MCD::OPC_FilterValue, 29, 10, 0, 0, // Skip to: 8770 |
| 4574 | /* 8760 */ MCD::OPC_CheckPredicate, 30, 141, 32, 0, // Skip to: 17098 |
| 4575 | /* 8765 */ MCD::OPC_Decode, 164, 6, 254, 1, // Opcode: AVER_U_H |
| 4576 | /* 8770 */ MCD::OPC_FilterValue, 30, 10, 0, 0, // Skip to: 8785 |
| 4577 | /* 8775 */ MCD::OPC_CheckPredicate, 30, 126, 32, 0, // Skip to: 17098 |
| 4578 | /* 8780 */ MCD::OPC_Decode, 165, 6, 255, 1, // Opcode: AVER_U_W |
| 4579 | /* 8785 */ MCD::OPC_FilterValue, 31, 116, 32, 0, // Skip to: 17098 |
| 4580 | /* 8790 */ MCD::OPC_CheckPredicate, 30, 111, 32, 0, // Skip to: 17098 |
| 4581 | /* 8795 */ MCD::OPC_Decode, 163, 6, 128, 2, // Opcode: AVER_U_D |
| 4582 | /* 8800 */ MCD::OPC_FilterValue, 17, 107, 1, 0, // Skip to: 9168 |
| 4583 | /* 8805 */ MCD::OPC_ExtractField, 21, 5, // Inst{25-21} ... |
| 4584 | /* 8808 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 8823 |
| 4585 | /* 8813 */ MCD::OPC_CheckPredicate, 30, 88, 32, 0, // Skip to: 17098 |
| 4586 | /* 8818 */ MCD::OPC_Decode, 198, 20, 253, 1, // Opcode: SUBS_S_B |
| 4587 | /* 8823 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 8838 |
| 4588 | /* 8828 */ MCD::OPC_CheckPredicate, 30, 73, 32, 0, // Skip to: 17098 |
| 4589 | /* 8833 */ MCD::OPC_Decode, 200, 20, 254, 1, // Opcode: SUBS_S_H |
| 4590 | /* 8838 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 8853 |
| 4591 | /* 8843 */ MCD::OPC_CheckPredicate, 30, 58, 32, 0, // Skip to: 17098 |
| 4592 | /* 8848 */ MCD::OPC_Decode, 201, 20, 255, 1, // Opcode: SUBS_S_W |
| 4593 | /* 8853 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 8868 |
| 4594 | /* 8858 */ MCD::OPC_CheckPredicate, 30, 43, 32, 0, // Skip to: 17098 |
| 4595 | /* 8863 */ MCD::OPC_Decode, 199, 20, 128, 2, // Opcode: SUBS_S_D |
| 4596 | /* 8868 */ MCD::OPC_FilterValue, 4, 10, 0, 0, // Skip to: 8883 |
| 4597 | /* 8873 */ MCD::OPC_CheckPredicate, 30, 28, 32, 0, // Skip to: 17098 |
| 4598 | /* 8878 */ MCD::OPC_Decode, 202, 20, 253, 1, // Opcode: SUBS_U_B |
| 4599 | /* 8883 */ MCD::OPC_FilterValue, 5, 10, 0, 0, // Skip to: 8898 |
| 4600 | /* 8888 */ MCD::OPC_CheckPredicate, 30, 13, 32, 0, // Skip to: 17098 |
| 4601 | /* 8893 */ MCD::OPC_Decode, 204, 20, 254, 1, // Opcode: SUBS_U_H |
| 4602 | /* 8898 */ MCD::OPC_FilterValue, 6, 10, 0, 0, // Skip to: 8913 |
| 4603 | /* 8903 */ MCD::OPC_CheckPredicate, 30, 254, 31, 0, // Skip to: 17098 |
| 4604 | /* 8908 */ MCD::OPC_Decode, 205, 20, 255, 1, // Opcode: SUBS_U_W |
| 4605 | /* 8913 */ MCD::OPC_FilterValue, 7, 10, 0, 0, // Skip to: 8928 |
| 4606 | /* 8918 */ MCD::OPC_CheckPredicate, 30, 239, 31, 0, // Skip to: 17098 |
| 4607 | /* 8923 */ MCD::OPC_Decode, 203, 20, 128, 2, // Opcode: SUBS_U_D |
| 4608 | /* 8928 */ MCD::OPC_FilterValue, 8, 10, 0, 0, // Skip to: 8943 |
| 4609 | /* 8933 */ MCD::OPC_CheckPredicate, 30, 224, 31, 0, // Skip to: 17098 |
| 4610 | /* 8938 */ MCD::OPC_Decode, 190, 20, 253, 1, // Opcode: SUBSUS_U_B |
| 4611 | /* 8943 */ MCD::OPC_FilterValue, 9, 10, 0, 0, // Skip to: 8958 |
| 4612 | /* 8948 */ MCD::OPC_CheckPredicate, 30, 209, 31, 0, // Skip to: 17098 |
| 4613 | /* 8953 */ MCD::OPC_Decode, 192, 20, 254, 1, // Opcode: SUBSUS_U_H |
| 4614 | /* 8958 */ MCD::OPC_FilterValue, 10, 10, 0, 0, // Skip to: 8973 |
| 4615 | /* 8963 */ MCD::OPC_CheckPredicate, 30, 194, 31, 0, // Skip to: 17098 |
| 4616 | /* 8968 */ MCD::OPC_Decode, 193, 20, 255, 1, // Opcode: SUBSUS_U_W |
| 4617 | /* 8973 */ MCD::OPC_FilterValue, 11, 10, 0, 0, // Skip to: 8988 |
| 4618 | /* 8978 */ MCD::OPC_CheckPredicate, 30, 179, 31, 0, // Skip to: 17098 |
| 4619 | /* 8983 */ MCD::OPC_Decode, 191, 20, 128, 2, // Opcode: SUBSUS_U_D |
| 4620 | /* 8988 */ MCD::OPC_FilterValue, 12, 10, 0, 0, // Skip to: 9003 |
| 4621 | /* 8993 */ MCD::OPC_CheckPredicate, 30, 164, 31, 0, // Skip to: 17098 |
| 4622 | /* 8998 */ MCD::OPC_Decode, 194, 20, 253, 1, // Opcode: SUBSUU_S_B |
| 4623 | /* 9003 */ MCD::OPC_FilterValue, 13, 10, 0, 0, // Skip to: 9018 |
| 4624 | /* 9008 */ MCD::OPC_CheckPredicate, 30, 149, 31, 0, // Skip to: 17098 |
| 4625 | /* 9013 */ MCD::OPC_Decode, 196, 20, 254, 1, // Opcode: SUBSUU_S_H |
| 4626 | /* 9018 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 9033 |
| 4627 | /* 9023 */ MCD::OPC_CheckPredicate, 30, 134, 31, 0, // Skip to: 17098 |
| 4628 | /* 9028 */ MCD::OPC_Decode, 197, 20, 255, 1, // Opcode: SUBSUU_S_W |
| 4629 | /* 9033 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 9048 |
| 4630 | /* 9038 */ MCD::OPC_CheckPredicate, 30, 119, 31, 0, // Skip to: 17098 |
| 4631 | /* 9043 */ MCD::OPC_Decode, 195, 20, 128, 2, // Opcode: SUBSUU_S_D |
| 4632 | /* 9048 */ MCD::OPC_FilterValue, 16, 10, 0, 0, // Skip to: 9063 |
| 4633 | /* 9053 */ MCD::OPC_CheckPredicate, 30, 104, 31, 0, // Skip to: 17098 |
| 4634 | /* 9058 */ MCD::OPC_Decode, 146, 6, 253, 1, // Opcode: ASUB_S_B |
| 4635 | /* 9063 */ MCD::OPC_FilterValue, 17, 10, 0, 0, // Skip to: 9078 |
| 4636 | /* 9068 */ MCD::OPC_CheckPredicate, 30, 89, 31, 0, // Skip to: 17098 |
| 4637 | /* 9073 */ MCD::OPC_Decode, 148, 6, 254, 1, // Opcode: ASUB_S_H |
| 4638 | /* 9078 */ MCD::OPC_FilterValue, 18, 10, 0, 0, // Skip to: 9093 |
| 4639 | /* 9083 */ MCD::OPC_CheckPredicate, 30, 74, 31, 0, // Skip to: 17098 |
| 4640 | /* 9088 */ MCD::OPC_Decode, 149, 6, 255, 1, // Opcode: ASUB_S_W |
| 4641 | /* 9093 */ MCD::OPC_FilterValue, 19, 10, 0, 0, // Skip to: 9108 |
| 4642 | /* 9098 */ MCD::OPC_CheckPredicate, 30, 59, 31, 0, // Skip to: 17098 |
| 4643 | /* 9103 */ MCD::OPC_Decode, 147, 6, 128, 2, // Opcode: ASUB_S_D |
| 4644 | /* 9108 */ MCD::OPC_FilterValue, 20, 10, 0, 0, // Skip to: 9123 |
| 4645 | /* 9113 */ MCD::OPC_CheckPredicate, 30, 44, 31, 0, // Skip to: 17098 |
| 4646 | /* 9118 */ MCD::OPC_Decode, 150, 6, 253, 1, // Opcode: ASUB_U_B |
| 4647 | /* 9123 */ MCD::OPC_FilterValue, 21, 10, 0, 0, // Skip to: 9138 |
| 4648 | /* 9128 */ MCD::OPC_CheckPredicate, 30, 29, 31, 0, // Skip to: 17098 |
| 4649 | /* 9133 */ MCD::OPC_Decode, 152, 6, 254, 1, // Opcode: ASUB_U_H |
| 4650 | /* 9138 */ MCD::OPC_FilterValue, 22, 10, 0, 0, // Skip to: 9153 |
| 4651 | /* 9143 */ MCD::OPC_CheckPredicate, 30, 14, 31, 0, // Skip to: 17098 |
| 4652 | /* 9148 */ MCD::OPC_Decode, 153, 6, 255, 1, // Opcode: ASUB_U_W |
| 4653 | /* 9153 */ MCD::OPC_FilterValue, 23, 4, 31, 0, // Skip to: 17098 |
| 4654 | /* 9158 */ MCD::OPC_CheckPredicate, 30, 255, 30, 0, // Skip to: 17098 |
| 4655 | /* 9163 */ MCD::OPC_Decode, 151, 6, 128, 2, // Opcode: ASUB_U_D |
| 4656 | /* 9168 */ MCD::OPC_FilterValue, 18, 167, 1, 0, // Skip to: 9596 |
| 4657 | /* 9173 */ MCD::OPC_ExtractField, 21, 5, // Inst{25-21} ... |
| 4658 | /* 9176 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 9191 |
| 4659 | /* 9181 */ MCD::OPC_CheckPredicate, 30, 232, 30, 0, // Skip to: 17098 |
| 4660 | /* 9186 */ MCD::OPC_Decode, 150, 17, 253, 1, // Opcode: MULV_B |
| 4661 | /* 9191 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 9206 |
| 4662 | /* 9196 */ MCD::OPC_CheckPredicate, 30, 217, 30, 0, // Skip to: 17098 |
| 4663 | /* 9201 */ MCD::OPC_Decode, 152, 17, 254, 1, // Opcode: MULV_H |
| 4664 | /* 9206 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 9221 |
| 4665 | /* 9211 */ MCD::OPC_CheckPredicate, 30, 202, 30, 0, // Skip to: 17098 |
| 4666 | /* 9216 */ MCD::OPC_Decode, 153, 17, 255, 1, // Opcode: MULV_W |
| 4667 | /* 9221 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 9236 |
| 4668 | /* 9226 */ MCD::OPC_CheckPredicate, 30, 187, 30, 0, // Skip to: 17098 |
| 4669 | /* 9231 */ MCD::OPC_Decode, 151, 17, 128, 2, // Opcode: MULV_D |
| 4670 | /* 9236 */ MCD::OPC_FilterValue, 4, 10, 0, 0, // Skip to: 9251 |
| 4671 | /* 9241 */ MCD::OPC_CheckPredicate, 30, 172, 30, 0, // Skip to: 17098 |
| 4672 | /* 9246 */ MCD::OPC_Decode, 137, 15, 129, 2, // Opcode: MADDV_B |
| 4673 | /* 9251 */ MCD::OPC_FilterValue, 5, 10, 0, 0, // Skip to: 9266 |
| 4674 | /* 9256 */ MCD::OPC_CheckPredicate, 30, 157, 30, 0, // Skip to: 17098 |
| 4675 | /* 9261 */ MCD::OPC_Decode, 139, 15, 130, 2, // Opcode: MADDV_H |
| 4676 | /* 9266 */ MCD::OPC_FilterValue, 6, 10, 0, 0, // Skip to: 9281 |
| 4677 | /* 9271 */ MCD::OPC_CheckPredicate, 30, 142, 30, 0, // Skip to: 17098 |
| 4678 | /* 9276 */ MCD::OPC_Decode, 140, 15, 131, 2, // Opcode: MADDV_W |
| 4679 | /* 9281 */ MCD::OPC_FilterValue, 7, 10, 0, 0, // Skip to: 9296 |
| 4680 | /* 9286 */ MCD::OPC_CheckPredicate, 30, 127, 30, 0, // Skip to: 17098 |
| 4681 | /* 9291 */ MCD::OPC_Decode, 138, 15, 132, 2, // Opcode: MADDV_D |
| 4682 | /* 9296 */ MCD::OPC_FilterValue, 8, 10, 0, 0, // Skip to: 9311 |
| 4683 | /* 9301 */ MCD::OPC_CheckPredicate, 30, 112, 30, 0, // Skip to: 17098 |
| 4684 | /* 9306 */ MCD::OPC_Decode, 188, 16, 129, 2, // Opcode: MSUBV_B |
| 4685 | /* 9311 */ MCD::OPC_FilterValue, 9, 10, 0, 0, // Skip to: 9326 |
| 4686 | /* 9316 */ MCD::OPC_CheckPredicate, 30, 97, 30, 0, // Skip to: 17098 |
| 4687 | /* 9321 */ MCD::OPC_Decode, 190, 16, 130, 2, // Opcode: MSUBV_H |
| 4688 | /* 9326 */ MCD::OPC_FilterValue, 10, 10, 0, 0, // Skip to: 9341 |
| 4689 | /* 9331 */ MCD::OPC_CheckPredicate, 30, 82, 30, 0, // Skip to: 17098 |
| 4690 | /* 9336 */ MCD::OPC_Decode, 191, 16, 131, 2, // Opcode: MSUBV_W |
| 4691 | /* 9341 */ MCD::OPC_FilterValue, 11, 10, 0, 0, // Skip to: 9356 |
| 4692 | /* 9346 */ MCD::OPC_CheckPredicate, 30, 67, 30, 0, // Skip to: 17098 |
| 4693 | /* 9351 */ MCD::OPC_Decode, 189, 16, 132, 2, // Opcode: MSUBV_D |
| 4694 | /* 9356 */ MCD::OPC_FilterValue, 16, 10, 0, 0, // Skip to: 9371 |
| 4695 | /* 9361 */ MCD::OPC_CheckPredicate, 30, 52, 30, 0, // Skip to: 17098 |
| 4696 | /* 9366 */ MCD::OPC_Decode, 218, 10, 253, 1, // Opcode: DIV_S_B |
| 4697 | /* 9371 */ MCD::OPC_FilterValue, 17, 10, 0, 0, // Skip to: 9386 |
| 4698 | /* 9376 */ MCD::OPC_CheckPredicate, 30, 37, 30, 0, // Skip to: 17098 |
| 4699 | /* 9381 */ MCD::OPC_Decode, 220, 10, 254, 1, // Opcode: DIV_S_H |
| 4700 | /* 9386 */ MCD::OPC_FilterValue, 18, 10, 0, 0, // Skip to: 9401 |
| 4701 | /* 9391 */ MCD::OPC_CheckPredicate, 30, 22, 30, 0, // Skip to: 17098 |
| 4702 | /* 9396 */ MCD::OPC_Decode, 221, 10, 255, 1, // Opcode: DIV_S_W |
| 4703 | /* 9401 */ MCD::OPC_FilterValue, 19, 10, 0, 0, // Skip to: 9416 |
| 4704 | /* 9406 */ MCD::OPC_CheckPredicate, 30, 7, 30, 0, // Skip to: 17098 |
| 4705 | /* 9411 */ MCD::OPC_Decode, 219, 10, 128, 2, // Opcode: DIV_S_D |
| 4706 | /* 9416 */ MCD::OPC_FilterValue, 20, 10, 0, 0, // Skip to: 9431 |
| 4707 | /* 9421 */ MCD::OPC_CheckPredicate, 30, 248, 29, 0, // Skip to: 17098 |
| 4708 | /* 9426 */ MCD::OPC_Decode, 222, 10, 253, 1, // Opcode: DIV_U_B |
| 4709 | /* 9431 */ MCD::OPC_FilterValue, 21, 10, 0, 0, // Skip to: 9446 |
| 4710 | /* 9436 */ MCD::OPC_CheckPredicate, 30, 233, 29, 0, // Skip to: 17098 |
| 4711 | /* 9441 */ MCD::OPC_Decode, 224, 10, 254, 1, // Opcode: DIV_U_H |
| 4712 | /* 9446 */ MCD::OPC_FilterValue, 22, 10, 0, 0, // Skip to: 9461 |
| 4713 | /* 9451 */ MCD::OPC_CheckPredicate, 30, 218, 29, 0, // Skip to: 17098 |
| 4714 | /* 9456 */ MCD::OPC_Decode, 225, 10, 255, 1, // Opcode: DIV_U_W |
| 4715 | /* 9461 */ MCD::OPC_FilterValue, 23, 10, 0, 0, // Skip to: 9476 |
| 4716 | /* 9466 */ MCD::OPC_CheckPredicate, 30, 203, 29, 0, // Skip to: 17098 |
| 4717 | /* 9471 */ MCD::OPC_Decode, 223, 10, 128, 2, // Opcode: DIV_U_D |
| 4718 | /* 9476 */ MCD::OPC_FilterValue, 24, 10, 0, 0, // Skip to: 9491 |
| 4719 | /* 9481 */ MCD::OPC_CheckPredicate, 30, 188, 29, 0, // Skip to: 17098 |
| 4720 | /* 9486 */ MCD::OPC_Decode, 252, 15, 253, 1, // Opcode: MOD_S_B |
| 4721 | /* 9491 */ MCD::OPC_FilterValue, 25, 10, 0, 0, // Skip to: 9506 |
| 4722 | /* 9496 */ MCD::OPC_CheckPredicate, 30, 173, 29, 0, // Skip to: 17098 |
| 4723 | /* 9501 */ MCD::OPC_Decode, 254, 15, 254, 1, // Opcode: MOD_S_H |
| 4724 | /* 9506 */ MCD::OPC_FilterValue, 26, 10, 0, 0, // Skip to: 9521 |
| 4725 | /* 9511 */ MCD::OPC_CheckPredicate, 30, 158, 29, 0, // Skip to: 17098 |
| 4726 | /* 9516 */ MCD::OPC_Decode, 255, 15, 255, 1, // Opcode: MOD_S_W |
| 4727 | /* 9521 */ MCD::OPC_FilterValue, 27, 10, 0, 0, // Skip to: 9536 |
| 4728 | /* 9526 */ MCD::OPC_CheckPredicate, 30, 143, 29, 0, // Skip to: 17098 |
| 4729 | /* 9531 */ MCD::OPC_Decode, 253, 15, 128, 2, // Opcode: MOD_S_D |
| 4730 | /* 9536 */ MCD::OPC_FilterValue, 28, 10, 0, 0, // Skip to: 9551 |
| 4731 | /* 9541 */ MCD::OPC_CheckPredicate, 30, 128, 29, 0, // Skip to: 17098 |
| 4732 | /* 9546 */ MCD::OPC_Decode, 128, 16, 253, 1, // Opcode: MOD_U_B |
| 4733 | /* 9551 */ MCD::OPC_FilterValue, 29, 10, 0, 0, // Skip to: 9566 |
| 4734 | /* 9556 */ MCD::OPC_CheckPredicate, 30, 113, 29, 0, // Skip to: 17098 |
| 4735 | /* 9561 */ MCD::OPC_Decode, 130, 16, 254, 1, // Opcode: MOD_U_H |
| 4736 | /* 9566 */ MCD::OPC_FilterValue, 30, 10, 0, 0, // Skip to: 9581 |
| 4737 | /* 9571 */ MCD::OPC_CheckPredicate, 30, 98, 29, 0, // Skip to: 17098 |
| 4738 | /* 9576 */ MCD::OPC_Decode, 131, 16, 255, 1, // Opcode: MOD_U_W |
| 4739 | /* 9581 */ MCD::OPC_FilterValue, 31, 88, 29, 0, // Skip to: 17098 |
| 4740 | /* 9586 */ MCD::OPC_CheckPredicate, 30, 83, 29, 0, // Skip to: 17098 |
| 4741 | /* 9591 */ MCD::OPC_Decode, 129, 16, 128, 2, // Opcode: MOD_U_D |
| 4742 | /* 9596 */ MCD::OPC_FilterValue, 19, 17, 1, 0, // Skip to: 9874 |
| 4743 | /* 9601 */ MCD::OPC_ExtractField, 21, 5, // Inst{25-21} ... |
| 4744 | /* 9604 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 9619 |
| 4745 | /* 9609 */ MCD::OPC_CheckPredicate, 30, 60, 29, 0, // Skip to: 17098 |
| 4746 | /* 9614 */ MCD::OPC_Decode, 251, 10, 133, 2, // Opcode: DOTP_S_H |
| 4747 | /* 9619 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 9634 |
| 4748 | /* 9624 */ MCD::OPC_CheckPredicate, 30, 45, 29, 0, // Skip to: 17098 |
| 4749 | /* 9629 */ MCD::OPC_Decode, 252, 10, 134, 2, // Opcode: DOTP_S_W |
| 4750 | /* 9634 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 9649 |
| 4751 | /* 9639 */ MCD::OPC_CheckPredicate, 30, 30, 29, 0, // Skip to: 17098 |
| 4752 | /* 9644 */ MCD::OPC_Decode, 250, 10, 135, 2, // Opcode: DOTP_S_D |
| 4753 | /* 9649 */ MCD::OPC_FilterValue, 5, 10, 0, 0, // Skip to: 9664 |
| 4754 | /* 9654 */ MCD::OPC_CheckPredicate, 30, 15, 29, 0, // Skip to: 17098 |
| 4755 | /* 9659 */ MCD::OPC_Decode, 254, 10, 133, 2, // Opcode: DOTP_U_H |
| 4756 | /* 9664 */ MCD::OPC_FilterValue, 6, 10, 0, 0, // Skip to: 9679 |
| 4757 | /* 9669 */ MCD::OPC_CheckPredicate, 30, 0, 29, 0, // Skip to: 17098 |
| 4758 | /* 9674 */ MCD::OPC_Decode, 255, 10, 134, 2, // Opcode: DOTP_U_W |
| 4759 | /* 9679 */ MCD::OPC_FilterValue, 7, 10, 0, 0, // Skip to: 9694 |
| 4760 | /* 9684 */ MCD::OPC_CheckPredicate, 30, 241, 28, 0, // Skip to: 17098 |
| 4761 | /* 9689 */ MCD::OPC_Decode, 253, 10, 135, 2, // Opcode: DOTP_U_D |
| 4762 | /* 9694 */ MCD::OPC_FilterValue, 9, 10, 0, 0, // Skip to: 9709 |
| 4763 | /* 9699 */ MCD::OPC_CheckPredicate, 30, 226, 28, 0, // Skip to: 17098 |
| 4764 | /* 9704 */ MCD::OPC_Decode, 129, 11, 136, 2, // Opcode: DPADD_S_H |
| 4765 | /* 9709 */ MCD::OPC_FilterValue, 10, 10, 0, 0, // Skip to: 9724 |
| 4766 | /* 9714 */ MCD::OPC_CheckPredicate, 30, 211, 28, 0, // Skip to: 17098 |
| 4767 | /* 9719 */ MCD::OPC_Decode, 130, 11, 137, 2, // Opcode: DPADD_S_W |
| 4768 | /* 9724 */ MCD::OPC_FilterValue, 11, 10, 0, 0, // Skip to: 9739 |
| 4769 | /* 9729 */ MCD::OPC_CheckPredicate, 30, 196, 28, 0, // Skip to: 17098 |
| 4770 | /* 9734 */ MCD::OPC_Decode, 128, 11, 138, 2, // Opcode: DPADD_S_D |
| 4771 | /* 9739 */ MCD::OPC_FilterValue, 13, 10, 0, 0, // Skip to: 9754 |
| 4772 | /* 9744 */ MCD::OPC_CheckPredicate, 30, 181, 28, 0, // Skip to: 17098 |
| 4773 | /* 9749 */ MCD::OPC_Decode, 132, 11, 136, 2, // Opcode: DPADD_U_H |
| 4774 | /* 9754 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 9769 |
| 4775 | /* 9759 */ MCD::OPC_CheckPredicate, 30, 166, 28, 0, // Skip to: 17098 |
| 4776 | /* 9764 */ MCD::OPC_Decode, 133, 11, 137, 2, // Opcode: DPADD_U_W |
| 4777 | /* 9769 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 9784 |
| 4778 | /* 9774 */ MCD::OPC_CheckPredicate, 30, 151, 28, 0, // Skip to: 17098 |
| 4779 | /* 9779 */ MCD::OPC_Decode, 131, 11, 138, 2, // Opcode: DPADD_U_D |
| 4780 | /* 9784 */ MCD::OPC_FilterValue, 17, 10, 0, 0, // Skip to: 9799 |
| 4781 | /* 9789 */ MCD::OPC_CheckPredicate, 30, 136, 28, 0, // Skip to: 17098 |
| 4782 | /* 9794 */ MCD::OPC_Decode, 160, 11, 136, 2, // Opcode: DPSUB_S_H |
| 4783 | /* 9799 */ MCD::OPC_FilterValue, 18, 10, 0, 0, // Skip to: 9814 |
| 4784 | /* 9804 */ MCD::OPC_CheckPredicate, 30, 121, 28, 0, // Skip to: 17098 |
| 4785 | /* 9809 */ MCD::OPC_Decode, 161, 11, 137, 2, // Opcode: DPSUB_S_W |
| 4786 | /* 9814 */ MCD::OPC_FilterValue, 19, 10, 0, 0, // Skip to: 9829 |
| 4787 | /* 9819 */ MCD::OPC_CheckPredicate, 30, 106, 28, 0, // Skip to: 17098 |
| 4788 | /* 9824 */ MCD::OPC_Decode, 159, 11, 138, 2, // Opcode: DPSUB_S_D |
| 4789 | /* 9829 */ MCD::OPC_FilterValue, 21, 10, 0, 0, // Skip to: 9844 |
| 4790 | /* 9834 */ MCD::OPC_CheckPredicate, 30, 91, 28, 0, // Skip to: 17098 |
| 4791 | /* 9839 */ MCD::OPC_Decode, 163, 11, 136, 2, // Opcode: DPSUB_U_H |
| 4792 | /* 9844 */ MCD::OPC_FilterValue, 22, 10, 0, 0, // Skip to: 9859 |
| 4793 | /* 9849 */ MCD::OPC_CheckPredicate, 30, 76, 28, 0, // Skip to: 17098 |
| 4794 | /* 9854 */ MCD::OPC_Decode, 164, 11, 137, 2, // Opcode: DPSUB_U_W |
| 4795 | /* 9859 */ MCD::OPC_FilterValue, 23, 66, 28, 0, // Skip to: 17098 |
| 4796 | /* 9864 */ MCD::OPC_CheckPredicate, 30, 61, 28, 0, // Skip to: 17098 |
| 4797 | /* 9869 */ MCD::OPC_Decode, 162, 11, 138, 2, // Opcode: DPSUB_U_D |
| 4798 | /* 9874 */ MCD::OPC_FilterValue, 20, 227, 1, 0, // Skip to: 10362 |
| 4799 | /* 9879 */ MCD::OPC_ExtractField, 21, 5, // Inst{25-21} ... |
| 4800 | /* 9882 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 9897 |
| 4801 | /* 9887 */ MCD::OPC_CheckPredicate, 30, 38, 28, 0, // Skip to: 17098 |
| 4802 | /* 9892 */ MCD::OPC_Decode, 211, 19, 139, 2, // Opcode: SLD_B |
| 4803 | /* 9897 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 9912 |
| 4804 | /* 9902 */ MCD::OPC_CheckPredicate, 30, 23, 28, 0, // Skip to: 17098 |
| 4805 | /* 9907 */ MCD::OPC_Decode, 213, 19, 140, 2, // Opcode: SLD_H |
| 4806 | /* 9912 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 9927 |
| 4807 | /* 9917 */ MCD::OPC_CheckPredicate, 30, 8, 28, 0, // Skip to: 17098 |
| 4808 | /* 9922 */ MCD::OPC_Decode, 214, 19, 141, 2, // Opcode: SLD_W |
| 4809 | /* 9927 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 9942 |
| 4810 | /* 9932 */ MCD::OPC_CheckPredicate, 30, 249, 27, 0, // Skip to: 17098 |
| 4811 | /* 9937 */ MCD::OPC_Decode, 212, 19, 142, 2, // Opcode: SLD_D |
| 4812 | /* 9942 */ MCD::OPC_FilterValue, 4, 10, 0, 0, // Skip to: 9957 |
| 4813 | /* 9947 */ MCD::OPC_CheckPredicate, 30, 234, 27, 0, // Skip to: 17098 |
| 4814 | /* 9952 */ MCD::OPC_Decode, 250, 19, 143, 2, // Opcode: SPLAT_B |
| 4815 | /* 9957 */ MCD::OPC_FilterValue, 5, 10, 0, 0, // Skip to: 9972 |
| 4816 | /* 9962 */ MCD::OPC_CheckPredicate, 30, 219, 27, 0, // Skip to: 17098 |
| 4817 | /* 9967 */ MCD::OPC_Decode, 252, 19, 144, 2, // Opcode: SPLAT_H |
| 4818 | /* 9972 */ MCD::OPC_FilterValue, 6, 10, 0, 0, // Skip to: 9987 |
| 4819 | /* 9977 */ MCD::OPC_CheckPredicate, 30, 204, 27, 0, // Skip to: 17098 |
| 4820 | /* 9982 */ MCD::OPC_Decode, 253, 19, 145, 2, // Opcode: SPLAT_W |
| 4821 | /* 9987 */ MCD::OPC_FilterValue, 7, 10, 0, 0, // Skip to: 10002 |
| 4822 | /* 9992 */ MCD::OPC_CheckPredicate, 30, 189, 27, 0, // Skip to: 17098 |
| 4823 | /* 9997 */ MCD::OPC_Decode, 251, 19, 146, 2, // Opcode: SPLAT_D |
| 4824 | /* 10002 */ MCD::OPC_FilterValue, 8, 10, 0, 0, // Skip to: 10017 |
| 4825 | /* 10007 */ MCD::OPC_CheckPredicate, 30, 174, 27, 0, // Skip to: 17098 |
| 4826 | /* 10012 */ MCD::OPC_Decode, 213, 17, 253, 1, // Opcode: PCKEV_B |
| 4827 | /* 10017 */ MCD::OPC_FilterValue, 9, 10, 0, 0, // Skip to: 10032 |
| 4828 | /* 10022 */ MCD::OPC_CheckPredicate, 30, 159, 27, 0, // Skip to: 17098 |
| 4829 | /* 10027 */ MCD::OPC_Decode, 215, 17, 254, 1, // Opcode: PCKEV_H |
| 4830 | /* 10032 */ MCD::OPC_FilterValue, 10, 10, 0, 0, // Skip to: 10047 |
| 4831 | /* 10037 */ MCD::OPC_CheckPredicate, 30, 144, 27, 0, // Skip to: 17098 |
| 4832 | /* 10042 */ MCD::OPC_Decode, 216, 17, 255, 1, // Opcode: PCKEV_W |
| 4833 | /* 10047 */ MCD::OPC_FilterValue, 11, 10, 0, 0, // Skip to: 10062 |
| 4834 | /* 10052 */ MCD::OPC_CheckPredicate, 30, 129, 27, 0, // Skip to: 17098 |
| 4835 | /* 10057 */ MCD::OPC_Decode, 214, 17, 128, 2, // Opcode: PCKEV_D |
| 4836 | /* 10062 */ MCD::OPC_FilterValue, 12, 10, 0, 0, // Skip to: 10077 |
| 4837 | /* 10067 */ MCD::OPC_CheckPredicate, 30, 114, 27, 0, // Skip to: 17098 |
| 4838 | /* 10072 */ MCD::OPC_Decode, 217, 17, 253, 1, // Opcode: PCKOD_B |
| 4839 | /* 10077 */ MCD::OPC_FilterValue, 13, 10, 0, 0, // Skip to: 10092 |
| 4840 | /* 10082 */ MCD::OPC_CheckPredicate, 30, 99, 27, 0, // Skip to: 17098 |
| 4841 | /* 10087 */ MCD::OPC_Decode, 219, 17, 254, 1, // Opcode: PCKOD_H |
| 4842 | /* 10092 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 10107 |
| 4843 | /* 10097 */ MCD::OPC_CheckPredicate, 30, 84, 27, 0, // Skip to: 17098 |
| 4844 | /* 10102 */ MCD::OPC_Decode, 220, 17, 255, 1, // Opcode: PCKOD_W |
| 4845 | /* 10107 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 10122 |
| 4846 | /* 10112 */ MCD::OPC_CheckPredicate, 30, 69, 27, 0, // Skip to: 17098 |
| 4847 | /* 10117 */ MCD::OPC_Decode, 218, 17, 128, 2, // Opcode: PCKOD_D |
| 4848 | /* 10122 */ MCD::OPC_FilterValue, 16, 10, 0, 0, // Skip to: 10137 |
| 4849 | /* 10127 */ MCD::OPC_CheckPredicate, 30, 54, 27, 0, // Skip to: 17098 |
| 4850 | /* 10132 */ MCD::OPC_Decode, 188, 13, 253, 1, // Opcode: ILVL_B |
| 4851 | /* 10137 */ MCD::OPC_FilterValue, 17, 10, 0, 0, // Skip to: 10152 |
| 4852 | /* 10142 */ MCD::OPC_CheckPredicate, 30, 39, 27, 0, // Skip to: 17098 |
| 4853 | /* 10147 */ MCD::OPC_Decode, 190, 13, 254, 1, // Opcode: ILVL_H |
| 4854 | /* 10152 */ MCD::OPC_FilterValue, 18, 10, 0, 0, // Skip to: 10167 |
| 4855 | /* 10157 */ MCD::OPC_CheckPredicate, 30, 24, 27, 0, // Skip to: 17098 |
| 4856 | /* 10162 */ MCD::OPC_Decode, 191, 13, 255, 1, // Opcode: ILVL_W |
| 4857 | /* 10167 */ MCD::OPC_FilterValue, 19, 10, 0, 0, // Skip to: 10182 |
| 4858 | /* 10172 */ MCD::OPC_CheckPredicate, 30, 9, 27, 0, // Skip to: 17098 |
| 4859 | /* 10177 */ MCD::OPC_Decode, 189, 13, 128, 2, // Opcode: ILVL_D |
| 4860 | /* 10182 */ MCD::OPC_FilterValue, 20, 10, 0, 0, // Skip to: 10197 |
| 4861 | /* 10187 */ MCD::OPC_CheckPredicate, 30, 250, 26, 0, // Skip to: 17098 |
| 4862 | /* 10192 */ MCD::OPC_Decode, 196, 13, 253, 1, // Opcode: ILVR_B |
| 4863 | /* 10197 */ MCD::OPC_FilterValue, 21, 10, 0, 0, // Skip to: 10212 |
| 4864 | /* 10202 */ MCD::OPC_CheckPredicate, 30, 235, 26, 0, // Skip to: 17098 |
| 4865 | /* 10207 */ MCD::OPC_Decode, 198, 13, 254, 1, // Opcode: ILVR_H |
| 4866 | /* 10212 */ MCD::OPC_FilterValue, 22, 10, 0, 0, // Skip to: 10227 |
| 4867 | /* 10217 */ MCD::OPC_CheckPredicate, 30, 220, 26, 0, // Skip to: 17098 |
| 4868 | /* 10222 */ MCD::OPC_Decode, 199, 13, 255, 1, // Opcode: ILVR_W |
| 4869 | /* 10227 */ MCD::OPC_FilterValue, 23, 10, 0, 0, // Skip to: 10242 |
| 4870 | /* 10232 */ MCD::OPC_CheckPredicate, 30, 205, 26, 0, // Skip to: 17098 |
| 4871 | /* 10237 */ MCD::OPC_Decode, 197, 13, 128, 2, // Opcode: ILVR_D |
| 4872 | /* 10242 */ MCD::OPC_FilterValue, 24, 10, 0, 0, // Skip to: 10257 |
| 4873 | /* 10247 */ MCD::OPC_CheckPredicate, 30, 190, 26, 0, // Skip to: 17098 |
| 4874 | /* 10252 */ MCD::OPC_Decode, 184, 13, 253, 1, // Opcode: ILVEV_B |
| 4875 | /* 10257 */ MCD::OPC_FilterValue, 25, 10, 0, 0, // Skip to: 10272 |
| 4876 | /* 10262 */ MCD::OPC_CheckPredicate, 30, 175, 26, 0, // Skip to: 17098 |
| 4877 | /* 10267 */ MCD::OPC_Decode, 186, 13, 254, 1, // Opcode: ILVEV_H |
| 4878 | /* 10272 */ MCD::OPC_FilterValue, 26, 10, 0, 0, // Skip to: 10287 |
| 4879 | /* 10277 */ MCD::OPC_CheckPredicate, 30, 160, 26, 0, // Skip to: 17098 |
| 4880 | /* 10282 */ MCD::OPC_Decode, 187, 13, 255, 1, // Opcode: ILVEV_W |
| 4881 | /* 10287 */ MCD::OPC_FilterValue, 27, 10, 0, 0, // Skip to: 10302 |
| 4882 | /* 10292 */ MCD::OPC_CheckPredicate, 30, 145, 26, 0, // Skip to: 17098 |
| 4883 | /* 10297 */ MCD::OPC_Decode, 185, 13, 128, 2, // Opcode: ILVEV_D |
| 4884 | /* 10302 */ MCD::OPC_FilterValue, 28, 10, 0, 0, // Skip to: 10317 |
| 4885 | /* 10307 */ MCD::OPC_CheckPredicate, 30, 130, 26, 0, // Skip to: 17098 |
| 4886 | /* 10312 */ MCD::OPC_Decode, 192, 13, 253, 1, // Opcode: ILVOD_B |
| 4887 | /* 10317 */ MCD::OPC_FilterValue, 29, 10, 0, 0, // Skip to: 10332 |
| 4888 | /* 10322 */ MCD::OPC_CheckPredicate, 30, 115, 26, 0, // Skip to: 17098 |
| 4889 | /* 10327 */ MCD::OPC_Decode, 194, 13, 254, 1, // Opcode: ILVOD_H |
| 4890 | /* 10332 */ MCD::OPC_FilterValue, 30, 10, 0, 0, // Skip to: 10347 |
| 4891 | /* 10337 */ MCD::OPC_CheckPredicate, 30, 100, 26, 0, // Skip to: 17098 |
| 4892 | /* 10342 */ MCD::OPC_Decode, 195, 13, 255, 1, // Opcode: ILVOD_W |
| 4893 | /* 10347 */ MCD::OPC_FilterValue, 31, 90, 26, 0, // Skip to: 17098 |
| 4894 | /* 10352 */ MCD::OPC_CheckPredicate, 30, 85, 26, 0, // Skip to: 17098 |
| 4895 | /* 10357 */ MCD::OPC_Decode, 193, 13, 128, 2, // Opcode: ILVOD_D |
| 4896 | /* 10362 */ MCD::OPC_FilterValue, 21, 107, 1, 0, // Skip to: 10730 |
| 4897 | /* 10367 */ MCD::OPC_ExtractField, 21, 5, // Inst{25-21} ... |
| 4898 | /* 10370 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 10385 |
| 4899 | /* 10375 */ MCD::OPC_CheckPredicate, 30, 62, 26, 0, // Skip to: 17098 |
| 4900 | /* 10380 */ MCD::OPC_Decode, 235, 21, 129, 2, // Opcode: VSHF_B |
| 4901 | /* 10385 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 10400 |
| 4902 | /* 10390 */ MCD::OPC_CheckPredicate, 30, 47, 26, 0, // Skip to: 17098 |
| 4903 | /* 10395 */ MCD::OPC_Decode, 237, 21, 130, 2, // Opcode: VSHF_H |
| 4904 | /* 10400 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 10415 |
| 4905 | /* 10405 */ MCD::OPC_CheckPredicate, 30, 32, 26, 0, // Skip to: 17098 |
| 4906 | /* 10410 */ MCD::OPC_Decode, 238, 21, 131, 2, // Opcode: VSHF_W |
| 4907 | /* 10415 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 10430 |
| 4908 | /* 10420 */ MCD::OPC_CheckPredicate, 30, 17, 26, 0, // Skip to: 17098 |
| 4909 | /* 10425 */ MCD::OPC_Decode, 236, 21, 132, 2, // Opcode: VSHF_D |
| 4910 | /* 10430 */ MCD::OPC_FilterValue, 4, 10, 0, 0, // Skip to: 10445 |
| 4911 | /* 10435 */ MCD::OPC_CheckPredicate, 30, 2, 26, 0, // Skip to: 17098 |
| 4912 | /* 10440 */ MCD::OPC_Decode, 135, 20, 253, 1, // Opcode: SRAR_B |
| 4913 | /* 10445 */ MCD::OPC_FilterValue, 5, 10, 0, 0, // Skip to: 10460 |
| 4914 | /* 10450 */ MCD::OPC_CheckPredicate, 30, 243, 25, 0, // Skip to: 17098 |
| 4915 | /* 10455 */ MCD::OPC_Decode, 137, 20, 254, 1, // Opcode: SRAR_H |
| 4916 | /* 10460 */ MCD::OPC_FilterValue, 6, 10, 0, 0, // Skip to: 10475 |
| 4917 | /* 10465 */ MCD::OPC_CheckPredicate, 30, 228, 25, 0, // Skip to: 17098 |
| 4918 | /* 10470 */ MCD::OPC_Decode, 138, 20, 255, 1, // Opcode: SRAR_W |
| 4919 | /* 10475 */ MCD::OPC_FilterValue, 7, 10, 0, 0, // Skip to: 10490 |
| 4920 | /* 10480 */ MCD::OPC_CheckPredicate, 30, 213, 25, 0, // Skip to: 17098 |
| 4921 | /* 10485 */ MCD::OPC_Decode, 136, 20, 128, 2, // Opcode: SRAR_D |
| 4922 | /* 10490 */ MCD::OPC_FilterValue, 8, 10, 0, 0, // Skip to: 10505 |
| 4923 | /* 10495 */ MCD::OPC_CheckPredicate, 30, 198, 25, 0, // Skip to: 17098 |
| 4924 | /* 10500 */ MCD::OPC_Decode, 157, 20, 253, 1, // Opcode: SRLR_B |
| 4925 | /* 10505 */ MCD::OPC_FilterValue, 9, 10, 0, 0, // Skip to: 10520 |
| 4926 | /* 10510 */ MCD::OPC_CheckPredicate, 30, 183, 25, 0, // Skip to: 17098 |
| 4927 | /* 10515 */ MCD::OPC_Decode, 159, 20, 254, 1, // Opcode: SRLR_H |
| 4928 | /* 10520 */ MCD::OPC_FilterValue, 10, 10, 0, 0, // Skip to: 10535 |
| 4929 | /* 10525 */ MCD::OPC_CheckPredicate, 30, 168, 25, 0, // Skip to: 17098 |
| 4930 | /* 10530 */ MCD::OPC_Decode, 160, 20, 255, 1, // Opcode: SRLR_W |
| 4931 | /* 10535 */ MCD::OPC_FilterValue, 11, 10, 0, 0, // Skip to: 10550 |
| 4932 | /* 10540 */ MCD::OPC_CheckPredicate, 30, 153, 25, 0, // Skip to: 17098 |
| 4933 | /* 10545 */ MCD::OPC_Decode, 158, 20, 128, 2, // Opcode: SRLR_D |
| 4934 | /* 10550 */ MCD::OPC_FilterValue, 17, 10, 0, 0, // Skip to: 10565 |
| 4935 | /* 10555 */ MCD::OPC_CheckPredicate, 30, 138, 25, 0, // Skip to: 17098 |
| 4936 | /* 10560 */ MCD::OPC_Decode, 171, 13, 133, 2, // Opcode: HADD_S_H |
| 4937 | /* 10565 */ MCD::OPC_FilterValue, 18, 10, 0, 0, // Skip to: 10580 |
| 4938 | /* 10570 */ MCD::OPC_CheckPredicate, 30, 123, 25, 0, // Skip to: 17098 |
| 4939 | /* 10575 */ MCD::OPC_Decode, 172, 13, 134, 2, // Opcode: HADD_S_W |
| 4940 | /* 10580 */ MCD::OPC_FilterValue, 19, 10, 0, 0, // Skip to: 10595 |
| 4941 | /* 10585 */ MCD::OPC_CheckPredicate, 30, 108, 25, 0, // Skip to: 17098 |
| 4942 | /* 10590 */ MCD::OPC_Decode, 170, 13, 135, 2, // Opcode: HADD_S_D |
| 4943 | /* 10595 */ MCD::OPC_FilterValue, 21, 10, 0, 0, // Skip to: 10610 |
| 4944 | /* 10600 */ MCD::OPC_CheckPredicate, 30, 93, 25, 0, // Skip to: 17098 |
| 4945 | /* 10605 */ MCD::OPC_Decode, 174, 13, 133, 2, // Opcode: HADD_U_H |
| 4946 | /* 10610 */ MCD::OPC_FilterValue, 22, 10, 0, 0, // Skip to: 10625 |
| 4947 | /* 10615 */ MCD::OPC_CheckPredicate, 30, 78, 25, 0, // Skip to: 17098 |
| 4948 | /* 10620 */ MCD::OPC_Decode, 175, 13, 134, 2, // Opcode: HADD_U_W |
| 4949 | /* 10625 */ MCD::OPC_FilterValue, 23, 10, 0, 0, // Skip to: 10640 |
| 4950 | /* 10630 */ MCD::OPC_CheckPredicate, 30, 63, 25, 0, // Skip to: 17098 |
| 4951 | /* 10635 */ MCD::OPC_Decode, 173, 13, 135, 2, // Opcode: HADD_U_D |
| 4952 | /* 10640 */ MCD::OPC_FilterValue, 25, 10, 0, 0, // Skip to: 10655 |
| 4953 | /* 10645 */ MCD::OPC_CheckPredicate, 30, 48, 25, 0, // Skip to: 17098 |
| 4954 | /* 10650 */ MCD::OPC_Decode, 177, 13, 133, 2, // Opcode: HSUB_S_H |
| 4955 | /* 10655 */ MCD::OPC_FilterValue, 26, 10, 0, 0, // Skip to: 10670 |
| 4956 | /* 10660 */ MCD::OPC_CheckPredicate, 30, 33, 25, 0, // Skip to: 17098 |
| 4957 | /* 10665 */ MCD::OPC_Decode, 178, 13, 134, 2, // Opcode: HSUB_S_W |
| 4958 | /* 10670 */ MCD::OPC_FilterValue, 27, 10, 0, 0, // Skip to: 10685 |
| 4959 | /* 10675 */ MCD::OPC_CheckPredicate, 30, 18, 25, 0, // Skip to: 17098 |
| 4960 | /* 10680 */ MCD::OPC_Decode, 176, 13, 135, 2, // Opcode: HSUB_S_D |
| 4961 | /* 10685 */ MCD::OPC_FilterValue, 29, 10, 0, 0, // Skip to: 10700 |
| 4962 | /* 10690 */ MCD::OPC_CheckPredicate, 30, 3, 25, 0, // Skip to: 17098 |
| 4963 | /* 10695 */ MCD::OPC_Decode, 180, 13, 133, 2, // Opcode: HSUB_U_H |
| 4964 | /* 10700 */ MCD::OPC_FilterValue, 30, 10, 0, 0, // Skip to: 10715 |
| 4965 | /* 10705 */ MCD::OPC_CheckPredicate, 30, 244, 24, 0, // Skip to: 17098 |
| 4966 | /* 10710 */ MCD::OPC_Decode, 181, 13, 134, 2, // Opcode: HSUB_U_W |
| 4967 | /* 10715 */ MCD::OPC_FilterValue, 31, 234, 24, 0, // Skip to: 17098 |
| 4968 | /* 10720 */ MCD::OPC_CheckPredicate, 30, 229, 24, 0, // Skip to: 17098 |
| 4969 | /* 10725 */ MCD::OPC_Decode, 179, 13, 135, 2, // Opcode: HSUB_U_D |
| 4970 | /* 10730 */ MCD::OPC_FilterValue, 25, 26, 2, 0, // Skip to: 11273 |
| 4971 | /* 10735 */ MCD::OPC_ExtractField, 20, 6, // Inst{25-20} ... |
| 4972 | /* 10738 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 10753 |
| 4973 | /* 10743 */ MCD::OPC_CheckPredicate, 30, 206, 24, 0, // Skip to: 17098 |
| 4974 | /* 10748 */ MCD::OPC_Decode, 207, 19, 147, 2, // Opcode: SLDI_B |
| 4975 | /* 10753 */ MCD::OPC_FilterValue, 2, 17, 0, 0, // Skip to: 10775 |
| 4976 | /* 10758 */ MCD::OPC_CheckPredicate, 30, 191, 24, 0, // Skip to: 17098 |
| 4977 | /* 10763 */ MCD::OPC_CheckField, 19, 1, 0, 184, 24, 0, // Skip to: 17098 |
| 4978 | /* 10770 */ MCD::OPC_Decode, 209, 19, 148, 2, // Opcode: SLDI_H |
| 4979 | /* 10775 */ MCD::OPC_FilterValue, 3, 62, 0, 0, // Skip to: 10842 |
| 4980 | /* 10780 */ MCD::OPC_ExtractField, 18, 2, // Inst{19-18} ... |
| 4981 | /* 10783 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 10798 |
| 4982 | /* 10788 */ MCD::OPC_CheckPredicate, 30, 161, 24, 0, // Skip to: 17098 |
| 4983 | /* 10793 */ MCD::OPC_Decode, 210, 19, 149, 2, // Opcode: SLDI_W |
| 4984 | /* 10798 */ MCD::OPC_FilterValue, 2, 17, 0, 0, // Skip to: 10820 |
| 4985 | /* 10803 */ MCD::OPC_CheckPredicate, 30, 146, 24, 0, // Skip to: 17098 |
| 4986 | /* 10808 */ MCD::OPC_CheckField, 17, 1, 0, 139, 24, 0, // Skip to: 17098 |
| 4987 | /* 10815 */ MCD::OPC_Decode, 208, 19, 150, 2, // Opcode: SLDI_D |
| 4988 | /* 10820 */ MCD::OPC_FilterValue, 3, 129, 24, 0, // Skip to: 17098 |
| 4989 | /* 10825 */ MCD::OPC_CheckPredicate, 30, 124, 24, 0, // Skip to: 17098 |
| 4990 | /* 10830 */ MCD::OPC_CheckField, 16, 2, 2, 117, 24, 0, // Skip to: 17098 |
| 4991 | /* 10837 */ MCD::OPC_Decode, 179, 9, 151, 2, // Opcode: CTCMSA |
| 4992 | /* 10842 */ MCD::OPC_FilterValue, 4, 10, 0, 0, // Skip to: 10857 |
| 4993 | /* 10847 */ MCD::OPC_CheckPredicate, 30, 102, 24, 0, // Skip to: 17098 |
| 4994 | /* 10852 */ MCD::OPC_Decode, 246, 19, 152, 2, // Opcode: SPLATI_B |
| 4995 | /* 10857 */ MCD::OPC_FilterValue, 6, 17, 0, 0, // Skip to: 10879 |
| 4996 | /* 10862 */ MCD::OPC_CheckPredicate, 30, 87, 24, 0, // Skip to: 17098 |
| 4997 | /* 10867 */ MCD::OPC_CheckField, 19, 1, 0, 80, 24, 0, // Skip to: 17098 |
| 4998 | /* 10874 */ MCD::OPC_Decode, 248, 19, 153, 2, // Opcode: SPLATI_H |
| 4999 | /* 10879 */ MCD::OPC_FilterValue, 7, 62, 0, 0, // Skip to: 10946 |
| 5000 | /* 10884 */ MCD::OPC_ExtractField, 18, 2, // Inst{19-18} ... |
| 5001 | /* 10887 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 10902 |
| 5002 | /* 10892 */ MCD::OPC_CheckPredicate, 30, 57, 24, 0, // Skip to: 17098 |
| 5003 | /* 10897 */ MCD::OPC_Decode, 249, 19, 154, 2, // Opcode: SPLATI_W |
| 5004 | /* 10902 */ MCD::OPC_FilterValue, 2, 17, 0, 0, // Skip to: 10924 |
| 5005 | /* 10907 */ MCD::OPC_CheckPredicate, 30, 42, 24, 0, // Skip to: 17098 |
| 5006 | /* 10912 */ MCD::OPC_CheckField, 17, 1, 0, 35, 24, 0, // Skip to: 17098 |
| 5007 | /* 10919 */ MCD::OPC_Decode, 247, 19, 155, 2, // Opcode: SPLATI_D |
| 5008 | /* 10924 */ MCD::OPC_FilterValue, 3, 25, 24, 0, // Skip to: 17098 |
| 5009 | /* 10929 */ MCD::OPC_CheckPredicate, 30, 20, 24, 0, // Skip to: 17098 |
| 5010 | /* 10934 */ MCD::OPC_CheckField, 16, 2, 2, 13, 24, 0, // Skip to: 17098 |
| 5011 | /* 10941 */ MCD::OPC_Decode, 152, 8, 156, 2, // Opcode: CFCMSA |
| 5012 | /* 10946 */ MCD::OPC_FilterValue, 8, 10, 0, 0, // Skip to: 10961 |
| 5013 | /* 10951 */ MCD::OPC_CheckPredicate, 30, 254, 23, 0, // Skip to: 17098 |
| 5014 | /* 10956 */ MCD::OPC_Decode, 161, 9, 157, 2, // Opcode: COPY_S_B |
| 5015 | /* 10961 */ MCD::OPC_FilterValue, 10, 17, 0, 0, // Skip to: 10983 |
| 5016 | /* 10966 */ MCD::OPC_CheckPredicate, 30, 239, 23, 0, // Skip to: 17098 |
| 5017 | /* 10971 */ MCD::OPC_CheckField, 19, 1, 0, 232, 23, 0, // Skip to: 17098 |
| 5018 | /* 10978 */ MCD::OPC_Decode, 163, 9, 158, 2, // Opcode: COPY_S_H |
| 5019 | /* 10983 */ MCD::OPC_FilterValue, 11, 62, 0, 0, // Skip to: 11050 |
| 5020 | /* 10988 */ MCD::OPC_ExtractField, 18, 2, // Inst{19-18} ... |
| 5021 | /* 10991 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 11006 |
| 5022 | /* 10996 */ MCD::OPC_CheckPredicate, 30, 209, 23, 0, // Skip to: 17098 |
| 5023 | /* 11001 */ MCD::OPC_Decode, 164, 9, 159, 2, // Opcode: COPY_S_W |
| 5024 | /* 11006 */ MCD::OPC_FilterValue, 2, 17, 0, 0, // Skip to: 11028 |
| 5025 | /* 11011 */ MCD::OPC_CheckPredicate, 38, 194, 23, 0, // Skip to: 17098 |
| 5026 | /* 11016 */ MCD::OPC_CheckField, 17, 1, 0, 187, 23, 0, // Skip to: 17098 |
| 5027 | /* 11023 */ MCD::OPC_Decode, 162, 9, 160, 2, // Opcode: COPY_S_D |
| 5028 | /* 11028 */ MCD::OPC_FilterValue, 3, 177, 23, 0, // Skip to: 17098 |
| 5029 | /* 11033 */ MCD::OPC_CheckPredicate, 30, 172, 23, 0, // Skip to: 17098 |
| 5030 | /* 11038 */ MCD::OPC_CheckField, 16, 2, 2, 165, 23, 0, // Skip to: 17098 |
| 5031 | /* 11045 */ MCD::OPC_Decode, 136, 16, 161, 2, // Opcode: MOVE_V |
| 5032 | /* 11050 */ MCD::OPC_FilterValue, 12, 10, 0, 0, // Skip to: 11065 |
| 5033 | /* 11055 */ MCD::OPC_CheckPredicate, 30, 150, 23, 0, // Skip to: 17098 |
| 5034 | /* 11060 */ MCD::OPC_Decode, 165, 9, 157, 2, // Opcode: COPY_U_B |
| 5035 | /* 11065 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 11087 |
| 5036 | /* 11070 */ MCD::OPC_CheckPredicate, 30, 135, 23, 0, // Skip to: 17098 |
| 5037 | /* 11075 */ MCD::OPC_CheckField, 19, 1, 0, 128, 23, 0, // Skip to: 17098 |
| 5038 | /* 11082 */ MCD::OPC_Decode, 166, 9, 158, 2, // Opcode: COPY_U_H |
| 5039 | /* 11087 */ MCD::OPC_FilterValue, 15, 17, 0, 0, // Skip to: 11109 |
| 5040 | /* 11092 */ MCD::OPC_CheckPredicate, 38, 113, 23, 0, // Skip to: 17098 |
| 5041 | /* 11097 */ MCD::OPC_CheckField, 18, 2, 0, 106, 23, 0, // Skip to: 17098 |
| 5042 | /* 11104 */ MCD::OPC_Decode, 167, 9, 159, 2, // Opcode: COPY_U_W |
| 5043 | /* 11109 */ MCD::OPC_FilterValue, 16, 10, 0, 0, // Skip to: 11124 |
| 5044 | /* 11114 */ MCD::OPC_CheckPredicate, 30, 91, 23, 0, // Skip to: 17098 |
| 5045 | /* 11119 */ MCD::OPC_Decode, 201, 13, 162, 2, // Opcode: INSERT_B |
| 5046 | /* 11124 */ MCD::OPC_FilterValue, 18, 17, 0, 0, // Skip to: 11146 |
| 5047 | /* 11129 */ MCD::OPC_CheckPredicate, 30, 76, 23, 0, // Skip to: 17098 |
| 5048 | /* 11134 */ MCD::OPC_CheckField, 19, 1, 0, 69, 23, 0, // Skip to: 17098 |
| 5049 | /* 11141 */ MCD::OPC_Decode, 203, 13, 163, 2, // Opcode: INSERT_H |
| 5050 | /* 11146 */ MCD::OPC_FilterValue, 19, 40, 0, 0, // Skip to: 11191 |
| 5051 | /* 11151 */ MCD::OPC_ExtractField, 18, 2, // Inst{19-18} ... |
| 5052 | /* 11154 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 11169 |
| 5053 | /* 11159 */ MCD::OPC_CheckPredicate, 30, 46, 23, 0, // Skip to: 17098 |
| 5054 | /* 11164 */ MCD::OPC_Decode, 204, 13, 164, 2, // Opcode: INSERT_W |
| 5055 | /* 11169 */ MCD::OPC_FilterValue, 2, 36, 23, 0, // Skip to: 17098 |
| 5056 | /* 11174 */ MCD::OPC_CheckPredicate, 38, 31, 23, 0, // Skip to: 17098 |
| 5057 | /* 11179 */ MCD::OPC_CheckField, 17, 1, 0, 24, 23, 0, // Skip to: 17098 |
| 5058 | /* 11186 */ MCD::OPC_Decode, 202, 13, 165, 2, // Opcode: INSERT_D |
| 5059 | /* 11191 */ MCD::OPC_FilterValue, 20, 10, 0, 0, // Skip to: 11206 |
| 5060 | /* 11196 */ MCD::OPC_CheckPredicate, 30, 9, 23, 0, // Skip to: 17098 |
| 5061 | /* 11201 */ MCD::OPC_Decode, 206, 13, 166, 2, // Opcode: INSVE_B |
| 5062 | /* 11206 */ MCD::OPC_FilterValue, 22, 17, 0, 0, // Skip to: 11228 |
| 5063 | /* 11211 */ MCD::OPC_CheckPredicate, 30, 250, 22, 0, // Skip to: 17098 |
| 5064 | /* 11216 */ MCD::OPC_CheckField, 19, 1, 0, 243, 22, 0, // Skip to: 17098 |
| 5065 | /* 11223 */ MCD::OPC_Decode, 208, 13, 166, 2, // Opcode: INSVE_H |
| 5066 | /* 11228 */ MCD::OPC_FilterValue, 23, 233, 22, 0, // Skip to: 17098 |
| 5067 | /* 11233 */ MCD::OPC_ExtractField, 18, 2, // Inst{19-18} ... |
| 5068 | /* 11236 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 11251 |
| 5069 | /* 11241 */ MCD::OPC_CheckPredicate, 30, 220, 22, 0, // Skip to: 17098 |
| 5070 | /* 11246 */ MCD::OPC_Decode, 209, 13, 166, 2, // Opcode: INSVE_W |
| 5071 | /* 11251 */ MCD::OPC_FilterValue, 2, 210, 22, 0, // Skip to: 17098 |
| 5072 | /* 11256 */ MCD::OPC_CheckPredicate, 30, 205, 22, 0, // Skip to: 17098 |
| 5073 | /* 11261 */ MCD::OPC_CheckField, 17, 1, 0, 198, 22, 0, // Skip to: 17098 |
| 5074 | /* 11268 */ MCD::OPC_Decode, 207, 13, 166, 2, // Opcode: INSVE_D |
| 5075 | /* 11273 */ MCD::OPC_FilterValue, 26, 227, 1, 0, // Skip to: 11761 |
| 5076 | /* 11278 */ MCD::OPC_ExtractField, 21, 5, // Inst{25-21} ... |
| 5077 | /* 11281 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 11296 |
| 5078 | /* 11286 */ MCD::OPC_CheckPredicate, 30, 175, 22, 0, // Skip to: 17098 |
| 5079 | /* 11291 */ MCD::OPC_Decode, 130, 12, 255, 1, // Opcode: FCAF_W |
| 5080 | /* 11296 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 11311 |
| 5081 | /* 11301 */ MCD::OPC_CheckPredicate, 30, 160, 22, 0, // Skip to: 17098 |
| 5082 | /* 11306 */ MCD::OPC_Decode, 129, 12, 128, 2, // Opcode: FCAF_D |
| 5083 | /* 11311 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 11326 |
| 5084 | /* 11316 */ MCD::OPC_CheckPredicate, 30, 145, 22, 0, // Skip to: 17098 |
| 5085 | /* 11321 */ MCD::OPC_Decode, 157, 12, 255, 1, // Opcode: FCUN_W |
| 5086 | /* 11326 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 11341 |
| 5087 | /* 11331 */ MCD::OPC_CheckPredicate, 30, 130, 22, 0, // Skip to: 17098 |
| 5088 | /* 11336 */ MCD::OPC_Decode, 156, 12, 128, 2, // Opcode: FCUN_D |
| 5089 | /* 11341 */ MCD::OPC_FilterValue, 4, 10, 0, 0, // Skip to: 11356 |
| 5090 | /* 11346 */ MCD::OPC_CheckPredicate, 30, 115, 22, 0, // Skip to: 17098 |
| 5091 | /* 11351 */ MCD::OPC_Decode, 132, 12, 255, 1, // Opcode: FCEQ_W |
| 5092 | /* 11356 */ MCD::OPC_FilterValue, 5, 10, 0, 0, // Skip to: 11371 |
| 5093 | /* 11361 */ MCD::OPC_CheckPredicate, 30, 100, 22, 0, // Skip to: 17098 |
| 5094 | /* 11366 */ MCD::OPC_Decode, 131, 12, 128, 2, // Opcode: FCEQ_D |
| 5095 | /* 11371 */ MCD::OPC_FilterValue, 6, 10, 0, 0, // Skip to: 11386 |
| 5096 | /* 11376 */ MCD::OPC_CheckPredicate, 30, 85, 22, 0, // Skip to: 17098 |
| 5097 | /* 11381 */ MCD::OPC_Decode, 149, 12, 255, 1, // Opcode: FCUEQ_W |
| 5098 | /* 11386 */ MCD::OPC_FilterValue, 7, 10, 0, 0, // Skip to: 11401 |
| 5099 | /* 11391 */ MCD::OPC_CheckPredicate, 30, 70, 22, 0, // Skip to: 17098 |
| 5100 | /* 11396 */ MCD::OPC_Decode, 148, 12, 128, 2, // Opcode: FCUEQ_D |
| 5101 | /* 11401 */ MCD::OPC_FilterValue, 8, 10, 0, 0, // Skip to: 11416 |
| 5102 | /* 11406 */ MCD::OPC_CheckPredicate, 30, 55, 22, 0, // Skip to: 17098 |
| 5103 | /* 11411 */ MCD::OPC_Decode, 138, 12, 255, 1, // Opcode: FCLT_W |
| 5104 | /* 11416 */ MCD::OPC_FilterValue, 9, 10, 0, 0, // Skip to: 11431 |
| 5105 | /* 11421 */ MCD::OPC_CheckPredicate, 30, 40, 22, 0, // Skip to: 17098 |
| 5106 | /* 11426 */ MCD::OPC_Decode, 137, 12, 128, 2, // Opcode: FCLT_D |
| 5107 | /* 11431 */ MCD::OPC_FilterValue, 10, 10, 0, 0, // Skip to: 11446 |
| 5108 | /* 11436 */ MCD::OPC_CheckPredicate, 30, 25, 22, 0, // Skip to: 17098 |
| 5109 | /* 11441 */ MCD::OPC_Decode, 153, 12, 255, 1, // Opcode: FCULT_W |
| 5110 | /* 11446 */ MCD::OPC_FilterValue, 11, 10, 0, 0, // Skip to: 11461 |
| 5111 | /* 11451 */ MCD::OPC_CheckPredicate, 30, 10, 22, 0, // Skip to: 17098 |
| 5112 | /* 11456 */ MCD::OPC_Decode, 152, 12, 128, 2, // Opcode: FCULT_D |
| 5113 | /* 11461 */ MCD::OPC_FilterValue, 12, 10, 0, 0, // Skip to: 11476 |
| 5114 | /* 11466 */ MCD::OPC_CheckPredicate, 30, 251, 21, 0, // Skip to: 17098 |
| 5115 | /* 11471 */ MCD::OPC_Decode, 136, 12, 255, 1, // Opcode: FCLE_W |
| 5116 | /* 11476 */ MCD::OPC_FilterValue, 13, 10, 0, 0, // Skip to: 11491 |
| 5117 | /* 11481 */ MCD::OPC_CheckPredicate, 30, 236, 21, 0, // Skip to: 17098 |
| 5118 | /* 11486 */ MCD::OPC_Decode, 135, 12, 128, 2, // Opcode: FCLE_D |
| 5119 | /* 11491 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 11506 |
| 5120 | /* 11496 */ MCD::OPC_CheckPredicate, 30, 221, 21, 0, // Skip to: 17098 |
| 5121 | /* 11501 */ MCD::OPC_Decode, 151, 12, 255, 1, // Opcode: FCULE_W |
| 5122 | /* 11506 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 11521 |
| 5123 | /* 11511 */ MCD::OPC_CheckPredicate, 30, 206, 21, 0, // Skip to: 17098 |
| 5124 | /* 11516 */ MCD::OPC_Decode, 150, 12, 128, 2, // Opcode: FCULE_D |
| 5125 | /* 11521 */ MCD::OPC_FilterValue, 16, 10, 0, 0, // Skip to: 11536 |
| 5126 | /* 11526 */ MCD::OPC_CheckPredicate, 30, 191, 21, 0, // Skip to: 17098 |
| 5127 | /* 11531 */ MCD::OPC_Decode, 245, 12, 255, 1, // Opcode: FSAF_W |
| 5128 | /* 11536 */ MCD::OPC_FilterValue, 17, 10, 0, 0, // Skip to: 11551 |
| 5129 | /* 11541 */ MCD::OPC_CheckPredicate, 30, 176, 21, 0, // Skip to: 17098 |
| 5130 | /* 11546 */ MCD::OPC_Decode, 244, 12, 128, 2, // Opcode: FSAF_D |
| 5131 | /* 11551 */ MCD::OPC_FilterValue, 18, 10, 0, 0, // Skip to: 11566 |
| 5132 | /* 11556 */ MCD::OPC_CheckPredicate, 30, 161, 21, 0, // Skip to: 17098 |
| 5133 | /* 11561 */ MCD::OPC_Decode, 155, 13, 255, 1, // Opcode: FSUN_W |
| 5134 | /* 11566 */ MCD::OPC_FilterValue, 19, 10, 0, 0, // Skip to: 11581 |
| 5135 | /* 11571 */ MCD::OPC_CheckPredicate, 30, 146, 21, 0, // Skip to: 17098 |
| 5136 | /* 11576 */ MCD::OPC_Decode, 154, 13, 128, 2, // Opcode: FSUN_D |
| 5137 | /* 11581 */ MCD::OPC_FilterValue, 20, 10, 0, 0, // Skip to: 11596 |
| 5138 | /* 11586 */ MCD::OPC_CheckPredicate, 30, 131, 21, 0, // Skip to: 17098 |
| 5139 | /* 11591 */ MCD::OPC_Decode, 247, 12, 255, 1, // Opcode: FSEQ_W |
| 5140 | /* 11596 */ MCD::OPC_FilterValue, 21, 10, 0, 0, // Skip to: 11611 |
| 5141 | /* 11601 */ MCD::OPC_CheckPredicate, 30, 116, 21, 0, // Skip to: 17098 |
| 5142 | /* 11606 */ MCD::OPC_Decode, 246, 12, 128, 2, // Opcode: FSEQ_D |
| 5143 | /* 11611 */ MCD::OPC_FilterValue, 22, 10, 0, 0, // Skip to: 11626 |
| 5144 | /* 11616 */ MCD::OPC_CheckPredicate, 30, 101, 21, 0, // Skip to: 17098 |
| 5145 | /* 11621 */ MCD::OPC_Decode, 147, 13, 255, 1, // Opcode: FSUEQ_W |
| 5146 | /* 11626 */ MCD::OPC_FilterValue, 23, 10, 0, 0, // Skip to: 11641 |
| 5147 | /* 11631 */ MCD::OPC_CheckPredicate, 30, 86, 21, 0, // Skip to: 17098 |
| 5148 | /* 11636 */ MCD::OPC_Decode, 146, 13, 128, 2, // Opcode: FSUEQ_D |
| 5149 | /* 11641 */ MCD::OPC_FilterValue, 24, 10, 0, 0, // Skip to: 11656 |
| 5150 | /* 11646 */ MCD::OPC_CheckPredicate, 30, 71, 21, 0, // Skip to: 17098 |
| 5151 | /* 11651 */ MCD::OPC_Decode, 251, 12, 255, 1, // Opcode: FSLT_W |
| 5152 | /* 11656 */ MCD::OPC_FilterValue, 25, 10, 0, 0, // Skip to: 11671 |
| 5153 | /* 11661 */ MCD::OPC_CheckPredicate, 30, 56, 21, 0, // Skip to: 17098 |
| 5154 | /* 11666 */ MCD::OPC_Decode, 250, 12, 128, 2, // Opcode: FSLT_D |
| 5155 | /* 11671 */ MCD::OPC_FilterValue, 26, 10, 0, 0, // Skip to: 11686 |
| 5156 | /* 11676 */ MCD::OPC_CheckPredicate, 30, 41, 21, 0, // Skip to: 17098 |
| 5157 | /* 11681 */ MCD::OPC_Decode, 151, 13, 255, 1, // Opcode: FSULT_W |
| 5158 | /* 11686 */ MCD::OPC_FilterValue, 27, 10, 0, 0, // Skip to: 11701 |
| 5159 | /* 11691 */ MCD::OPC_CheckPredicate, 30, 26, 21, 0, // Skip to: 17098 |
| 5160 | /* 11696 */ MCD::OPC_Decode, 150, 13, 128, 2, // Opcode: FSULT_D |
| 5161 | /* 11701 */ MCD::OPC_FilterValue, 28, 10, 0, 0, // Skip to: 11716 |
| 5162 | /* 11706 */ MCD::OPC_CheckPredicate, 30, 11, 21, 0, // Skip to: 17098 |
| 5163 | /* 11711 */ MCD::OPC_Decode, 249, 12, 255, 1, // Opcode: FSLE_W |
| 5164 | /* 11716 */ MCD::OPC_FilterValue, 29, 10, 0, 0, // Skip to: 11731 |
| 5165 | /* 11721 */ MCD::OPC_CheckPredicate, 30, 252, 20, 0, // Skip to: 17098 |
| 5166 | /* 11726 */ MCD::OPC_Decode, 248, 12, 128, 2, // Opcode: FSLE_D |
| 5167 | /* 11731 */ MCD::OPC_FilterValue, 30, 10, 0, 0, // Skip to: 11746 |
| 5168 | /* 11736 */ MCD::OPC_CheckPredicate, 30, 237, 20, 0, // Skip to: 17098 |
| 5169 | /* 11741 */ MCD::OPC_Decode, 149, 13, 255, 1, // Opcode: FSULE_W |
| 5170 | /* 11746 */ MCD::OPC_FilterValue, 31, 227, 20, 0, // Skip to: 17098 |
| 5171 | /* 11751 */ MCD::OPC_CheckPredicate, 30, 222, 20, 0, // Skip to: 17098 |
| 5172 | /* 11756 */ MCD::OPC_Decode, 148, 13, 128, 2, // Opcode: FSULE_D |
| 5173 | /* 11761 */ MCD::OPC_FilterValue, 27, 137, 1, 0, // Skip to: 12159 |
| 5174 | /* 11766 */ MCD::OPC_ExtractField, 21, 5, // Inst{25-21} ... |
| 5175 | /* 11769 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 11784 |
| 5176 | /* 11774 */ MCD::OPC_CheckPredicate, 30, 199, 20, 0, // Skip to: 17098 |
| 5177 | /* 11779 */ MCD::OPC_Decode, 128, 12, 255, 1, // Opcode: FADD_W |
| 5178 | /* 11784 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 11799 |
| 5179 | /* 11789 */ MCD::OPC_CheckPredicate, 30, 184, 20, 0, // Skip to: 17098 |
| 5180 | /* 11794 */ MCD::OPC_Decode, 247, 11, 128, 2, // Opcode: FADD_D |
| 5181 | /* 11799 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 11814 |
| 5182 | /* 11804 */ MCD::OPC_CheckPredicate, 30, 169, 20, 0, // Skip to: 17098 |
| 5183 | /* 11809 */ MCD::OPC_Decode, 145, 13, 255, 1, // Opcode: FSUB_W |
| 5184 | /* 11814 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 11829 |
| 5185 | /* 11819 */ MCD::OPC_CheckPredicate, 30, 154, 20, 0, // Skip to: 17098 |
| 5186 | /* 11824 */ MCD::OPC_Decode, 136, 13, 128, 2, // Opcode: FSUB_D |
| 5187 | /* 11829 */ MCD::OPC_FilterValue, 4, 10, 0, 0, // Skip to: 11844 |
| 5188 | /* 11834 */ MCD::OPC_CheckPredicate, 30, 139, 20, 0, // Skip to: 17098 |
| 5189 | /* 11839 */ MCD::OPC_Decode, 229, 12, 255, 1, // Opcode: FMUL_W |
| 5190 | /* 11844 */ MCD::OPC_FilterValue, 5, 10, 0, 0, // Skip to: 11859 |
| 5191 | /* 11849 */ MCD::OPC_CheckPredicate, 30, 124, 20, 0, // Skip to: 17098 |
| 5192 | /* 11854 */ MCD::OPC_Decode, 220, 12, 128, 2, // Opcode: FMUL_D |
| 5193 | /* 11859 */ MCD::OPC_FilterValue, 6, 10, 0, 0, // Skip to: 11874 |
| 5194 | /* 11864 */ MCD::OPC_CheckPredicate, 30, 109, 20, 0, // Skip to: 17098 |
| 5195 | /* 11869 */ MCD::OPC_Decode, 166, 12, 255, 1, // Opcode: FDIV_W |
| 5196 | /* 11874 */ MCD::OPC_FilterValue, 7, 10, 0, 0, // Skip to: 11889 |
| 5197 | /* 11879 */ MCD::OPC_CheckPredicate, 30, 94, 20, 0, // Skip to: 17098 |
| 5198 | /* 11884 */ MCD::OPC_Decode, 158, 12, 128, 2, // Opcode: FDIV_D |
| 5199 | /* 11889 */ MCD::OPC_FilterValue, 8, 10, 0, 0, // Skip to: 11904 |
| 5200 | /* 11894 */ MCD::OPC_CheckPredicate, 30, 79, 20, 0, // Skip to: 17098 |
| 5201 | /* 11899 */ MCD::OPC_Decode, 201, 12, 131, 2, // Opcode: FMADD_W |
| 5202 | /* 11904 */ MCD::OPC_FilterValue, 9, 10, 0, 0, // Skip to: 11919 |
| 5203 | /* 11909 */ MCD::OPC_CheckPredicate, 30, 64, 20, 0, // Skip to: 17098 |
| 5204 | /* 11914 */ MCD::OPC_Decode, 200, 12, 132, 2, // Opcode: FMADD_D |
| 5205 | /* 11919 */ MCD::OPC_FilterValue, 10, 10, 0, 0, // Skip to: 11934 |
| 5206 | /* 11924 */ MCD::OPC_CheckPredicate, 30, 49, 20, 0, // Skip to: 17098 |
| 5207 | /* 11929 */ MCD::OPC_Decode, 219, 12, 131, 2, // Opcode: FMSUB_W |
| 5208 | /* 11934 */ MCD::OPC_FilterValue, 11, 10, 0, 0, // Skip to: 11949 |
| 5209 | /* 11939 */ MCD::OPC_CheckPredicate, 30, 34, 20, 0, // Skip to: 17098 |
| 5210 | /* 11944 */ MCD::OPC_Decode, 218, 12, 132, 2, // Opcode: FMSUB_D |
| 5211 | /* 11949 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 11964 |
| 5212 | /* 11954 */ MCD::OPC_CheckPredicate, 30, 19, 20, 0, // Skip to: 17098 |
| 5213 | /* 11959 */ MCD::OPC_Decode, 170, 12, 255, 1, // Opcode: FEXP2_W |
| 5214 | /* 11964 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 11979 |
| 5215 | /* 11969 */ MCD::OPC_CheckPredicate, 30, 4, 20, 0, // Skip to: 17098 |
| 5216 | /* 11974 */ MCD::OPC_Decode, 169, 12, 128, 2, // Opcode: FEXP2_D |
| 5217 | /* 11979 */ MCD::OPC_FilterValue, 16, 10, 0, 0, // Skip to: 11994 |
| 5218 | /* 11984 */ MCD::OPC_CheckPredicate, 30, 245, 19, 0, // Skip to: 17098 |
| 5219 | /* 11989 */ MCD::OPC_Decode, 167, 12, 167, 2, // Opcode: FEXDO_H |
| 5220 | /* 11994 */ MCD::OPC_FilterValue, 17, 10, 0, 0, // Skip to: 12009 |
| 5221 | /* 11999 */ MCD::OPC_CheckPredicate, 30, 230, 19, 0, // Skip to: 17098 |
| 5222 | /* 12004 */ MCD::OPC_Decode, 168, 12, 168, 2, // Opcode: FEXDO_W |
| 5223 | /* 12009 */ MCD::OPC_FilterValue, 20, 10, 0, 0, // Skip to: 12024 |
| 5224 | /* 12014 */ MCD::OPC_CheckPredicate, 30, 215, 19, 0, // Skip to: 17098 |
| 5225 | /* 12019 */ MCD::OPC_Decode, 160, 13, 167, 2, // Opcode: FTQ_H |
| 5226 | /* 12024 */ MCD::OPC_FilterValue, 21, 10, 0, 0, // Skip to: 12039 |
| 5227 | /* 12029 */ MCD::OPC_CheckPredicate, 30, 200, 19, 0, // Skip to: 17098 |
| 5228 | /* 12034 */ MCD::OPC_Decode, 161, 13, 168, 2, // Opcode: FTQ_W |
| 5229 | /* 12039 */ MCD::OPC_FilterValue, 24, 10, 0, 0, // Skip to: 12054 |
| 5230 | /* 12044 */ MCD::OPC_CheckPredicate, 30, 185, 19, 0, // Skip to: 17098 |
| 5231 | /* 12049 */ MCD::OPC_Decode, 209, 12, 255, 1, // Opcode: FMIN_W |
| 5232 | /* 12054 */ MCD::OPC_FilterValue, 25, 10, 0, 0, // Skip to: 12069 |
| 5233 | /* 12059 */ MCD::OPC_CheckPredicate, 30, 170, 19, 0, // Skip to: 17098 |
| 5234 | /* 12064 */ MCD::OPC_Decode, 208, 12, 128, 2, // Opcode: FMIN_D |
| 5235 | /* 12069 */ MCD::OPC_FilterValue, 26, 10, 0, 0, // Skip to: 12084 |
| 5236 | /* 12074 */ MCD::OPC_CheckPredicate, 30, 155, 19, 0, // Skip to: 17098 |
| 5237 | /* 12079 */ MCD::OPC_Decode, 207, 12, 255, 1, // Opcode: FMIN_A_W |
| 5238 | /* 12084 */ MCD::OPC_FilterValue, 27, 10, 0, 0, // Skip to: 12099 |
| 5239 | /* 12089 */ MCD::OPC_CheckPredicate, 30, 140, 19, 0, // Skip to: 17098 |
| 5240 | /* 12094 */ MCD::OPC_Decode, 206, 12, 128, 2, // Opcode: FMIN_A_D |
| 5241 | /* 12099 */ MCD::OPC_FilterValue, 28, 10, 0, 0, // Skip to: 12114 |
| 5242 | /* 12104 */ MCD::OPC_CheckPredicate, 30, 125, 19, 0, // Skip to: 17098 |
| 5243 | /* 12109 */ MCD::OPC_Decode, 205, 12, 255, 1, // Opcode: FMAX_W |
| 5244 | /* 12114 */ MCD::OPC_FilterValue, 29, 10, 0, 0, // Skip to: 12129 |
| 5245 | /* 12119 */ MCD::OPC_CheckPredicate, 30, 110, 19, 0, // Skip to: 17098 |
| 5246 | /* 12124 */ MCD::OPC_Decode, 204, 12, 128, 2, // Opcode: FMAX_D |
| 5247 | /* 12129 */ MCD::OPC_FilterValue, 30, 10, 0, 0, // Skip to: 12144 |
| 5248 | /* 12134 */ MCD::OPC_CheckPredicate, 30, 95, 19, 0, // Skip to: 17098 |
| 5249 | /* 12139 */ MCD::OPC_Decode, 203, 12, 255, 1, // Opcode: FMAX_A_W |
| 5250 | /* 12144 */ MCD::OPC_FilterValue, 31, 85, 19, 0, // Skip to: 17098 |
| 5251 | /* 12149 */ MCD::OPC_CheckPredicate, 30, 80, 19, 0, // Skip to: 17098 |
| 5252 | /* 12154 */ MCD::OPC_Decode, 202, 12, 128, 2, // Opcode: FMAX_A_D |
| 5253 | /* 12159 */ MCD::OPC_FilterValue, 28, 107, 1, 0, // Skip to: 12527 |
| 5254 | /* 12164 */ MCD::OPC_ExtractField, 21, 5, // Inst{25-21} ... |
| 5255 | /* 12167 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 12182 |
| 5256 | /* 12172 */ MCD::OPC_CheckPredicate, 30, 57, 19, 0, // Skip to: 17098 |
| 5257 | /* 12177 */ MCD::OPC_Decode, 147, 12, 255, 1, // Opcode: FCOR_W |
| 5258 | /* 12182 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 12197 |
| 5259 | /* 12187 */ MCD::OPC_CheckPredicate, 30, 42, 19, 0, // Skip to: 17098 |
| 5260 | /* 12192 */ MCD::OPC_Decode, 146, 12, 128, 2, // Opcode: FCOR_D |
| 5261 | /* 12197 */ MCD::OPC_FilterValue, 4, 10, 0, 0, // Skip to: 12212 |
| 5262 | /* 12202 */ MCD::OPC_CheckPredicate, 30, 27, 19, 0, // Skip to: 17098 |
| 5263 | /* 12207 */ MCD::OPC_Decode, 155, 12, 255, 1, // Opcode: FCUNE_W |
| 5264 | /* 12212 */ MCD::OPC_FilterValue, 5, 10, 0, 0, // Skip to: 12227 |
| 5265 | /* 12217 */ MCD::OPC_CheckPredicate, 30, 12, 19, 0, // Skip to: 17098 |
| 5266 | /* 12222 */ MCD::OPC_Decode, 154, 12, 128, 2, // Opcode: FCUNE_D |
| 5267 | /* 12227 */ MCD::OPC_FilterValue, 6, 10, 0, 0, // Skip to: 12242 |
| 5268 | /* 12232 */ MCD::OPC_CheckPredicate, 30, 253, 18, 0, // Skip to: 17098 |
| 5269 | /* 12237 */ MCD::OPC_Decode, 145, 12, 255, 1, // Opcode: FCNE_W |
| 5270 | /* 12242 */ MCD::OPC_FilterValue, 7, 10, 0, 0, // Skip to: 12257 |
| 5271 | /* 12247 */ MCD::OPC_CheckPredicate, 30, 238, 18, 0, // Skip to: 17098 |
| 5272 | /* 12252 */ MCD::OPC_Decode, 144, 12, 128, 2, // Opcode: FCNE_D |
| 5273 | /* 12257 */ MCD::OPC_FilterValue, 8, 10, 0, 0, // Skip to: 12272 |
| 5274 | /* 12262 */ MCD::OPC_CheckPredicate, 30, 223, 18, 0, // Skip to: 17098 |
| 5275 | /* 12267 */ MCD::OPC_Decode, 158, 17, 254, 1, // Opcode: MUL_Q_H |
| 5276 | /* 12272 */ MCD::OPC_FilterValue, 9, 10, 0, 0, // Skip to: 12287 |
| 5277 | /* 12277 */ MCD::OPC_CheckPredicate, 30, 208, 18, 0, // Skip to: 17098 |
| 5278 | /* 12282 */ MCD::OPC_Decode, 159, 17, 255, 1, // Opcode: MUL_Q_W |
| 5279 | /* 12287 */ MCD::OPC_FilterValue, 10, 10, 0, 0, // Skip to: 12302 |
| 5280 | /* 12292 */ MCD::OPC_CheckPredicate, 30, 193, 18, 0, // Skip to: 17098 |
| 5281 | /* 12297 */ MCD::OPC_Decode, 147, 15, 130, 2, // Opcode: MADD_Q_H |
| 5282 | /* 12302 */ MCD::OPC_FilterValue, 11, 10, 0, 0, // Skip to: 12317 |
| 5283 | /* 12307 */ MCD::OPC_CheckPredicate, 30, 178, 18, 0, // Skip to: 17098 |
| 5284 | /* 12312 */ MCD::OPC_Decode, 148, 15, 131, 2, // Opcode: MADD_Q_W |
| 5285 | /* 12317 */ MCD::OPC_FilterValue, 12, 10, 0, 0, // Skip to: 12332 |
| 5286 | /* 12322 */ MCD::OPC_CheckPredicate, 30, 163, 18, 0, // Skip to: 17098 |
| 5287 | /* 12327 */ MCD::OPC_Decode, 198, 16, 130, 2, // Opcode: MSUB_Q_H |
| 5288 | /* 12332 */ MCD::OPC_FilterValue, 13, 10, 0, 0, // Skip to: 12347 |
| 5289 | /* 12337 */ MCD::OPC_CheckPredicate, 30, 148, 18, 0, // Skip to: 17098 |
| 5290 | /* 12342 */ MCD::OPC_Decode, 199, 16, 131, 2, // Opcode: MSUB_Q_W |
| 5291 | /* 12347 */ MCD::OPC_FilterValue, 18, 10, 0, 0, // Skip to: 12362 |
| 5292 | /* 12352 */ MCD::OPC_CheckPredicate, 30, 133, 18, 0, // Skip to: 17098 |
| 5293 | /* 12357 */ MCD::OPC_Decode, 255, 12, 255, 1, // Opcode: FSOR_W |
| 5294 | /* 12362 */ MCD::OPC_FilterValue, 19, 10, 0, 0, // Skip to: 12377 |
| 5295 | /* 12367 */ MCD::OPC_CheckPredicate, 30, 118, 18, 0, // Skip to: 17098 |
| 5296 | /* 12372 */ MCD::OPC_Decode, 254, 12, 128, 2, // Opcode: FSOR_D |
| 5297 | /* 12377 */ MCD::OPC_FilterValue, 20, 10, 0, 0, // Skip to: 12392 |
| 5298 | /* 12382 */ MCD::OPC_CheckPredicate, 30, 103, 18, 0, // Skip to: 17098 |
| 5299 | /* 12387 */ MCD::OPC_Decode, 153, 13, 255, 1, // Opcode: FSUNE_W |
| 5300 | /* 12392 */ MCD::OPC_FilterValue, 21, 10, 0, 0, // Skip to: 12407 |
| 5301 | /* 12397 */ MCD::OPC_CheckPredicate, 30, 88, 18, 0, // Skip to: 17098 |
| 5302 | /* 12402 */ MCD::OPC_Decode, 152, 13, 128, 2, // Opcode: FSUNE_D |
| 5303 | /* 12407 */ MCD::OPC_FilterValue, 22, 10, 0, 0, // Skip to: 12422 |
| 5304 | /* 12412 */ MCD::OPC_CheckPredicate, 30, 73, 18, 0, // Skip to: 17098 |
| 5305 | /* 12417 */ MCD::OPC_Decode, 253, 12, 255, 1, // Opcode: FSNE_W |
| 5306 | /* 12422 */ MCD::OPC_FilterValue, 23, 10, 0, 0, // Skip to: 12437 |
| 5307 | /* 12427 */ MCD::OPC_CheckPredicate, 30, 58, 18, 0, // Skip to: 17098 |
| 5308 | /* 12432 */ MCD::OPC_Decode, 252, 12, 128, 2, // Opcode: FSNE_D |
| 5309 | /* 12437 */ MCD::OPC_FilterValue, 24, 10, 0, 0, // Skip to: 12452 |
| 5310 | /* 12442 */ MCD::OPC_CheckPredicate, 30, 43, 18, 0, // Skip to: 17098 |
| 5311 | /* 12447 */ MCD::OPC_Decode, 134, 17, 254, 1, // Opcode: MULR_Q_H |
| 5312 | /* 12452 */ MCD::OPC_FilterValue, 25, 10, 0, 0, // Skip to: 12467 |
| 5313 | /* 12457 */ MCD::OPC_CheckPredicate, 30, 28, 18, 0, // Skip to: 17098 |
| 5314 | /* 12462 */ MCD::OPC_Decode, 135, 17, 255, 1, // Opcode: MULR_Q_W |
| 5315 | /* 12467 */ MCD::OPC_FilterValue, 26, 10, 0, 0, // Skip to: 12482 |
| 5316 | /* 12472 */ MCD::OPC_CheckPredicate, 30, 13, 18, 0, // Skip to: 17098 |
| 5317 | /* 12477 */ MCD::OPC_Decode, 131, 15, 130, 2, // Opcode: MADDR_Q_H |
| 5318 | /* 12482 */ MCD::OPC_FilterValue, 27, 10, 0, 0, // Skip to: 12497 |
| 5319 | /* 12487 */ MCD::OPC_CheckPredicate, 30, 254, 17, 0, // Skip to: 17098 |
| 5320 | /* 12492 */ MCD::OPC_Decode, 132, 15, 131, 2, // Opcode: MADDR_Q_W |
| 5321 | /* 12497 */ MCD::OPC_FilterValue, 28, 10, 0, 0, // Skip to: 12512 |
| 5322 | /* 12502 */ MCD::OPC_CheckPredicate, 30, 239, 17, 0, // Skip to: 17098 |
| 5323 | /* 12507 */ MCD::OPC_Decode, 182, 16, 130, 2, // Opcode: MSUBR_Q_H |
| 5324 | /* 12512 */ MCD::OPC_FilterValue, 29, 229, 17, 0, // Skip to: 17098 |
| 5325 | /* 12517 */ MCD::OPC_CheckPredicate, 30, 224, 17, 0, // Skip to: 17098 |
| 5326 | /* 12522 */ MCD::OPC_Decode, 183, 16, 131, 2, // Opcode: MSUBR_Q_W |
| 5327 | /* 12527 */ MCD::OPC_FilterValue, 30, 76, 3, 0, // Skip to: 13376 |
| 5328 | /* 12532 */ MCD::OPC_ExtractField, 21, 5, // Inst{25-21} ... |
| 5329 | /* 12535 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 12550 |
| 5330 | /* 12540 */ MCD::OPC_CheckPredicate, 30, 201, 17, 0, // Skip to: 17098 |
| 5331 | /* 12545 */ MCD::OPC_Decode, 140, 6, 253, 1, // Opcode: AND_V |
| 5332 | /* 12550 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 12565 |
| 5333 | /* 12555 */ MCD::OPC_CheckPredicate, 30, 186, 17, 0, // Skip to: 17098 |
| 5334 | /* 12560 */ MCD::OPC_Decode, 203, 17, 253, 1, // Opcode: OR_V |
| 5335 | /* 12565 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 12580 |
| 5336 | /* 12570 */ MCD::OPC_CheckPredicate, 30, 171, 17, 0, // Skip to: 17098 |
| 5337 | /* 12575 */ MCD::OPC_Decode, 190, 17, 253, 1, // Opcode: NOR_V |
| 5338 | /* 12580 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 12595 |
| 5339 | /* 12585 */ MCD::OPC_CheckPredicate, 30, 156, 17, 0, // Skip to: 17098 |
| 5340 | /* 12590 */ MCD::OPC_Decode, 128, 22, 253, 1, // Opcode: XOR_V |
| 5341 | /* 12595 */ MCD::OPC_FilterValue, 4, 10, 0, 0, // Skip to: 12610 |
| 5342 | /* 12600 */ MCD::OPC_CheckPredicate, 30, 141, 17, 0, // Skip to: 17098 |
| 5343 | /* 12605 */ MCD::OPC_Decode, 183, 7, 129, 2, // Opcode: BMNZ_V |
| 5344 | /* 12610 */ MCD::OPC_FilterValue, 5, 10, 0, 0, // Skip to: 12625 |
| 5345 | /* 12615 */ MCD::OPC_CheckPredicate, 30, 126, 17, 0, // Skip to: 17098 |
| 5346 | /* 12620 */ MCD::OPC_Decode, 185, 7, 129, 2, // Opcode: BMZ_V |
| 5347 | /* 12625 */ MCD::OPC_FilterValue, 6, 10, 0, 0, // Skip to: 12640 |
| 5348 | /* 12630 */ MCD::OPC_CheckPredicate, 30, 111, 17, 0, // Skip to: 17098 |
| 5349 | /* 12635 */ MCD::OPC_Decode, 227, 7, 129, 2, // Opcode: BSEL_V |
| 5350 | /* 12640 */ MCD::OPC_FilterValue, 24, 243, 0, 0, // Skip to: 12888 |
| 5351 | /* 12645 */ MCD::OPC_ExtractField, 16, 5, // Inst{20-16} ... |
| 5352 | /* 12648 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 12663 |
| 5353 | /* 12653 */ MCD::OPC_CheckPredicate, 30, 88, 17, 0, // Skip to: 17098 |
| 5354 | /* 12658 */ MCD::OPC_Decode, 183, 12, 169, 2, // Opcode: FILL_B |
| 5355 | /* 12663 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 12678 |
| 5356 | /* 12668 */ MCD::OPC_CheckPredicate, 30, 73, 17, 0, // Skip to: 17098 |
| 5357 | /* 12673 */ MCD::OPC_Decode, 185, 12, 170, 2, // Opcode: FILL_H |
| 5358 | /* 12678 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 12693 |
| 5359 | /* 12683 */ MCD::OPC_CheckPredicate, 30, 58, 17, 0, // Skip to: 17098 |
| 5360 | /* 12688 */ MCD::OPC_Decode, 186, 12, 171, 2, // Opcode: FILL_W |
| 5361 | /* 12693 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 12708 |
| 5362 | /* 12698 */ MCD::OPC_CheckPredicate, 38, 43, 17, 0, // Skip to: 17098 |
| 5363 | /* 12703 */ MCD::OPC_Decode, 184, 12, 172, 2, // Opcode: FILL_D |
| 5364 | /* 12708 */ MCD::OPC_FilterValue, 4, 10, 0, 0, // Skip to: 12723 |
| 5365 | /* 12713 */ MCD::OPC_CheckPredicate, 30, 28, 17, 0, // Skip to: 17098 |
| 5366 | /* 12718 */ MCD::OPC_Decode, 221, 17, 161, 2, // Opcode: PCNT_B |
| 5367 | /* 12723 */ MCD::OPC_FilterValue, 5, 10, 0, 0, // Skip to: 12738 |
| 5368 | /* 12728 */ MCD::OPC_CheckPredicate, 30, 13, 17, 0, // Skip to: 17098 |
| 5369 | /* 12733 */ MCD::OPC_Decode, 223, 17, 173, 2, // Opcode: PCNT_H |
| 5370 | /* 12738 */ MCD::OPC_FilterValue, 6, 10, 0, 0, // Skip to: 12753 |
| 5371 | /* 12743 */ MCD::OPC_CheckPredicate, 30, 254, 16, 0, // Skip to: 17098 |
| 5372 | /* 12748 */ MCD::OPC_Decode, 224, 17, 174, 2, // Opcode: PCNT_W |
| 5373 | /* 12753 */ MCD::OPC_FilterValue, 7, 10, 0, 0, // Skip to: 12768 |
| 5374 | /* 12758 */ MCD::OPC_CheckPredicate, 30, 239, 16, 0, // Skip to: 17098 |
| 5375 | /* 12763 */ MCD::OPC_Decode, 222, 17, 175, 2, // Opcode: PCNT_D |
| 5376 | /* 12768 */ MCD::OPC_FilterValue, 8, 10, 0, 0, // Skip to: 12783 |
| 5377 | /* 12773 */ MCD::OPC_CheckPredicate, 30, 224, 16, 0, // Skip to: 17098 |
| 5378 | /* 12778 */ MCD::OPC_Decode, 167, 17, 161, 2, // Opcode: NLOC_B |
| 5379 | /* 12783 */ MCD::OPC_FilterValue, 9, 10, 0, 0, // Skip to: 12798 |
| 5380 | /* 12788 */ MCD::OPC_CheckPredicate, 30, 209, 16, 0, // Skip to: 17098 |
| 5381 | /* 12793 */ MCD::OPC_Decode, 169, 17, 173, 2, // Opcode: NLOC_H |
| 5382 | /* 12798 */ MCD::OPC_FilterValue, 10, 10, 0, 0, // Skip to: 12813 |
| 5383 | /* 12803 */ MCD::OPC_CheckPredicate, 30, 194, 16, 0, // Skip to: 17098 |
| 5384 | /* 12808 */ MCD::OPC_Decode, 170, 17, 174, 2, // Opcode: NLOC_W |
| 5385 | /* 12813 */ MCD::OPC_FilterValue, 11, 10, 0, 0, // Skip to: 12828 |
| 5386 | /* 12818 */ MCD::OPC_CheckPredicate, 30, 179, 16, 0, // Skip to: 17098 |
| 5387 | /* 12823 */ MCD::OPC_Decode, 168, 17, 175, 2, // Opcode: NLOC_D |
| 5388 | /* 12828 */ MCD::OPC_FilterValue, 12, 10, 0, 0, // Skip to: 12843 |
| 5389 | /* 12833 */ MCD::OPC_CheckPredicate, 30, 164, 16, 0, // Skip to: 17098 |
| 5390 | /* 12838 */ MCD::OPC_Decode, 171, 17, 161, 2, // Opcode: NLZC_B |
| 5391 | /* 12843 */ MCD::OPC_FilterValue, 13, 10, 0, 0, // Skip to: 12858 |
| 5392 | /* 12848 */ MCD::OPC_CheckPredicate, 30, 149, 16, 0, // Skip to: 17098 |
| 5393 | /* 12853 */ MCD::OPC_Decode, 173, 17, 173, 2, // Opcode: NLZC_H |
| 5394 | /* 12858 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 12873 |
| 5395 | /* 12863 */ MCD::OPC_CheckPredicate, 30, 134, 16, 0, // Skip to: 17098 |
| 5396 | /* 12868 */ MCD::OPC_Decode, 174, 17, 174, 2, // Opcode: NLZC_W |
| 5397 | /* 12873 */ MCD::OPC_FilterValue, 15, 124, 16, 0, // Skip to: 17098 |
| 5398 | /* 12878 */ MCD::OPC_CheckPredicate, 30, 119, 16, 0, // Skip to: 17098 |
| 5399 | /* 12883 */ MCD::OPC_Decode, 172, 17, 175, 2, // Opcode: NLZC_D |
| 5400 | /* 12888 */ MCD::OPC_FilterValue, 25, 109, 16, 0, // Skip to: 17098 |
| 5401 | /* 12893 */ MCD::OPC_ExtractField, 16, 5, // Inst{20-16} ... |
| 5402 | /* 12896 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 12911 |
| 5403 | /* 12901 */ MCD::OPC_CheckPredicate, 30, 96, 16, 0, // Skip to: 17098 |
| 5404 | /* 12906 */ MCD::OPC_Decode, 134, 12, 174, 2, // Opcode: FCLASS_W |
| 5405 | /* 12911 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 12926 |
| 5406 | /* 12916 */ MCD::OPC_CheckPredicate, 30, 81, 16, 0, // Skip to: 17098 |
| 5407 | /* 12921 */ MCD::OPC_Decode, 133, 12, 175, 2, // Opcode: FCLASS_D |
| 5408 | /* 12926 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 12941 |
| 5409 | /* 12931 */ MCD::OPC_CheckPredicate, 30, 66, 16, 0, // Skip to: 17098 |
| 5410 | /* 12936 */ MCD::OPC_Decode, 163, 13, 174, 2, // Opcode: FTRUNC_S_W |
| 5411 | /* 12941 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 12956 |
| 5412 | /* 12946 */ MCD::OPC_CheckPredicate, 30, 51, 16, 0, // Skip to: 17098 |
| 5413 | /* 12951 */ MCD::OPC_Decode, 162, 13, 175, 2, // Opcode: FTRUNC_S_D |
| 5414 | /* 12956 */ MCD::OPC_FilterValue, 4, 10, 0, 0, // Skip to: 12971 |
| 5415 | /* 12961 */ MCD::OPC_CheckPredicate, 30, 36, 16, 0, // Skip to: 17098 |
| 5416 | /* 12966 */ MCD::OPC_Decode, 165, 13, 174, 2, // Opcode: FTRUNC_U_W |
| 5417 | /* 12971 */ MCD::OPC_FilterValue, 5, 10, 0, 0, // Skip to: 12986 |
| 5418 | /* 12976 */ MCD::OPC_CheckPredicate, 30, 21, 16, 0, // Skip to: 17098 |
| 5419 | /* 12981 */ MCD::OPC_Decode, 164, 13, 175, 2, // Opcode: FTRUNC_U_D |
| 5420 | /* 12986 */ MCD::OPC_FilterValue, 6, 10, 0, 0, // Skip to: 13001 |
| 5421 | /* 12991 */ MCD::OPC_CheckPredicate, 30, 6, 16, 0, // Skip to: 17098 |
| 5422 | /* 12996 */ MCD::OPC_Decode, 135, 13, 174, 2, // Opcode: FSQRT_W |
| 5423 | /* 13001 */ MCD::OPC_FilterValue, 7, 10, 0, 0, // Skip to: 13016 |
| 5424 | /* 13006 */ MCD::OPC_CheckPredicate, 30, 247, 15, 0, // Skip to: 17098 |
| 5425 | /* 13011 */ MCD::OPC_Decode, 128, 13, 175, 2, // Opcode: FSQRT_D |
| 5426 | /* 13016 */ MCD::OPC_FilterValue, 8, 10, 0, 0, // Skip to: 13031 |
| 5427 | /* 13021 */ MCD::OPC_CheckPredicate, 30, 232, 15, 0, // Skip to: 17098 |
| 5428 | /* 13026 */ MCD::OPC_Decode, 243, 12, 174, 2, // Opcode: FRSQRT_W |
| 5429 | /* 13031 */ MCD::OPC_FilterValue, 9, 10, 0, 0, // Skip to: 13046 |
| 5430 | /* 13036 */ MCD::OPC_CheckPredicate, 30, 217, 15, 0, // Skip to: 17098 |
| 5431 | /* 13041 */ MCD::OPC_Decode, 242, 12, 175, 2, // Opcode: FRSQRT_D |
| 5432 | /* 13046 */ MCD::OPC_FilterValue, 10, 10, 0, 0, // Skip to: 13061 |
| 5433 | /* 13051 */ MCD::OPC_CheckPredicate, 30, 202, 15, 0, // Skip to: 17098 |
| 5434 | /* 13056 */ MCD::OPC_Decode, 239, 12, 174, 2, // Opcode: FRCP_W |
| 5435 | /* 13061 */ MCD::OPC_FilterValue, 11, 10, 0, 0, // Skip to: 13076 |
| 5436 | /* 13066 */ MCD::OPC_CheckPredicate, 30, 187, 15, 0, // Skip to: 17098 |
| 5437 | /* 13071 */ MCD::OPC_Decode, 238, 12, 175, 2, // Opcode: FRCP_D |
| 5438 | /* 13076 */ MCD::OPC_FilterValue, 12, 10, 0, 0, // Skip to: 13091 |
| 5439 | /* 13081 */ MCD::OPC_CheckPredicate, 30, 172, 15, 0, // Skip to: 17098 |
| 5440 | /* 13086 */ MCD::OPC_Decode, 241, 12, 174, 2, // Opcode: FRINT_W |
| 5441 | /* 13091 */ MCD::OPC_FilterValue, 13, 10, 0, 0, // Skip to: 13106 |
| 5442 | /* 13096 */ MCD::OPC_CheckPredicate, 30, 157, 15, 0, // Skip to: 17098 |
| 5443 | /* 13101 */ MCD::OPC_Decode, 240, 12, 175, 2, // Opcode: FRINT_D |
| 5444 | /* 13106 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 13121 |
| 5445 | /* 13111 */ MCD::OPC_CheckPredicate, 30, 142, 15, 0, // Skip to: 17098 |
| 5446 | /* 13116 */ MCD::OPC_Decode, 188, 12, 174, 2, // Opcode: FLOG2_W |
| 5447 | /* 13121 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 13136 |
| 5448 | /* 13126 */ MCD::OPC_CheckPredicate, 30, 127, 15, 0, // Skip to: 17098 |
| 5449 | /* 13131 */ MCD::OPC_Decode, 187, 12, 175, 2, // Opcode: FLOG2_D |
| 5450 | /* 13136 */ MCD::OPC_FilterValue, 16, 10, 0, 0, // Skip to: 13151 |
| 5451 | /* 13141 */ MCD::OPC_CheckPredicate, 30, 112, 15, 0, // Skip to: 17098 |
| 5452 | /* 13146 */ MCD::OPC_Decode, 172, 12, 176, 2, // Opcode: FEXUPL_W |
| 5453 | /* 13151 */ MCD::OPC_FilterValue, 17, 10, 0, 0, // Skip to: 13166 |
| 5454 | /* 13156 */ MCD::OPC_CheckPredicate, 30, 97, 15, 0, // Skip to: 17098 |
| 5455 | /* 13161 */ MCD::OPC_Decode, 171, 12, 177, 2, // Opcode: FEXUPL_D |
| 5456 | /* 13166 */ MCD::OPC_FilterValue, 18, 10, 0, 0, // Skip to: 13181 |
| 5457 | /* 13171 */ MCD::OPC_CheckPredicate, 30, 82, 15, 0, // Skip to: 17098 |
| 5458 | /* 13176 */ MCD::OPC_Decode, 174, 12, 176, 2, // Opcode: FEXUPR_W |
| 5459 | /* 13181 */ MCD::OPC_FilterValue, 19, 10, 0, 0, // Skip to: 13196 |
| 5460 | /* 13186 */ MCD::OPC_CheckPredicate, 30, 67, 15, 0, // Skip to: 17098 |
| 5461 | /* 13191 */ MCD::OPC_Decode, 173, 12, 177, 2, // Opcode: FEXUPR_D |
| 5462 | /* 13196 */ MCD::OPC_FilterValue, 20, 10, 0, 0, // Skip to: 13211 |
| 5463 | /* 13201 */ MCD::OPC_CheckPredicate, 30, 52, 15, 0, // Skip to: 17098 |
| 5464 | /* 13206 */ MCD::OPC_Decode, 180, 12, 176, 2, // Opcode: FFQL_W |
| 5465 | /* 13211 */ MCD::OPC_FilterValue, 21, 10, 0, 0, // Skip to: 13226 |
| 5466 | /* 13216 */ MCD::OPC_CheckPredicate, 30, 37, 15, 0, // Skip to: 17098 |
| 5467 | /* 13221 */ MCD::OPC_Decode, 179, 12, 177, 2, // Opcode: FFQL_D |
| 5468 | /* 13226 */ MCD::OPC_FilterValue, 22, 10, 0, 0, // Skip to: 13241 |
| 5469 | /* 13231 */ MCD::OPC_CheckPredicate, 30, 22, 15, 0, // Skip to: 17098 |
| 5470 | /* 13236 */ MCD::OPC_Decode, 182, 12, 176, 2, // Opcode: FFQR_W |
| 5471 | /* 13241 */ MCD::OPC_FilterValue, 23, 10, 0, 0, // Skip to: 13256 |
| 5472 | /* 13246 */ MCD::OPC_CheckPredicate, 30, 7, 15, 0, // Skip to: 17098 |
| 5473 | /* 13251 */ MCD::OPC_Decode, 181, 12, 177, 2, // Opcode: FFQR_D |
| 5474 | /* 13256 */ MCD::OPC_FilterValue, 24, 10, 0, 0, // Skip to: 13271 |
| 5475 | /* 13261 */ MCD::OPC_CheckPredicate, 30, 248, 14, 0, // Skip to: 17098 |
| 5476 | /* 13266 */ MCD::OPC_Decode, 157, 13, 174, 2, // Opcode: FTINT_S_W |
| 5477 | /* 13271 */ MCD::OPC_FilterValue, 25, 10, 0, 0, // Skip to: 13286 |
| 5478 | /* 13276 */ MCD::OPC_CheckPredicate, 30, 233, 14, 0, // Skip to: 17098 |
| 5479 | /* 13281 */ MCD::OPC_Decode, 156, 13, 175, 2, // Opcode: FTINT_S_D |
| 5480 | /* 13286 */ MCD::OPC_FilterValue, 26, 10, 0, 0, // Skip to: 13301 |
| 5481 | /* 13291 */ MCD::OPC_CheckPredicate, 30, 218, 14, 0, // Skip to: 17098 |
| 5482 | /* 13296 */ MCD::OPC_Decode, 159, 13, 174, 2, // Opcode: FTINT_U_W |
| 5483 | /* 13301 */ MCD::OPC_FilterValue, 27, 10, 0, 0, // Skip to: 13316 |
| 5484 | /* 13306 */ MCD::OPC_CheckPredicate, 30, 203, 14, 0, // Skip to: 17098 |
| 5485 | /* 13311 */ MCD::OPC_Decode, 158, 13, 175, 2, // Opcode: FTINT_U_D |
| 5486 | /* 13316 */ MCD::OPC_FilterValue, 28, 10, 0, 0, // Skip to: 13331 |
| 5487 | /* 13321 */ MCD::OPC_CheckPredicate, 30, 188, 14, 0, // Skip to: 17098 |
| 5488 | /* 13326 */ MCD::OPC_Decode, 176, 12, 174, 2, // Opcode: FFINT_S_W |
| 5489 | /* 13331 */ MCD::OPC_FilterValue, 29, 10, 0, 0, // Skip to: 13346 |
| 5490 | /* 13336 */ MCD::OPC_CheckPredicate, 30, 173, 14, 0, // Skip to: 17098 |
| 5491 | /* 13341 */ MCD::OPC_Decode, 175, 12, 175, 2, // Opcode: FFINT_S_D |
| 5492 | /* 13346 */ MCD::OPC_FilterValue, 30, 10, 0, 0, // Skip to: 13361 |
| 5493 | /* 13351 */ MCD::OPC_CheckPredicate, 30, 158, 14, 0, // Skip to: 17098 |
| 5494 | /* 13356 */ MCD::OPC_Decode, 178, 12, 174, 2, // Opcode: FFINT_U_W |
| 5495 | /* 13361 */ MCD::OPC_FilterValue, 31, 148, 14, 0, // Skip to: 17098 |
| 5496 | /* 13366 */ MCD::OPC_CheckPredicate, 30, 143, 14, 0, // Skip to: 17098 |
| 5497 | /* 13371 */ MCD::OPC_Decode, 177, 12, 175, 2, // Opcode: FFINT_U_D |
| 5498 | /* 13376 */ MCD::OPC_FilterValue, 32, 10, 0, 0, // Skip to: 13391 |
| 5499 | /* 13381 */ MCD::OPC_CheckPredicate, 30, 128, 14, 0, // Skip to: 17098 |
| 5500 | /* 13386 */ MCD::OPC_Decode, 160, 14, 178, 2, // Opcode: LD_B |
| 5501 | /* 13391 */ MCD::OPC_FilterValue, 33, 10, 0, 0, // Skip to: 13406 |
| 5502 | /* 13396 */ MCD::OPC_CheckPredicate, 30, 113, 14, 0, // Skip to: 17098 |
| 5503 | /* 13401 */ MCD::OPC_Decode, 162, 14, 178, 2, // Opcode: LD_H |
| 5504 | /* 13406 */ MCD::OPC_FilterValue, 34, 10, 0, 0, // Skip to: 13421 |
| 5505 | /* 13411 */ MCD::OPC_CheckPredicate, 30, 98, 14, 0, // Skip to: 17098 |
| 5506 | /* 13416 */ MCD::OPC_Decode, 163, 14, 178, 2, // Opcode: LD_W |
| 5507 | /* 13421 */ MCD::OPC_FilterValue, 35, 10, 0, 0, // Skip to: 13436 |
| 5508 | /* 13426 */ MCD::OPC_CheckPredicate, 30, 83, 14, 0, // Skip to: 17098 |
| 5509 | /* 13431 */ MCD::OPC_Decode, 161, 14, 178, 2, // Opcode: LD_D |
| 5510 | /* 13436 */ MCD::OPC_FilterValue, 36, 10, 0, 0, // Skip to: 13451 |
| 5511 | /* 13441 */ MCD::OPC_CheckPredicate, 30, 68, 14, 0, // Skip to: 17098 |
| 5512 | /* 13446 */ MCD::OPC_Decode, 171, 20, 178, 2, // Opcode: ST_B |
| 5513 | /* 13451 */ MCD::OPC_FilterValue, 37, 10, 0, 0, // Skip to: 13466 |
| 5514 | /* 13456 */ MCD::OPC_CheckPredicate, 30, 53, 14, 0, // Skip to: 17098 |
| 5515 | /* 13461 */ MCD::OPC_Decode, 173, 20, 178, 2, // Opcode: ST_H |
| 5516 | /* 13466 */ MCD::OPC_FilterValue, 38, 10, 0, 0, // Skip to: 13481 |
| 5517 | /* 13471 */ MCD::OPC_CheckPredicate, 30, 38, 14, 0, // Skip to: 17098 |
| 5518 | /* 13476 */ MCD::OPC_Decode, 174, 20, 178, 2, // Opcode: ST_W |
| 5519 | /* 13481 */ MCD::OPC_FilterValue, 39, 28, 14, 0, // Skip to: 17098 |
| 5520 | /* 13486 */ MCD::OPC_CheckPredicate, 30, 23, 14, 0, // Skip to: 17098 |
| 5521 | /* 13491 */ MCD::OPC_Decode, 172, 20, 178, 2, // Opcode: ST_D |
| 5522 | /* 13496 */ MCD::OPC_FilterValue, 31, 165, 12, 0, // Skip to: 16738 |
| 5523 | /* 13501 */ MCD::OPC_ExtractField, 0, 6, // Inst{5-0} ... |
| 5524 | /* 13504 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 13519 |
| 5525 | /* 13509 */ MCD::OPC_CheckPredicate, 28, 0, 14, 0, // Skip to: 17098 |
| 5526 | /* 13514 */ MCD::OPC_Decode, 212, 11, 179, 2, // Opcode: EXT |
| 5527 | /* 13519 */ MCD::OPC_FilterValue, 4, 10, 0, 0, // Skip to: 13534 |
| 5528 | /* 13524 */ MCD::OPC_CheckPredicate, 28, 241, 13, 0, // Skip to: 17098 |
| 5529 | /* 13529 */ MCD::OPC_Decode, 200, 13, 180, 2, // Opcode: INS |
| 5530 | /* 13534 */ MCD::OPC_FilterValue, 8, 17, 0, 0, // Skip to: 13556 |
| 5531 | /* 13539 */ MCD::OPC_CheckPredicate, 42, 226, 13, 0, // Skip to: 17098 |
| 5532 | /* 13544 */ MCD::OPC_CheckField, 6, 5, 0, 219, 13, 0, // Skip to: 17098 |
| 5533 | /* 13551 */ MCD::OPC_Decode, 237, 12, 181, 2, // Opcode: FORK |
| 5534 | /* 13556 */ MCD::OPC_FilterValue, 9, 23, 0, 0, // Skip to: 13584 |
| 5535 | /* 13561 */ MCD::OPC_CheckPredicate, 42, 204, 13, 0, // Skip to: 17098 |
| 5536 | /* 13566 */ MCD::OPC_CheckField, 16, 5, 0, 197, 13, 0, // Skip to: 17098 |
| 5537 | /* 13573 */ MCD::OPC_CheckField, 6, 5, 0, 190, 13, 0, // Skip to: 17098 |
| 5538 | /* 13580 */ MCD::OPC_Decode, 133, 22, 14, // Opcode: YIELD |
| 5539 | /* 13584 */ MCD::OPC_FilterValue, 10, 48, 0, 0, // Skip to: 13637 |
| 5540 | /* 13589 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 5541 | /* 13592 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 13607 |
| 5542 | /* 13597 */ MCD::OPC_CheckPredicate, 37, 168, 13, 0, // Skip to: 17098 |
| 5543 | /* 13602 */ MCD::OPC_Decode, 235, 14, 182, 2, // Opcode: LWX |
| 5544 | /* 13607 */ MCD::OPC_FilterValue, 4, 10, 0, 0, // Skip to: 13622 |
| 5545 | /* 13612 */ MCD::OPC_CheckPredicate, 37, 153, 13, 0, // Skip to: 17098 |
| 5546 | /* 13617 */ MCD::OPC_Decode, 172, 14, 182, 2, // Opcode: LHX |
| 5547 | /* 13622 */ MCD::OPC_FilterValue, 6, 143, 13, 0, // Skip to: 17098 |
| 5548 | /* 13627 */ MCD::OPC_CheckPredicate, 37, 138, 13, 0, // Skip to: 17098 |
| 5549 | /* 13632 */ MCD::OPC_Decode, 132, 14, 182, 2, // Opcode: LBUX |
| 5550 | /* 13637 */ MCD::OPC_FilterValue, 12, 17, 0, 0, // Skip to: 13659 |
| 5551 | /* 13642 */ MCD::OPC_CheckPredicate, 37, 123, 13, 0, // Skip to: 17098 |
| 5552 | /* 13647 */ MCD::OPC_CheckField, 6, 10, 0, 116, 13, 0, // Skip to: 17098 |
| 5553 | /* 13654 */ MCD::OPC_Decode, 205, 13, 183, 2, // Opcode: INSV |
| 5554 | /* 13659 */ MCD::OPC_FilterValue, 16, 109, 1, 0, // Skip to: 14029 |
| 5555 | /* 13664 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 5556 | /* 13667 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 13682 |
| 5557 | /* 13672 */ MCD::OPC_CheckPredicate, 37, 93, 13, 0, // Skip to: 17098 |
| 5558 | /* 13677 */ MCD::OPC_Decode, 226, 5, 184, 2, // Opcode: ADDU_QB |
| 5559 | /* 13682 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 13697 |
| 5560 | /* 13687 */ MCD::OPC_CheckPredicate, 37, 78, 13, 0, // Skip to: 17098 |
| 5561 | /* 13692 */ MCD::OPC_Decode, 215, 20, 184, 2, // Opcode: SUBU_QB |
| 5562 | /* 13697 */ MCD::OPC_FilterValue, 4, 10, 0, 0, // Skip to: 13712 |
| 5563 | /* 13702 */ MCD::OPC_CheckPredicate, 37, 63, 13, 0, // Skip to: 17098 |
| 5564 | /* 13707 */ MCD::OPC_Decode, 230, 5, 184, 2, // Opcode: ADDU_S_QB |
| 5565 | /* 13712 */ MCD::OPC_FilterValue, 5, 10, 0, 0, // Skip to: 13727 |
| 5566 | /* 13717 */ MCD::OPC_CheckPredicate, 37, 48, 13, 0, // Skip to: 17098 |
| 5567 | /* 13722 */ MCD::OPC_Decode, 219, 20, 184, 2, // Opcode: SUBU_S_QB |
| 5568 | /* 13727 */ MCD::OPC_FilterValue, 6, 10, 0, 0, // Skip to: 13742 |
| 5569 | /* 13732 */ MCD::OPC_CheckPredicate, 37, 33, 13, 0, // Skip to: 17098 |
| 5570 | /* 13737 */ MCD::OPC_Decode, 249, 16, 184, 2, // Opcode: MULEU_S_PH_QBL |
| 5571 | /* 13742 */ MCD::OPC_FilterValue, 7, 10, 0, 0, // Skip to: 13757 |
| 5572 | /* 13747 */ MCD::OPC_CheckPredicate, 37, 18, 13, 0, // Skip to: 17098 |
| 5573 | /* 13752 */ MCD::OPC_Decode, 251, 16, 184, 2, // Opcode: MULEU_S_PH_QBR |
| 5574 | /* 13757 */ MCD::OPC_FilterValue, 8, 10, 0, 0, // Skip to: 13772 |
| 5575 | /* 13762 */ MCD::OPC_CheckPredicate, 69, 3, 13, 0, // Skip to: 17098 |
| 5576 | /* 13767 */ MCD::OPC_Decode, 224, 5, 184, 2, // Opcode: ADDU_PH |
| 5577 | /* 13772 */ MCD::OPC_FilterValue, 9, 10, 0, 0, // Skip to: 13787 |
| 5578 | /* 13777 */ MCD::OPC_CheckPredicate, 69, 244, 12, 0, // Skip to: 17098 |
| 5579 | /* 13782 */ MCD::OPC_Decode, 213, 20, 184, 2, // Opcode: SUBU_PH |
| 5580 | /* 13787 */ MCD::OPC_FilterValue, 10, 10, 0, 0, // Skip to: 13802 |
| 5581 | /* 13792 */ MCD::OPC_CheckPredicate, 37, 229, 12, 0, // Skip to: 17098 |
| 5582 | /* 13797 */ MCD::OPC_Decode, 196, 5, 184, 2, // Opcode: ADDQ_PH |
| 5583 | /* 13802 */ MCD::OPC_FilterValue, 11, 10, 0, 0, // Skip to: 13817 |
| 5584 | /* 13807 */ MCD::OPC_CheckPredicate, 37, 214, 12, 0, // Skip to: 17098 |
| 5585 | /* 13812 */ MCD::OPC_Decode, 184, 20, 184, 2, // Opcode: SUBQ_PH |
| 5586 | /* 13817 */ MCD::OPC_FilterValue, 12, 10, 0, 0, // Skip to: 13832 |
| 5587 | /* 13822 */ MCD::OPC_CheckPredicate, 69, 199, 12, 0, // Skip to: 17098 |
| 5588 | /* 13827 */ MCD::OPC_Decode, 228, 5, 184, 2, // Opcode: ADDU_S_PH |
| 5589 | /* 13832 */ MCD::OPC_FilterValue, 13, 10, 0, 0, // Skip to: 13847 |
| 5590 | /* 13837 */ MCD::OPC_CheckPredicate, 69, 184, 12, 0, // Skip to: 17098 |
| 5591 | /* 13842 */ MCD::OPC_Decode, 217, 20, 184, 2, // Opcode: SUBU_S_PH |
| 5592 | /* 13847 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 13862 |
| 5593 | /* 13852 */ MCD::OPC_CheckPredicate, 37, 169, 12, 0, // Skip to: 17098 |
| 5594 | /* 13857 */ MCD::OPC_Decode, 198, 5, 184, 2, // Opcode: ADDQ_S_PH |
| 5595 | /* 13862 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 13877 |
| 5596 | /* 13867 */ MCD::OPC_CheckPredicate, 37, 154, 12, 0, // Skip to: 17098 |
| 5597 | /* 13872 */ MCD::OPC_Decode, 186, 20, 184, 2, // Opcode: SUBQ_S_PH |
| 5598 | /* 13877 */ MCD::OPC_FilterValue, 16, 9, 0, 0, // Skip to: 13891 |
| 5599 | /* 13882 */ MCD::OPC_CheckPredicate, 37, 139, 12, 0, // Skip to: 17098 |
| 5600 | /* 13887 */ MCD::OPC_Decode, 203, 5, 50, // Opcode: ADDSC |
| 5601 | /* 13891 */ MCD::OPC_FilterValue, 17, 9, 0, 0, // Skip to: 13905 |
| 5602 | /* 13896 */ MCD::OPC_CheckPredicate, 37, 125, 12, 0, // Skip to: 17098 |
| 5603 | /* 13901 */ MCD::OPC_Decode, 240, 5, 50, // Opcode: ADDWC |
| 5604 | /* 13905 */ MCD::OPC_FilterValue, 18, 9, 0, 0, // Skip to: 13919 |
| 5605 | /* 13910 */ MCD::OPC_CheckPredicate, 37, 111, 12, 0, // Skip to: 17098 |
| 5606 | /* 13915 */ MCD::OPC_Decode, 247, 15, 50, // Opcode: MODSUB |
| 5607 | /* 13919 */ MCD::OPC_FilterValue, 20, 17, 0, 0, // Skip to: 13941 |
| 5608 | /* 13924 */ MCD::OPC_CheckPredicate, 37, 97, 12, 0, // Skip to: 17098 |
| 5609 | /* 13929 */ MCD::OPC_CheckField, 16, 5, 0, 90, 12, 0, // Skip to: 17098 |
| 5610 | /* 13936 */ MCD::OPC_Decode, 149, 18, 185, 2, // Opcode: RADDU_W_QB |
| 5611 | /* 13941 */ MCD::OPC_FilterValue, 22, 9, 0, 0, // Skip to: 13955 |
| 5612 | /* 13946 */ MCD::OPC_CheckPredicate, 37, 75, 12, 0, // Skip to: 17098 |
| 5613 | /* 13951 */ MCD::OPC_Decode, 200, 5, 50, // Opcode: ADDQ_S_W |
| 5614 | /* 13955 */ MCD::OPC_FilterValue, 23, 9, 0, 0, // Skip to: 13969 |
| 5615 | /* 13960 */ MCD::OPC_CheckPredicate, 37, 61, 12, 0, // Skip to: 17098 |
| 5616 | /* 13965 */ MCD::OPC_Decode, 188, 20, 50, // Opcode: SUBQ_S_W |
| 5617 | /* 13969 */ MCD::OPC_FilterValue, 28, 10, 0, 0, // Skip to: 13984 |
| 5618 | /* 13974 */ MCD::OPC_CheckPredicate, 37, 47, 12, 0, // Skip to: 17098 |
| 5619 | /* 13979 */ MCD::OPC_Decode, 245, 16, 186, 2, // Opcode: MULEQ_S_W_PHL |
| 5620 | /* 13984 */ MCD::OPC_FilterValue, 29, 10, 0, 0, // Skip to: 13999 |
| 5621 | /* 13989 */ MCD::OPC_CheckPredicate, 37, 32, 12, 0, // Skip to: 17098 |
| 5622 | /* 13994 */ MCD::OPC_Decode, 247, 16, 186, 2, // Opcode: MULEQ_S_W_PHR |
| 5623 | /* 13999 */ MCD::OPC_FilterValue, 30, 10, 0, 0, // Skip to: 14014 |
| 5624 | /* 14004 */ MCD::OPC_CheckPredicate, 69, 17, 12, 0, // Skip to: 17098 |
| 5625 | /* 14009 */ MCD::OPC_Decode, 129, 17, 184, 2, // Opcode: MULQ_S_PH |
| 5626 | /* 14014 */ MCD::OPC_FilterValue, 31, 7, 12, 0, // Skip to: 17098 |
| 5627 | /* 14019 */ MCD::OPC_CheckPredicate, 37, 2, 12, 0, // Skip to: 17098 |
| 5628 | /* 14024 */ MCD::OPC_Decode, 253, 16, 184, 2, // Opcode: MULQ_RS_PH |
| 5629 | /* 14029 */ MCD::OPC_FilterValue, 17, 113, 1, 0, // Skip to: 14403 |
| 5630 | /* 14034 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 5631 | /* 14037 */ MCD::OPC_FilterValue, 0, 16, 0, 0, // Skip to: 14058 |
| 5632 | /* 14042 */ MCD::OPC_CheckPredicate, 37, 235, 11, 0, // Skip to: 17098 |
| 5633 | /* 14047 */ MCD::OPC_CheckField, 11, 5, 0, 228, 11, 0, // Skip to: 17098 |
| 5634 | /* 14054 */ MCD::OPC_Decode, 213, 8, 68, // Opcode: CMPU_EQ_QB |
| 5635 | /* 14058 */ MCD::OPC_FilterValue, 1, 16, 0, 0, // Skip to: 14079 |
| 5636 | /* 14063 */ MCD::OPC_CheckPredicate, 37, 214, 11, 0, // Skip to: 17098 |
| 5637 | /* 14068 */ MCD::OPC_CheckField, 11, 5, 0, 207, 11, 0, // Skip to: 17098 |
| 5638 | /* 14075 */ MCD::OPC_Decode, 217, 8, 68, // Opcode: CMPU_LT_QB |
| 5639 | /* 14079 */ MCD::OPC_FilterValue, 2, 16, 0, 0, // Skip to: 14100 |
| 5640 | /* 14084 */ MCD::OPC_CheckPredicate, 37, 193, 11, 0, // Skip to: 17098 |
| 5641 | /* 14089 */ MCD::OPC_CheckField, 11, 5, 0, 186, 11, 0, // Skip to: 17098 |
| 5642 | /* 14096 */ MCD::OPC_Decode, 215, 8, 68, // Opcode: CMPU_LE_QB |
| 5643 | /* 14100 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 14115 |
| 5644 | /* 14105 */ MCD::OPC_CheckPredicate, 37, 172, 11, 0, // Skip to: 17098 |
| 5645 | /* 14110 */ MCD::OPC_Decode, 227, 17, 184, 2, // Opcode: PICK_QB |
| 5646 | /* 14115 */ MCD::OPC_FilterValue, 4, 10, 0, 0, // Skip to: 14130 |
| 5647 | /* 14120 */ MCD::OPC_CheckPredicate, 37, 157, 11, 0, // Skip to: 17098 |
| 5648 | /* 14125 */ MCD::OPC_Decode, 207, 8, 186, 2, // Opcode: CMPGU_EQ_QB |
| 5649 | /* 14130 */ MCD::OPC_FilterValue, 5, 10, 0, 0, // Skip to: 14145 |
| 5650 | /* 14135 */ MCD::OPC_CheckPredicate, 37, 142, 11, 0, // Skip to: 17098 |
| 5651 | /* 14140 */ MCD::OPC_Decode, 211, 8, 186, 2, // Opcode: CMPGU_LT_QB |
| 5652 | /* 14145 */ MCD::OPC_FilterValue, 6, 10, 0, 0, // Skip to: 14160 |
| 5653 | /* 14150 */ MCD::OPC_CheckPredicate, 37, 127, 11, 0, // Skip to: 17098 |
| 5654 | /* 14155 */ MCD::OPC_Decode, 209, 8, 186, 2, // Opcode: CMPGU_LE_QB |
| 5655 | /* 14160 */ MCD::OPC_FilterValue, 8, 16, 0, 0, // Skip to: 14181 |
| 5656 | /* 14165 */ MCD::OPC_CheckPredicate, 37, 112, 11, 0, // Skip to: 17098 |
| 5657 | /* 14170 */ MCD::OPC_CheckField, 11, 5, 0, 105, 11, 0, // Skip to: 17098 |
| 5658 | /* 14177 */ MCD::OPC_Decode, 223, 8, 68, // Opcode: CMP_EQ_PH |
| 5659 | /* 14181 */ MCD::OPC_FilterValue, 9, 16, 0, 0, // Skip to: 14202 |
| 5660 | /* 14186 */ MCD::OPC_CheckPredicate, 37, 91, 11, 0, // Skip to: 17098 |
| 5661 | /* 14191 */ MCD::OPC_CheckField, 11, 5, 0, 84, 11, 0, // Skip to: 17098 |
| 5662 | /* 14198 */ MCD::OPC_Decode, 237, 8, 68, // Opcode: CMP_LT_PH |
| 5663 | /* 14202 */ MCD::OPC_FilterValue, 10, 16, 0, 0, // Skip to: 14223 |
| 5664 | /* 14207 */ MCD::OPC_CheckPredicate, 37, 70, 11, 0, // Skip to: 17098 |
| 5665 | /* 14212 */ MCD::OPC_CheckField, 11, 5, 0, 63, 11, 0, // Skip to: 17098 |
| 5666 | /* 14219 */ MCD::OPC_Decode, 231, 8, 68, // Opcode: CMP_LE_PH |
| 5667 | /* 14223 */ MCD::OPC_FilterValue, 11, 10, 0, 0, // Skip to: 14238 |
| 5668 | /* 14228 */ MCD::OPC_CheckPredicate, 37, 49, 11, 0, // Skip to: 17098 |
| 5669 | /* 14233 */ MCD::OPC_Decode, 225, 17, 184, 2, // Opcode: PICK_PH |
| 5670 | /* 14238 */ MCD::OPC_FilterValue, 12, 10, 0, 0, // Skip to: 14253 |
| 5671 | /* 14243 */ MCD::OPC_CheckPredicate, 37, 34, 11, 0, // Skip to: 17098 |
| 5672 | /* 14248 */ MCD::OPC_Decode, 128, 18, 184, 2, // Opcode: PRECRQ_QB_PH |
| 5673 | /* 14253 */ MCD::OPC_FilterValue, 13, 10, 0, 0, // Skip to: 14268 |
| 5674 | /* 14258 */ MCD::OPC_CheckPredicate, 69, 19, 11, 0, // Skip to: 17098 |
| 5675 | /* 14263 */ MCD::OPC_Decode, 132, 18, 184, 2, // Opcode: PRECR_QB_PH |
| 5676 | /* 14268 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 14283 |
| 5677 | /* 14273 */ MCD::OPC_CheckPredicate, 37, 4, 11, 0, // Skip to: 17098 |
| 5678 | /* 14278 */ MCD::OPC_Decode, 208, 17, 184, 2, // Opcode: PACKRL_PH |
| 5679 | /* 14283 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 14298 |
| 5680 | /* 14288 */ MCD::OPC_CheckPredicate, 37, 245, 10, 0, // Skip to: 17098 |
| 5681 | /* 14293 */ MCD::OPC_Decode, 252, 17, 184, 2, // Opcode: PRECRQU_S_QB_PH |
| 5682 | /* 14298 */ MCD::OPC_FilterValue, 20, 10, 0, 0, // Skip to: 14313 |
| 5683 | /* 14303 */ MCD::OPC_CheckPredicate, 37, 230, 10, 0, // Skip to: 17098 |
| 5684 | /* 14308 */ MCD::OPC_Decode, 254, 17, 187, 2, // Opcode: PRECRQ_PH_W |
| 5685 | /* 14313 */ MCD::OPC_FilterValue, 21, 10, 0, 0, // Skip to: 14328 |
| 5686 | /* 14318 */ MCD::OPC_CheckPredicate, 37, 215, 10, 0, // Skip to: 17098 |
| 5687 | /* 14323 */ MCD::OPC_Decode, 130, 18, 187, 2, // Opcode: PRECRQ_RS_PH_W |
| 5688 | /* 14328 */ MCD::OPC_FilterValue, 24, 10, 0, 0, // Skip to: 14343 |
| 5689 | /* 14333 */ MCD::OPC_CheckPredicate, 69, 200, 10, 0, // Skip to: 17098 |
| 5690 | /* 14338 */ MCD::OPC_Decode, 201, 8, 186, 2, // Opcode: CMPGDU_EQ_QB |
| 5691 | /* 14343 */ MCD::OPC_FilterValue, 25, 10, 0, 0, // Skip to: 14358 |
| 5692 | /* 14348 */ MCD::OPC_CheckPredicate, 69, 185, 10, 0, // Skip to: 17098 |
| 5693 | /* 14353 */ MCD::OPC_Decode, 205, 8, 186, 2, // Opcode: CMPGDU_LT_QB |
| 5694 | /* 14358 */ MCD::OPC_FilterValue, 26, 10, 0, 0, // Skip to: 14373 |
| 5695 | /* 14363 */ MCD::OPC_CheckPredicate, 69, 170, 10, 0, // Skip to: 17098 |
| 5696 | /* 14368 */ MCD::OPC_Decode, 203, 8, 186, 2, // Opcode: CMPGDU_LE_QB |
| 5697 | /* 14373 */ MCD::OPC_FilterValue, 30, 10, 0, 0, // Skip to: 14388 |
| 5698 | /* 14378 */ MCD::OPC_CheckPredicate, 69, 155, 10, 0, // Skip to: 17098 |
| 5699 | /* 14383 */ MCD::OPC_Decode, 134, 18, 188, 2, // Opcode: PRECR_SRA_PH_W |
| 5700 | /* 14388 */ MCD::OPC_FilterValue, 31, 145, 10, 0, // Skip to: 17098 |
| 5701 | /* 14393 */ MCD::OPC_CheckPredicate, 69, 140, 10, 0, // Skip to: 17098 |
| 5702 | /* 14398 */ MCD::OPC_Decode, 136, 18, 188, 2, // Opcode: PRECR_SRA_R_PH_W |
| 5703 | /* 14403 */ MCD::OPC_FilterValue, 18, 128, 1, 0, // Skip to: 14792 |
| 5704 | /* 14408 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 5705 | /* 14411 */ MCD::OPC_FilterValue, 1, 17, 0, 0, // Skip to: 14433 |
| 5706 | /* 14416 */ MCD::OPC_CheckPredicate, 69, 117, 10, 0, // Skip to: 17098 |
| 5707 | /* 14421 */ MCD::OPC_CheckField, 21, 5, 0, 110, 10, 0, // Skip to: 17098 |
| 5708 | /* 14428 */ MCD::OPC_Decode, 175, 5, 189, 2, // Opcode: ABSQ_S_QB |
| 5709 | /* 14433 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 14448 |
| 5710 | /* 14438 */ MCD::OPC_CheckPredicate, 37, 95, 10, 0, // Skip to: 17098 |
| 5711 | /* 14443 */ MCD::OPC_Decode, 170, 18, 190, 2, // Opcode: REPL_QB |
| 5712 | /* 14448 */ MCD::OPC_FilterValue, 3, 17, 0, 0, // Skip to: 14470 |
| 5713 | /* 14453 */ MCD::OPC_CheckPredicate, 37, 80, 10, 0, // Skip to: 17098 |
| 5714 | /* 14458 */ MCD::OPC_CheckField, 21, 5, 0, 73, 10, 0, // Skip to: 17098 |
| 5715 | /* 14465 */ MCD::OPC_Decode, 166, 18, 191, 2, // Opcode: REPLV_QB |
| 5716 | /* 14470 */ MCD::OPC_FilterValue, 4, 17, 0, 0, // Skip to: 14492 |
| 5717 | /* 14475 */ MCD::OPC_CheckPredicate, 37, 58, 10, 0, // Skip to: 17098 |
| 5718 | /* 14480 */ MCD::OPC_CheckField, 21, 5, 0, 51, 10, 0, // Skip to: 17098 |
| 5719 | /* 14487 */ MCD::OPC_Decode, 232, 17, 189, 2, // Opcode: PRECEQU_PH_QBL |
| 5720 | /* 14492 */ MCD::OPC_FilterValue, 5, 17, 0, 0, // Skip to: 14514 |
| 5721 | /* 14497 */ MCD::OPC_CheckPredicate, 37, 36, 10, 0, // Skip to: 17098 |
| 5722 | /* 14502 */ MCD::OPC_CheckField, 21, 5, 0, 29, 10, 0, // Skip to: 17098 |
| 5723 | /* 14509 */ MCD::OPC_Decode, 236, 17, 189, 2, // Opcode: PRECEQU_PH_QBR |
| 5724 | /* 14514 */ MCD::OPC_FilterValue, 6, 17, 0, 0, // Skip to: 14536 |
| 5725 | /* 14519 */ MCD::OPC_CheckPredicate, 37, 14, 10, 0, // Skip to: 17098 |
| 5726 | /* 14524 */ MCD::OPC_CheckField, 21, 5, 0, 7, 10, 0, // Skip to: 17098 |
| 5727 | /* 14531 */ MCD::OPC_Decode, 233, 17, 189, 2, // Opcode: PRECEQU_PH_QBLA |
| 5728 | /* 14536 */ MCD::OPC_FilterValue, 7, 17, 0, 0, // Skip to: 14558 |
| 5729 | /* 14541 */ MCD::OPC_CheckPredicate, 37, 248, 9, 0, // Skip to: 17098 |
| 5730 | /* 14546 */ MCD::OPC_CheckField, 21, 5, 0, 241, 9, 0, // Skip to: 17098 |
| 5731 | /* 14553 */ MCD::OPC_Decode, 237, 17, 189, 2, // Opcode: PRECEQU_PH_QBRA |
| 5732 | /* 14558 */ MCD::OPC_FilterValue, 9, 17, 0, 0, // Skip to: 14580 |
| 5733 | /* 14563 */ MCD::OPC_CheckPredicate, 37, 226, 9, 0, // Skip to: 17098 |
| 5734 | /* 14568 */ MCD::OPC_CheckField, 21, 5, 0, 219, 9, 0, // Skip to: 17098 |
| 5735 | /* 14575 */ MCD::OPC_Decode, 173, 5, 189, 2, // Opcode: ABSQ_S_PH |
| 5736 | /* 14580 */ MCD::OPC_FilterValue, 10, 9, 0, 0, // Skip to: 14594 |
| 5737 | /* 14585 */ MCD::OPC_CheckPredicate, 37, 204, 9, 0, // Skip to: 17098 |
| 5738 | /* 14590 */ MCD::OPC_Decode, 168, 18, 85, // Opcode: REPL_PH |
| 5739 | /* 14594 */ MCD::OPC_FilterValue, 11, 17, 0, 0, // Skip to: 14616 |
| 5740 | /* 14599 */ MCD::OPC_CheckPredicate, 37, 190, 9, 0, // Skip to: 17098 |
| 5741 | /* 14604 */ MCD::OPC_CheckField, 21, 5, 0, 183, 9, 0, // Skip to: 17098 |
| 5742 | /* 14611 */ MCD::OPC_Decode, 164, 18, 191, 2, // Opcode: REPLV_PH |
| 5743 | /* 14616 */ MCD::OPC_FilterValue, 12, 17, 0, 0, // Skip to: 14638 |
| 5744 | /* 14621 */ MCD::OPC_CheckPredicate, 37, 168, 9, 0, // Skip to: 17098 |
| 5745 | /* 14626 */ MCD::OPC_CheckField, 21, 5, 0, 161, 9, 0, // Skip to: 17098 |
| 5746 | /* 14633 */ MCD::OPC_Decode, 240, 17, 192, 2, // Opcode: PRECEQ_W_PHL |
| 5747 | /* 14638 */ MCD::OPC_FilterValue, 13, 17, 0, 0, // Skip to: 14660 |
| 5748 | /* 14643 */ MCD::OPC_CheckPredicate, 37, 146, 9, 0, // Skip to: 17098 |
| 5749 | /* 14648 */ MCD::OPC_CheckField, 21, 5, 0, 139, 9, 0, // Skip to: 17098 |
| 5750 | /* 14655 */ MCD::OPC_Decode, 242, 17, 192, 2, // Opcode: PRECEQ_W_PHR |
| 5751 | /* 14660 */ MCD::OPC_FilterValue, 17, 17, 0, 0, // Skip to: 14682 |
| 5752 | /* 14665 */ MCD::OPC_CheckPredicate, 37, 124, 9, 0, // Skip to: 17098 |
| 5753 | /* 14670 */ MCD::OPC_CheckField, 21, 5, 0, 117, 9, 0, // Skip to: 17098 |
| 5754 | /* 14677 */ MCD::OPC_Decode, 177, 5, 193, 2, // Opcode: ABSQ_S_W |
| 5755 | /* 14682 */ MCD::OPC_FilterValue, 27, 17, 0, 0, // Skip to: 14704 |
| 5756 | /* 14687 */ MCD::OPC_CheckPredicate, 37, 102, 9, 0, // Skip to: 17098 |
| 5757 | /* 14692 */ MCD::OPC_CheckField, 21, 5, 0, 95, 9, 0, // Skip to: 17098 |
| 5758 | /* 14699 */ MCD::OPC_Decode, 150, 7, 193, 2, // Opcode: BITREV |
| 5759 | /* 14704 */ MCD::OPC_FilterValue, 28, 17, 0, 0, // Skip to: 14726 |
| 5760 | /* 14709 */ MCD::OPC_CheckPredicate, 37, 80, 9, 0, // Skip to: 17098 |
| 5761 | /* 14714 */ MCD::OPC_CheckField, 21, 5, 0, 73, 9, 0, // Skip to: 17098 |
| 5762 | /* 14721 */ MCD::OPC_Decode, 244, 17, 189, 2, // Opcode: PRECEU_PH_QBL |
| 5763 | /* 14726 */ MCD::OPC_FilterValue, 29, 17, 0, 0, // Skip to: 14748 |
| 5764 | /* 14731 */ MCD::OPC_CheckPredicate, 37, 58, 9, 0, // Skip to: 17098 |
| 5765 | /* 14736 */ MCD::OPC_CheckField, 21, 5, 0, 51, 9, 0, // Skip to: 17098 |
| 5766 | /* 14743 */ MCD::OPC_Decode, 248, 17, 189, 2, // Opcode: PRECEU_PH_QBR |
| 5767 | /* 14748 */ MCD::OPC_FilterValue, 30, 17, 0, 0, // Skip to: 14770 |
| 5768 | /* 14753 */ MCD::OPC_CheckPredicate, 37, 36, 9, 0, // Skip to: 17098 |
| 5769 | /* 14758 */ MCD::OPC_CheckField, 21, 5, 0, 29, 9, 0, // Skip to: 17098 |
| 5770 | /* 14765 */ MCD::OPC_Decode, 245, 17, 189, 2, // Opcode: PRECEU_PH_QBLA |
| 5771 | /* 14770 */ MCD::OPC_FilterValue, 31, 19, 9, 0, // Skip to: 17098 |
| 5772 | /* 14775 */ MCD::OPC_CheckPredicate, 37, 14, 9, 0, // Skip to: 17098 |
| 5773 | /* 14780 */ MCD::OPC_CheckField, 21, 5, 0, 7, 9, 0, // Skip to: 17098 |
| 5774 | /* 14787 */ MCD::OPC_Decode, 249, 17, 189, 2, // Opcode: PRECEU_PH_QBRA |
| 5775 | /* 14792 */ MCD::OPC_FilterValue, 19, 75, 1, 0, // Skip to: 15128 |
| 5776 | /* 14797 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 5777 | /* 14800 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 14815 |
| 5778 | /* 14805 */ MCD::OPC_CheckPredicate, 37, 240, 8, 0, // Skip to: 17098 |
| 5779 | /* 14810 */ MCD::OPC_Decode, 169, 19, 194, 2, // Opcode: SHLL_QB |
| 5780 | /* 14815 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 14830 |
| 5781 | /* 14820 */ MCD::OPC_CheckPredicate, 37, 225, 8, 0, // Skip to: 17098 |
| 5782 | /* 14825 */ MCD::OPC_Decode, 201, 19, 194, 2, // Opcode: SHRL_QB |
| 5783 | /* 14830 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 14845 |
| 5784 | /* 14835 */ MCD::OPC_CheckPredicate, 37, 210, 8, 0, // Skip to: 17098 |
| 5785 | /* 14840 */ MCD::OPC_Decode, 161, 19, 195, 2, // Opcode: SHLLV_QB |
| 5786 | /* 14845 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 14860 |
| 5787 | /* 14850 */ MCD::OPC_CheckPredicate, 37, 195, 8, 0, // Skip to: 17098 |
| 5788 | /* 14855 */ MCD::OPC_Decode, 197, 19, 195, 2, // Opcode: SHRLV_QB |
| 5789 | /* 14860 */ MCD::OPC_FilterValue, 4, 10, 0, 0, // Skip to: 14875 |
| 5790 | /* 14865 */ MCD::OPC_CheckPredicate, 69, 180, 8, 0, // Skip to: 17098 |
| 5791 | /* 14870 */ MCD::OPC_Decode, 187, 19, 194, 2, // Opcode: SHRA_QB |
| 5792 | /* 14875 */ MCD::OPC_FilterValue, 5, 10, 0, 0, // Skip to: 14890 |
| 5793 | /* 14880 */ MCD::OPC_CheckPredicate, 69, 165, 8, 0, // Skip to: 17098 |
| 5794 | /* 14885 */ MCD::OPC_Decode, 191, 19, 194, 2, // Opcode: SHRA_R_QB |
| 5795 | /* 14890 */ MCD::OPC_FilterValue, 6, 10, 0, 0, // Skip to: 14905 |
| 5796 | /* 14895 */ MCD::OPC_CheckPredicate, 69, 150, 8, 0, // Skip to: 17098 |
| 5797 | /* 14900 */ MCD::OPC_Decode, 177, 19, 195, 2, // Opcode: SHRAV_QB |
| 5798 | /* 14905 */ MCD::OPC_FilterValue, 7, 10, 0, 0, // Skip to: 14920 |
| 5799 | /* 14910 */ MCD::OPC_CheckPredicate, 69, 135, 8, 0, // Skip to: 17098 |
| 5800 | /* 14915 */ MCD::OPC_Decode, 181, 19, 195, 2, // Opcode: SHRAV_R_QB |
| 5801 | /* 14920 */ MCD::OPC_FilterValue, 8, 10, 0, 0, // Skip to: 14935 |
| 5802 | /* 14925 */ MCD::OPC_CheckPredicate, 37, 120, 8, 0, // Skip to: 17098 |
| 5803 | /* 14930 */ MCD::OPC_Decode, 167, 19, 194, 2, // Opcode: SHLL_PH |
| 5804 | /* 14935 */ MCD::OPC_FilterValue, 9, 10, 0, 0, // Skip to: 14950 |
| 5805 | /* 14940 */ MCD::OPC_CheckPredicate, 37, 105, 8, 0, // Skip to: 17098 |
| 5806 | /* 14945 */ MCD::OPC_Decode, 185, 19, 194, 2, // Opcode: SHRA_PH |
| 5807 | /* 14950 */ MCD::OPC_FilterValue, 10, 10, 0, 0, // Skip to: 14965 |
| 5808 | /* 14955 */ MCD::OPC_CheckPredicate, 37, 90, 8, 0, // Skip to: 17098 |
| 5809 | /* 14960 */ MCD::OPC_Decode, 159, 19, 195, 2, // Opcode: SHLLV_PH |
| 5810 | /* 14965 */ MCD::OPC_FilterValue, 11, 10, 0, 0, // Skip to: 14980 |
| 5811 | /* 14970 */ MCD::OPC_CheckPredicate, 37, 75, 8, 0, // Skip to: 17098 |
| 5812 | /* 14975 */ MCD::OPC_Decode, 175, 19, 195, 2, // Opcode: SHRAV_PH |
| 5813 | /* 14980 */ MCD::OPC_FilterValue, 12, 10, 0, 0, // Skip to: 14995 |
| 5814 | /* 14985 */ MCD::OPC_CheckPredicate, 37, 60, 8, 0, // Skip to: 17098 |
| 5815 | /* 14990 */ MCD::OPC_Decode, 171, 19, 194, 2, // Opcode: SHLL_S_PH |
| 5816 | /* 14995 */ MCD::OPC_FilterValue, 13, 10, 0, 0, // Skip to: 15010 |
| 5817 | /* 15000 */ MCD::OPC_CheckPredicate, 37, 45, 8, 0, // Skip to: 17098 |
| 5818 | /* 15005 */ MCD::OPC_Decode, 189, 19, 194, 2, // Opcode: SHRA_R_PH |
| 5819 | /* 15010 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 15025 |
| 5820 | /* 15015 */ MCD::OPC_CheckPredicate, 37, 30, 8, 0, // Skip to: 17098 |
| 5821 | /* 15020 */ MCD::OPC_Decode, 163, 19, 195, 2, // Opcode: SHLLV_S_PH |
| 5822 | /* 15025 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 15040 |
| 5823 | /* 15030 */ MCD::OPC_CheckPredicate, 37, 15, 8, 0, // Skip to: 17098 |
| 5824 | /* 15035 */ MCD::OPC_Decode, 179, 19, 195, 2, // Opcode: SHRAV_R_PH |
| 5825 | /* 15040 */ MCD::OPC_FilterValue, 20, 10, 0, 0, // Skip to: 15055 |
| 5826 | /* 15045 */ MCD::OPC_CheckPredicate, 37, 0, 8, 0, // Skip to: 17098 |
| 5827 | /* 15050 */ MCD::OPC_Decode, 173, 19, 196, 2, // Opcode: SHLL_S_W |
| 5828 | /* 15055 */ MCD::OPC_FilterValue, 21, 10, 0, 0, // Skip to: 15070 |
| 5829 | /* 15060 */ MCD::OPC_CheckPredicate, 37, 241, 7, 0, // Skip to: 17098 |
| 5830 | /* 15065 */ MCD::OPC_Decode, 193, 19, 196, 2, // Opcode: SHRA_R_W |
| 5831 | /* 15070 */ MCD::OPC_FilterValue, 22, 9, 0, 0, // Skip to: 15084 |
| 5832 | /* 15075 */ MCD::OPC_CheckPredicate, 37, 226, 7, 0, // Skip to: 17098 |
| 5833 | /* 15080 */ MCD::OPC_Decode, 165, 19, 44, // Opcode: SHLLV_S_W |
| 5834 | /* 15084 */ MCD::OPC_FilterValue, 23, 9, 0, 0, // Skip to: 15098 |
| 5835 | /* 15089 */ MCD::OPC_CheckPredicate, 37, 212, 7, 0, // Skip to: 17098 |
| 5836 | /* 15094 */ MCD::OPC_Decode, 183, 19, 44, // Opcode: SHRAV_R_W |
| 5837 | /* 15098 */ MCD::OPC_FilterValue, 25, 10, 0, 0, // Skip to: 15113 |
| 5838 | /* 15103 */ MCD::OPC_CheckPredicate, 69, 198, 7, 0, // Skip to: 17098 |
| 5839 | /* 15108 */ MCD::OPC_Decode, 199, 19, 194, 2, // Opcode: SHRL_PH |
| 5840 | /* 15113 */ MCD::OPC_FilterValue, 27, 188, 7, 0, // Skip to: 17098 |
| 5841 | /* 15118 */ MCD::OPC_CheckPredicate, 69, 183, 7, 0, // Skip to: 17098 |
| 5842 | /* 15123 */ MCD::OPC_Decode, 195, 19, 195, 2, // Opcode: SHRLV_PH |
| 5843 | /* 15128 */ MCD::OPC_FilterValue, 24, 237, 0, 0, // Skip to: 15370 |
| 5844 | /* 15133 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 5845 | /* 15136 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 15151 |
| 5846 | /* 15141 */ MCD::OPC_CheckPredicate, 69, 160, 7, 0, // Skip to: 17098 |
| 5847 | /* 15146 */ MCD::OPC_Decode, 219, 5, 184, 2, // Opcode: ADDUH_QB |
| 5848 | /* 15151 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 15166 |
| 5849 | /* 15156 */ MCD::OPC_CheckPredicate, 69, 145, 7, 0, // Skip to: 17098 |
| 5850 | /* 15161 */ MCD::OPC_Decode, 208, 20, 184, 2, // Opcode: SUBUH_QB |
| 5851 | /* 15166 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 15181 |
| 5852 | /* 15171 */ MCD::OPC_CheckPredicate, 69, 130, 7, 0, // Skip to: 17098 |
| 5853 | /* 15176 */ MCD::OPC_Decode, 221, 5, 184, 2, // Opcode: ADDUH_R_QB |
| 5854 | /* 15181 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 15196 |
| 5855 | /* 15186 */ MCD::OPC_CheckPredicate, 69, 115, 7, 0, // Skip to: 17098 |
| 5856 | /* 15191 */ MCD::OPC_Decode, 210, 20, 184, 2, // Opcode: SUBUH_R_QB |
| 5857 | /* 15196 */ MCD::OPC_FilterValue, 8, 10, 0, 0, // Skip to: 15211 |
| 5858 | /* 15201 */ MCD::OPC_CheckPredicate, 69, 100, 7, 0, // Skip to: 17098 |
| 5859 | /* 15206 */ MCD::OPC_Decode, 188, 5, 184, 2, // Opcode: ADDQH_PH |
| 5860 | /* 15211 */ MCD::OPC_FilterValue, 9, 10, 0, 0, // Skip to: 15226 |
| 5861 | /* 15216 */ MCD::OPC_CheckPredicate, 69, 85, 7, 0, // Skip to: 17098 |
| 5862 | /* 15221 */ MCD::OPC_Decode, 176, 20, 184, 2, // Opcode: SUBQH_PH |
| 5863 | /* 15226 */ MCD::OPC_FilterValue, 10, 10, 0, 0, // Skip to: 15241 |
| 5864 | /* 15231 */ MCD::OPC_CheckPredicate, 69, 70, 7, 0, // Skip to: 17098 |
| 5865 | /* 15236 */ MCD::OPC_Decode, 190, 5, 184, 2, // Opcode: ADDQH_R_PH |
| 5866 | /* 15241 */ MCD::OPC_FilterValue, 11, 10, 0, 0, // Skip to: 15256 |
| 5867 | /* 15246 */ MCD::OPC_CheckPredicate, 69, 55, 7, 0, // Skip to: 17098 |
| 5868 | /* 15251 */ MCD::OPC_Decode, 178, 20, 184, 2, // Opcode: SUBQH_R_PH |
| 5869 | /* 15256 */ MCD::OPC_FilterValue, 12, 10, 0, 0, // Skip to: 15271 |
| 5870 | /* 15261 */ MCD::OPC_CheckPredicate, 69, 40, 7, 0, // Skip to: 17098 |
| 5871 | /* 15266 */ MCD::OPC_Decode, 156, 17, 184, 2, // Opcode: MUL_PH |
| 5872 | /* 15271 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 15286 |
| 5873 | /* 15276 */ MCD::OPC_CheckPredicate, 69, 25, 7, 0, // Skip to: 17098 |
| 5874 | /* 15281 */ MCD::OPC_Decode, 161, 17, 184, 2, // Opcode: MUL_S_PH |
| 5875 | /* 15286 */ MCD::OPC_FilterValue, 16, 9, 0, 0, // Skip to: 15300 |
| 5876 | /* 15291 */ MCD::OPC_CheckPredicate, 69, 10, 7, 0, // Skip to: 17098 |
| 5877 | /* 15296 */ MCD::OPC_Decode, 194, 5, 50, // Opcode: ADDQH_W |
| 5878 | /* 15300 */ MCD::OPC_FilterValue, 17, 9, 0, 0, // Skip to: 15314 |
| 5879 | /* 15305 */ MCD::OPC_CheckPredicate, 69, 252, 6, 0, // Skip to: 17098 |
| 5880 | /* 15310 */ MCD::OPC_Decode, 182, 20, 50, // Opcode: SUBQH_W |
| 5881 | /* 15314 */ MCD::OPC_FilterValue, 18, 9, 0, 0, // Skip to: 15328 |
| 5882 | /* 15319 */ MCD::OPC_CheckPredicate, 69, 238, 6, 0, // Skip to: 17098 |
| 5883 | /* 15324 */ MCD::OPC_Decode, 192, 5, 50, // Opcode: ADDQH_R_W |
| 5884 | /* 15328 */ MCD::OPC_FilterValue, 19, 9, 0, 0, // Skip to: 15342 |
| 5885 | /* 15333 */ MCD::OPC_CheckPredicate, 69, 224, 6, 0, // Skip to: 17098 |
| 5886 | /* 15338 */ MCD::OPC_Decode, 180, 20, 50, // Opcode: SUBQH_R_W |
| 5887 | /* 15342 */ MCD::OPC_FilterValue, 22, 9, 0, 0, // Skip to: 15356 |
| 5888 | /* 15347 */ MCD::OPC_CheckPredicate, 69, 210, 6, 0, // Skip to: 17098 |
| 5889 | /* 15352 */ MCD::OPC_Decode, 131, 17, 50, // Opcode: MULQ_S_W |
| 5890 | /* 15356 */ MCD::OPC_FilterValue, 23, 201, 6, 0, // Skip to: 17098 |
| 5891 | /* 15361 */ MCD::OPC_CheckPredicate, 69, 196, 6, 0, // Skip to: 17098 |
| 5892 | /* 15366 */ MCD::OPC_Decode, 255, 16, 50, // Opcode: MULQ_RS_W |
| 5893 | /* 15370 */ MCD::OPC_FilterValue, 25, 17, 0, 0, // Skip to: 15392 |
| 5894 | /* 15375 */ MCD::OPC_CheckPredicate, 70, 182, 6, 0, // Skip to: 17098 |
| 5895 | /* 15380 */ MCD::OPC_CheckField, 6, 1, 0, 175, 6, 0, // Skip to: 17098 |
| 5896 | /* 15387 */ MCD::OPC_Decode, 218, 14, 197, 2, // Opcode: LWLE |
| 5897 | /* 15392 */ MCD::OPC_FilterValue, 26, 17, 0, 0, // Skip to: 15414 |
| 5898 | /* 15397 */ MCD::OPC_CheckPredicate, 70, 160, 6, 0, // Skip to: 17098 |
| 5899 | /* 15402 */ MCD::OPC_CheckField, 6, 1, 0, 153, 6, 0, // Skip to: 17098 |
| 5900 | /* 15409 */ MCD::OPC_Decode, 229, 14, 197, 2, // Opcode: LWRE |
| 5901 | /* 15414 */ MCD::OPC_FilterValue, 27, 17, 0, 0, // Skip to: 15436 |
| 5902 | /* 15419 */ MCD::OPC_CheckPredicate, 44, 138, 6, 0, // Skip to: 17098 |
| 5903 | /* 15424 */ MCD::OPC_CheckField, 6, 1, 0, 131, 6, 0, // Skip to: 17098 |
| 5904 | /* 15431 */ MCD::OPC_Decode, 253, 7, 198, 2, // Opcode: CACHEE |
| 5905 | /* 15436 */ MCD::OPC_FilterValue, 28, 17, 0, 0, // Skip to: 15458 |
| 5906 | /* 15441 */ MCD::OPC_CheckPredicate, 44, 116, 6, 0, // Skip to: 17098 |
| 5907 | /* 15446 */ MCD::OPC_CheckField, 6, 1, 0, 109, 6, 0, // Skip to: 17098 |
| 5908 | /* 15453 */ MCD::OPC_Decode, 213, 18, 197, 2, // Opcode: SBE |
| 5909 | /* 15458 */ MCD::OPC_FilterValue, 29, 17, 0, 0, // Skip to: 15480 |
| 5910 | /* 15463 */ MCD::OPC_CheckPredicate, 44, 94, 6, 0, // Skip to: 17098 |
| 5911 | /* 15468 */ MCD::OPC_CheckField, 6, 1, 0, 87, 6, 0, // Skip to: 17098 |
| 5912 | /* 15475 */ MCD::OPC_Decode, 150, 19, 197, 2, // Opcode: SHE |
| 5913 | /* 15480 */ MCD::OPC_FilterValue, 30, 17, 0, 0, // Skip to: 15502 |
| 5914 | /* 15485 */ MCD::OPC_CheckPredicate, 44, 72, 6, 0, // Skip to: 17098 |
| 5915 | /* 15490 */ MCD::OPC_CheckField, 6, 1, 0, 65, 6, 0, // Skip to: 17098 |
| 5916 | /* 15497 */ MCD::OPC_Decode, 222, 18, 197, 2, // Opcode: SCE |
| 5917 | /* 15502 */ MCD::OPC_FilterValue, 31, 17, 0, 0, // Skip to: 15524 |
| 5918 | /* 15507 */ MCD::OPC_CheckPredicate, 44, 50, 6, 0, // Skip to: 17098 |
| 5919 | /* 15512 */ MCD::OPC_CheckField, 6, 1, 0, 43, 6, 0, // Skip to: 17098 |
| 5920 | /* 15519 */ MCD::OPC_Decode, 248, 20, 197, 2, // Opcode: SWE |
| 5921 | /* 15524 */ MCD::OPC_FilterValue, 32, 69, 0, 0, // Skip to: 15598 |
| 5922 | /* 15529 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 5923 | /* 15532 */ MCD::OPC_FilterValue, 2, 17, 0, 0, // Skip to: 15554 |
| 5924 | /* 15537 */ MCD::OPC_CheckPredicate, 28, 20, 6, 0, // Skip to: 17098 |
| 5925 | /* 15542 */ MCD::OPC_CheckField, 21, 5, 0, 13, 6, 0, // Skip to: 17098 |
| 5926 | /* 15549 */ MCD::OPC_Decode, 245, 21, 193, 2, // Opcode: WSBH |
| 5927 | /* 15554 */ MCD::OPC_FilterValue, 16, 17, 0, 0, // Skip to: 15576 |
| 5928 | /* 15559 */ MCD::OPC_CheckPredicate, 28, 254, 5, 0, // Skip to: 17098 |
| 5929 | /* 15564 */ MCD::OPC_CheckField, 21, 5, 0, 247, 5, 0, // Skip to: 17098 |
| 5930 | /* 15571 */ MCD::OPC_Decode, 248, 18, 193, 2, // Opcode: SEB |
| 5931 | /* 15576 */ MCD::OPC_FilterValue, 24, 237, 5, 0, // Skip to: 17098 |
| 5932 | /* 15581 */ MCD::OPC_CheckPredicate, 28, 232, 5, 0, // Skip to: 17098 |
| 5933 | /* 15586 */ MCD::OPC_CheckField, 21, 5, 0, 225, 5, 0, // Skip to: 17098 |
| 5934 | /* 15593 */ MCD::OPC_Decode, 251, 18, 193, 2, // Opcode: SEH |
| 5935 | /* 15598 */ MCD::OPC_FilterValue, 33, 17, 0, 0, // Skip to: 15620 |
| 5936 | /* 15603 */ MCD::OPC_CheckPredicate, 70, 210, 5, 0, // Skip to: 17098 |
| 5937 | /* 15608 */ MCD::OPC_CheckField, 6, 1, 0, 203, 5, 0, // Skip to: 17098 |
| 5938 | /* 15615 */ MCD::OPC_Decode, 252, 20, 197, 2, // Opcode: SWLE |
| 5939 | /* 15620 */ MCD::OPC_FilterValue, 34, 17, 0, 0, // Skip to: 15642 |
| 5940 | /* 15625 */ MCD::OPC_CheckPredicate, 70, 188, 5, 0, // Skip to: 17098 |
| 5941 | /* 15630 */ MCD::OPC_CheckField, 6, 1, 0, 181, 5, 0, // Skip to: 17098 |
| 5942 | /* 15637 */ MCD::OPC_Decode, 133, 21, 197, 2, // Opcode: SWRE |
| 5943 | /* 15642 */ MCD::OPC_FilterValue, 35, 17, 0, 0, // Skip to: 15664 |
| 5944 | /* 15647 */ MCD::OPC_CheckPredicate, 44, 166, 5, 0, // Skip to: 17098 |
| 5945 | /* 15652 */ MCD::OPC_CheckField, 6, 1, 0, 159, 5, 0, // Skip to: 17098 |
| 5946 | /* 15659 */ MCD::OPC_Decode, 139, 18, 198, 2, // Opcode: PREFE |
| 5947 | /* 15664 */ MCD::OPC_FilterValue, 40, 17, 0, 0, // Skip to: 15686 |
| 5948 | /* 15669 */ MCD::OPC_CheckPredicate, 44, 144, 5, 0, // Skip to: 17098 |
| 5949 | /* 15674 */ MCD::OPC_CheckField, 6, 1, 0, 137, 5, 0, // Skip to: 17098 |
| 5950 | /* 15681 */ MCD::OPC_Decode, 139, 14, 197, 2, // Opcode: LBuE |
| 5951 | /* 15686 */ MCD::OPC_FilterValue, 41, 17, 0, 0, // Skip to: 15708 |
| 5952 | /* 15691 */ MCD::OPC_CheckPredicate, 44, 122, 5, 0, // Skip to: 17098 |
| 5953 | /* 15696 */ MCD::OPC_CheckField, 6, 1, 0, 115, 5, 0, // Skip to: 17098 |
| 5954 | /* 15703 */ MCD::OPC_Decode, 177, 14, 197, 2, // Opcode: LHuE |
| 5955 | /* 15708 */ MCD::OPC_FilterValue, 44, 17, 0, 0, // Skip to: 15730 |
| 5956 | /* 15713 */ MCD::OPC_CheckPredicate, 44, 100, 5, 0, // Skip to: 17098 |
| 5957 | /* 15718 */ MCD::OPC_CheckField, 6, 1, 0, 93, 5, 0, // Skip to: 17098 |
| 5958 | /* 15725 */ MCD::OPC_Decode, 129, 14, 197, 2, // Opcode: LBE |
| 5959 | /* 15730 */ MCD::OPC_FilterValue, 45, 17, 0, 0, // Skip to: 15752 |
| 5960 | /* 15735 */ MCD::OPC_CheckPredicate, 44, 78, 5, 0, // Skip to: 17098 |
| 5961 | /* 15740 */ MCD::OPC_CheckField, 6, 1, 0, 71, 5, 0, // Skip to: 17098 |
| 5962 | /* 15747 */ MCD::OPC_Decode, 169, 14, 197, 2, // Opcode: LHE |
| 5963 | /* 15752 */ MCD::OPC_FilterValue, 46, 17, 0, 0, // Skip to: 15774 |
| 5964 | /* 15757 */ MCD::OPC_CheckPredicate, 44, 56, 5, 0, // Skip to: 17098 |
| 5965 | /* 15762 */ MCD::OPC_CheckField, 6, 1, 0, 49, 5, 0, // Skip to: 17098 |
| 5966 | /* 15769 */ MCD::OPC_Decode, 187, 14, 197, 2, // Opcode: LLE |
| 5967 | /* 15774 */ MCD::OPC_FilterValue, 47, 17, 0, 0, // Skip to: 15796 |
| 5968 | /* 15779 */ MCD::OPC_CheckPredicate, 44, 34, 5, 0, // Skip to: 17098 |
| 5969 | /* 15784 */ MCD::OPC_CheckField, 6, 1, 0, 27, 5, 0, // Skip to: 17098 |
| 5970 | /* 15791 */ MCD::OPC_Decode, 213, 14, 197, 2, // Opcode: LWE |
| 5971 | /* 15796 */ MCD::OPC_FilterValue, 48, 231, 1, 0, // Skip to: 16288 |
| 5972 | /* 15801 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 5973 | /* 15804 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 15826 |
| 5974 | /* 15809 */ MCD::OPC_CheckPredicate, 69, 4, 5, 0, // Skip to: 17098 |
| 5975 | /* 15814 */ MCD::OPC_CheckField, 13, 3, 0, 253, 4, 0, // Skip to: 17098 |
| 5976 | /* 15821 */ MCD::OPC_Decode, 148, 11, 232, 1, // Opcode: DPA_W_PH |
| 5977 | /* 15826 */ MCD::OPC_FilterValue, 1, 17, 0, 0, // Skip to: 15848 |
| 5978 | /* 15831 */ MCD::OPC_CheckPredicate, 69, 238, 4, 0, // Skip to: 17098 |
| 5979 | /* 15836 */ MCD::OPC_CheckField, 13, 3, 0, 231, 4, 0, // Skip to: 17098 |
| 5980 | /* 15843 */ MCD::OPC_Decode, 171, 11, 232, 1, // Opcode: DPS_W_PH |
| 5981 | /* 15848 */ MCD::OPC_FilterValue, 2, 17, 0, 0, // Skip to: 15870 |
| 5982 | /* 15853 */ MCD::OPC_CheckPredicate, 69, 216, 4, 0, // Skip to: 17098 |
| 5983 | /* 15858 */ MCD::OPC_CheckField, 13, 3, 0, 209, 4, 0, // Skip to: 17098 |
| 5984 | /* 15865 */ MCD::OPC_Decode, 138, 17, 232, 1, // Opcode: MULSA_W_PH |
| 5985 | /* 15870 */ MCD::OPC_FilterValue, 3, 17, 0, 0, // Skip to: 15892 |
| 5986 | /* 15875 */ MCD::OPC_CheckPredicate, 37, 194, 4, 0, // Skip to: 17098 |
| 5987 | /* 15880 */ MCD::OPC_CheckField, 13, 3, 0, 187, 4, 0, // Skip to: 17098 |
| 5988 | /* 15887 */ MCD::OPC_Decode, 142, 11, 232, 1, // Opcode: DPAU_H_QBL |
| 5989 | /* 15892 */ MCD::OPC_FilterValue, 4, 17, 0, 0, // Skip to: 15914 |
| 5990 | /* 15897 */ MCD::OPC_CheckPredicate, 37, 172, 4, 0, // Skip to: 17098 |
| 5991 | /* 15902 */ MCD::OPC_CheckField, 13, 3, 0, 165, 4, 0, // Skip to: 17098 |
| 5992 | /* 15909 */ MCD::OPC_Decode, 140, 11, 232, 1, // Opcode: DPAQ_S_W_PH |
| 5993 | /* 15914 */ MCD::OPC_FilterValue, 5, 17, 0, 0, // Skip to: 15936 |
| 5994 | /* 15919 */ MCD::OPC_CheckPredicate, 37, 150, 4, 0, // Skip to: 17098 |
| 5995 | /* 15924 */ MCD::OPC_CheckField, 13, 3, 0, 143, 4, 0, // Skip to: 17098 |
| 5996 | /* 15931 */ MCD::OPC_Decode, 157, 11, 232, 1, // Opcode: DPSQ_S_W_PH |
| 5997 | /* 15936 */ MCD::OPC_FilterValue, 6, 17, 0, 0, // Skip to: 15958 |
| 5998 | /* 15941 */ MCD::OPC_CheckPredicate, 37, 128, 4, 0, // Skip to: 17098 |
| 5999 | /* 15946 */ MCD::OPC_CheckField, 13, 3, 0, 121, 4, 0, // Skip to: 17098 |
| 6000 | /* 15953 */ MCD::OPC_Decode, 136, 17, 232, 1, // Opcode: MULSAQ_S_W_PH |
| 6001 | /* 15958 */ MCD::OPC_FilterValue, 7, 17, 0, 0, // Skip to: 15980 |
| 6002 | /* 15963 */ MCD::OPC_CheckPredicate, 37, 106, 4, 0, // Skip to: 17098 |
| 6003 | /* 15968 */ MCD::OPC_CheckField, 13, 3, 0, 99, 4, 0, // Skip to: 17098 |
| 6004 | /* 15975 */ MCD::OPC_Decode, 144, 11, 232, 1, // Opcode: DPAU_H_QBR |
| 6005 | /* 15980 */ MCD::OPC_FilterValue, 8, 17, 0, 0, // Skip to: 16002 |
| 6006 | /* 15985 */ MCD::OPC_CheckPredicate, 69, 84, 4, 0, // Skip to: 17098 |
| 6007 | /* 15990 */ MCD::OPC_CheckField, 13, 3, 0, 77, 4, 0, // Skip to: 17098 |
| 6008 | /* 15997 */ MCD::OPC_Decode, 146, 11, 232, 1, // Opcode: DPAX_W_PH |
| 6009 | /* 16002 */ MCD::OPC_FilterValue, 9, 17, 0, 0, // Skip to: 16024 |
| 6010 | /* 16007 */ MCD::OPC_CheckPredicate, 69, 62, 4, 0, // Skip to: 17098 |
| 6011 | /* 16012 */ MCD::OPC_CheckField, 13, 3, 0, 55, 4, 0, // Skip to: 17098 |
| 6012 | /* 16019 */ MCD::OPC_Decode, 169, 11, 232, 1, // Opcode: DPSX_W_PH |
| 6013 | /* 16024 */ MCD::OPC_FilterValue, 11, 17, 0, 0, // Skip to: 16046 |
| 6014 | /* 16029 */ MCD::OPC_CheckPredicate, 37, 40, 4, 0, // Skip to: 17098 |
| 6015 | /* 16034 */ MCD::OPC_CheckField, 13, 3, 0, 33, 4, 0, // Skip to: 17098 |
| 6016 | /* 16041 */ MCD::OPC_Decode, 165, 11, 232, 1, // Opcode: DPSU_H_QBL |
| 6017 | /* 16046 */ MCD::OPC_FilterValue, 12, 17, 0, 0, // Skip to: 16068 |
| 6018 | /* 16051 */ MCD::OPC_CheckPredicate, 37, 18, 4, 0, // Skip to: 17098 |
| 6019 | /* 16056 */ MCD::OPC_CheckField, 13, 3, 0, 11, 4, 0, // Skip to: 17098 |
| 6020 | /* 16063 */ MCD::OPC_Decode, 138, 11, 232, 1, // Opcode: DPAQ_SA_L_W |
| 6021 | /* 16068 */ MCD::OPC_FilterValue, 13, 17, 0, 0, // Skip to: 16090 |
| 6022 | /* 16073 */ MCD::OPC_CheckPredicate, 37, 252, 3, 0, // Skip to: 17098 |
| 6023 | /* 16078 */ MCD::OPC_CheckField, 13, 3, 0, 245, 3, 0, // Skip to: 17098 |
| 6024 | /* 16085 */ MCD::OPC_Decode, 155, 11, 232, 1, // Opcode: DPSQ_SA_L_W |
| 6025 | /* 16090 */ MCD::OPC_FilterValue, 15, 17, 0, 0, // Skip to: 16112 |
| 6026 | /* 16095 */ MCD::OPC_CheckPredicate, 37, 230, 3, 0, // Skip to: 17098 |
| 6027 | /* 16100 */ MCD::OPC_CheckField, 13, 3, 0, 223, 3, 0, // Skip to: 17098 |
| 6028 | /* 16107 */ MCD::OPC_Decode, 167, 11, 232, 1, // Opcode: DPSU_H_QBR |
| 6029 | /* 16112 */ MCD::OPC_FilterValue, 16, 17, 0, 0, // Skip to: 16134 |
| 6030 | /* 16117 */ MCD::OPC_CheckPredicate, 37, 208, 3, 0, // Skip to: 17098 |
| 6031 | /* 16122 */ MCD::OPC_CheckField, 13, 3, 0, 201, 3, 0, // Skip to: 17098 |
| 6032 | /* 16129 */ MCD::OPC_Decode, 151, 15, 232, 1, // Opcode: MAQ_SA_W_PHL |
| 6033 | /* 16134 */ MCD::OPC_FilterValue, 18, 17, 0, 0, // Skip to: 16156 |
| 6034 | /* 16139 */ MCD::OPC_CheckPredicate, 37, 186, 3, 0, // Skip to: 17098 |
| 6035 | /* 16144 */ MCD::OPC_CheckField, 13, 3, 0, 179, 3, 0, // Skip to: 17098 |
| 6036 | /* 16151 */ MCD::OPC_Decode, 153, 15, 232, 1, // Opcode: MAQ_SA_W_PHR |
| 6037 | /* 16156 */ MCD::OPC_FilterValue, 20, 17, 0, 0, // Skip to: 16178 |
| 6038 | /* 16161 */ MCD::OPC_CheckPredicate, 37, 164, 3, 0, // Skip to: 17098 |
| 6039 | /* 16166 */ MCD::OPC_CheckField, 13, 3, 0, 157, 3, 0, // Skip to: 17098 |
| 6040 | /* 16173 */ MCD::OPC_Decode, 155, 15, 232, 1, // Opcode: MAQ_S_W_PHL |
| 6041 | /* 16178 */ MCD::OPC_FilterValue, 22, 17, 0, 0, // Skip to: 16200 |
| 6042 | /* 16183 */ MCD::OPC_CheckPredicate, 37, 142, 3, 0, // Skip to: 17098 |
| 6043 | /* 16188 */ MCD::OPC_CheckField, 13, 3, 0, 135, 3, 0, // Skip to: 17098 |
| 6044 | /* 16195 */ MCD::OPC_Decode, 157, 15, 232, 1, // Opcode: MAQ_S_W_PHR |
| 6045 | /* 16200 */ MCD::OPC_FilterValue, 24, 17, 0, 0, // Skip to: 16222 |
| 6046 | /* 16205 */ MCD::OPC_CheckPredicate, 69, 120, 3, 0, // Skip to: 17098 |
| 6047 | /* 16210 */ MCD::OPC_CheckField, 13, 3, 0, 113, 3, 0, // Skip to: 17098 |
| 6048 | /* 16217 */ MCD::OPC_Decode, 136, 11, 232, 1, // Opcode: DPAQX_S_W_PH |
| 6049 | /* 16222 */ MCD::OPC_FilterValue, 25, 17, 0, 0, // Skip to: 16244 |
| 6050 | /* 16227 */ MCD::OPC_CheckPredicate, 69, 98, 3, 0, // Skip to: 17098 |
| 6051 | /* 16232 */ MCD::OPC_CheckField, 13, 3, 0, 91, 3, 0, // Skip to: 17098 |
| 6052 | /* 16239 */ MCD::OPC_Decode, 153, 11, 232, 1, // Opcode: DPSQX_S_W_PH |
| 6053 | /* 16244 */ MCD::OPC_FilterValue, 26, 17, 0, 0, // Skip to: 16266 |
| 6054 | /* 16249 */ MCD::OPC_CheckPredicate, 69, 76, 3, 0, // Skip to: 17098 |
| 6055 | /* 16254 */ MCD::OPC_CheckField, 13, 3, 0, 69, 3, 0, // Skip to: 17098 |
| 6056 | /* 16261 */ MCD::OPC_Decode, 134, 11, 232, 1, // Opcode: DPAQX_SA_W_PH |
| 6057 | /* 16266 */ MCD::OPC_FilterValue, 27, 59, 3, 0, // Skip to: 17098 |
| 6058 | /* 16271 */ MCD::OPC_CheckPredicate, 69, 54, 3, 0, // Skip to: 17098 |
| 6059 | /* 16276 */ MCD::OPC_CheckField, 13, 3, 0, 47, 3, 0, // Skip to: 17098 |
| 6060 | /* 16283 */ MCD::OPC_Decode, 151, 11, 232, 1, // Opcode: DPSQX_SA_W_PH |
| 6061 | /* 16288 */ MCD::OPC_FilterValue, 49, 48, 0, 0, // Skip to: 16341 |
| 6062 | /* 16293 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 6063 | /* 16296 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 16311 |
| 6064 | /* 16301 */ MCD::OPC_CheckPredicate, 69, 24, 3, 0, // Skip to: 17098 |
| 6065 | /* 16306 */ MCD::OPC_Decode, 144, 6, 199, 2, // Opcode: APPEND |
| 6066 | /* 16311 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 16326 |
| 6067 | /* 16316 */ MCD::OPC_CheckPredicate, 69, 9, 3, 0, // Skip to: 17098 |
| 6068 | /* 16321 */ MCD::OPC_Decode, 145, 18, 199, 2, // Opcode: PREPEND |
| 6069 | /* 16326 */ MCD::OPC_FilterValue, 16, 255, 2, 0, // Skip to: 17098 |
| 6070 | /* 16331 */ MCD::OPC_CheckPredicate, 69, 250, 2, 0, // Skip to: 17098 |
| 6071 | /* 16336 */ MCD::OPC_Decode, 188, 6, 199, 2, // Opcode: BALIGN |
| 6072 | /* 16341 */ MCD::OPC_FilterValue, 56, 107, 1, 0, // Skip to: 16709 |
| 6073 | /* 16346 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 6074 | /* 16349 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 16371 |
| 6075 | /* 16354 */ MCD::OPC_CheckPredicate, 37, 227, 2, 0, // Skip to: 17098 |
| 6076 | /* 16359 */ MCD::OPC_CheckField, 13, 3, 0, 220, 2, 0, // Skip to: 17098 |
| 6077 | /* 16366 */ MCD::OPC_Decode, 235, 11, 200, 2, // Opcode: EXTR_W |
| 6078 | /* 16371 */ MCD::OPC_FilterValue, 1, 17, 0, 0, // Skip to: 16393 |
| 6079 | /* 16376 */ MCD::OPC_CheckPredicate, 37, 205, 2, 0, // Skip to: 17098 |
| 6080 | /* 16381 */ MCD::OPC_CheckField, 13, 3, 0, 198, 2, 0, // Skip to: 17098 |
| 6081 | /* 16388 */ MCD::OPC_Decode, 227, 11, 201, 2, // Opcode: EXTRV_W |
| 6082 | /* 16393 */ MCD::OPC_FilterValue, 2, 17, 0, 0, // Skip to: 16415 |
| 6083 | /* 16398 */ MCD::OPC_CheckPredicate, 37, 183, 2, 0, // Skip to: 17098 |
| 6084 | /* 16403 */ MCD::OPC_CheckField, 13, 3, 0, 176, 2, 0, // Skip to: 17098 |
| 6085 | /* 16410 */ MCD::OPC_Decode, 213, 11, 200, 2, // Opcode: EXTP |
| 6086 | /* 16415 */ MCD::OPC_FilterValue, 3, 17, 0, 0, // Skip to: 16437 |
| 6087 | /* 16420 */ MCD::OPC_CheckPredicate, 37, 161, 2, 0, // Skip to: 17098 |
| 6088 | /* 16425 */ MCD::OPC_CheckField, 13, 3, 0, 154, 2, 0, // Skip to: 17098 |
| 6089 | /* 16432 */ MCD::OPC_Decode, 218, 11, 201, 2, // Opcode: EXTPV |
| 6090 | /* 16437 */ MCD::OPC_FilterValue, 4, 17, 0, 0, // Skip to: 16459 |
| 6091 | /* 16442 */ MCD::OPC_CheckPredicate, 37, 139, 2, 0, // Skip to: 17098 |
| 6092 | /* 16447 */ MCD::OPC_CheckField, 13, 3, 0, 132, 2, 0, // Skip to: 17098 |
| 6093 | /* 16454 */ MCD::OPC_Decode, 231, 11, 200, 2, // Opcode: EXTR_R_W |
| 6094 | /* 16459 */ MCD::OPC_FilterValue, 5, 17, 0, 0, // Skip to: 16481 |
| 6095 | /* 16464 */ MCD::OPC_CheckPredicate, 37, 117, 2, 0, // Skip to: 17098 |
| 6096 | /* 16469 */ MCD::OPC_CheckField, 13, 3, 0, 110, 2, 0, // Skip to: 17098 |
| 6097 | /* 16476 */ MCD::OPC_Decode, 223, 11, 201, 2, // Opcode: EXTRV_R_W |
| 6098 | /* 16481 */ MCD::OPC_FilterValue, 6, 17, 0, 0, // Skip to: 16503 |
| 6099 | /* 16486 */ MCD::OPC_CheckPredicate, 37, 95, 2, 0, // Skip to: 17098 |
| 6100 | /* 16491 */ MCD::OPC_CheckField, 13, 3, 0, 88, 2, 0, // Skip to: 17098 |
| 6101 | /* 16498 */ MCD::OPC_Decode, 229, 11, 200, 2, // Opcode: EXTR_RS_W |
| 6102 | /* 16503 */ MCD::OPC_FilterValue, 7, 17, 0, 0, // Skip to: 16525 |
| 6103 | /* 16508 */ MCD::OPC_CheckPredicate, 37, 73, 2, 0, // Skip to: 17098 |
| 6104 | /* 16513 */ MCD::OPC_CheckField, 13, 3, 0, 66, 2, 0, // Skip to: 17098 |
| 6105 | /* 16520 */ MCD::OPC_Decode, 221, 11, 201, 2, // Opcode: EXTRV_RS_W |
| 6106 | /* 16525 */ MCD::OPC_FilterValue, 10, 17, 0, 0, // Skip to: 16547 |
| 6107 | /* 16530 */ MCD::OPC_CheckPredicate, 37, 51, 2, 0, // Skip to: 17098 |
| 6108 | /* 16535 */ MCD::OPC_CheckField, 13, 3, 0, 44, 2, 0, // Skip to: 17098 |
| 6109 | /* 16542 */ MCD::OPC_Decode, 214, 11, 200, 2, // Opcode: EXTPDP |
| 6110 | /* 16547 */ MCD::OPC_FilterValue, 11, 17, 0, 0, // Skip to: 16569 |
| 6111 | /* 16552 */ MCD::OPC_CheckPredicate, 37, 29, 2, 0, // Skip to: 17098 |
| 6112 | /* 16557 */ MCD::OPC_CheckField, 13, 3, 0, 22, 2, 0, // Skip to: 17098 |
| 6113 | /* 16564 */ MCD::OPC_Decode, 215, 11, 201, 2, // Opcode: EXTPDPV |
| 6114 | /* 16569 */ MCD::OPC_FilterValue, 14, 17, 0, 0, // Skip to: 16591 |
| 6115 | /* 16574 */ MCD::OPC_CheckPredicate, 37, 7, 2, 0, // Skip to: 17098 |
| 6116 | /* 16579 */ MCD::OPC_CheckField, 13, 3, 0, 0, 2, 0, // Skip to: 17098 |
| 6117 | /* 16586 */ MCD::OPC_Decode, 233, 11, 200, 2, // Opcode: EXTR_S_H |
| 6118 | /* 16591 */ MCD::OPC_FilterValue, 15, 17, 0, 0, // Skip to: 16613 |
| 6119 | /* 16596 */ MCD::OPC_CheckPredicate, 37, 241, 1, 0, // Skip to: 17098 |
| 6120 | /* 16601 */ MCD::OPC_CheckField, 13, 3, 0, 234, 1, 0, // Skip to: 17098 |
| 6121 | /* 16608 */ MCD::OPC_Decode, 225, 11, 201, 2, // Opcode: EXTRV_S_H |
| 6122 | /* 16613 */ MCD::OPC_FilterValue, 18, 10, 0, 0, // Skip to: 16628 |
| 6123 | /* 16618 */ MCD::OPC_CheckPredicate, 37, 219, 1, 0, // Skip to: 17098 |
| 6124 | /* 16623 */ MCD::OPC_Decode, 151, 18, 202, 2, // Opcode: RDDSP |
| 6125 | /* 16628 */ MCD::OPC_FilterValue, 19, 10, 0, 0, // Skip to: 16643 |
| 6126 | /* 16633 */ MCD::OPC_CheckPredicate, 40, 204, 1, 0, // Skip to: 17098 |
| 6127 | /* 16638 */ MCD::OPC_Decode, 242, 21, 203, 2, // Opcode: WRDSP |
| 6128 | /* 16643 */ MCD::OPC_FilterValue, 26, 17, 0, 0, // Skip to: 16665 |
| 6129 | /* 16648 */ MCD::OPC_CheckPredicate, 37, 189, 1, 0, // Skip to: 17098 |
| 6130 | /* 16653 */ MCD::OPC_CheckField, 13, 7, 0, 182, 1, 0, // Skip to: 17098 |
| 6131 | /* 16660 */ MCD::OPC_Decode, 155, 19, 204, 2, // Opcode: SHILO |
| 6132 | /* 16665 */ MCD::OPC_FilterValue, 27, 17, 0, 0, // Skip to: 16687 |
| 6133 | /* 16670 */ MCD::OPC_CheckPredicate, 37, 167, 1, 0, // Skip to: 17098 |
| 6134 | /* 16675 */ MCD::OPC_CheckField, 13, 8, 0, 160, 1, 0, // Skip to: 17098 |
| 6135 | /* 16682 */ MCD::OPC_Decode, 156, 19, 205, 2, // Opcode: SHILOV |
| 6136 | /* 16687 */ MCD::OPC_FilterValue, 31, 150, 1, 0, // Skip to: 17098 |
| 6137 | /* 16692 */ MCD::OPC_CheckPredicate, 37, 145, 1, 0, // Skip to: 17098 |
| 6138 | /* 16697 */ MCD::OPC_CheckField, 13, 8, 0, 138, 1, 0, // Skip to: 17098 |
| 6139 | /* 16704 */ MCD::OPC_Decode, 226, 16, 205, 2, // Opcode: MTHLIP |
| 6140 | /* 16709 */ MCD::OPC_FilterValue, 59, 128, 1, 0, // Skip to: 17098 |
| 6141 | /* 16714 */ MCD::OPC_CheckPredicate, 27, 123, 1, 0, // Skip to: 17098 |
| 6142 | /* 16719 */ MCD::OPC_CheckField, 21, 5, 0, 116, 1, 0, // Skip to: 17098 |
| 6143 | /* 16726 */ MCD::OPC_CheckField, 9, 2, 0, 109, 1, 0, // Skip to: 17098 |
| 6144 | /* 16733 */ MCD::OPC_Decode, 153, 18, 206, 2, // Opcode: RDHWR |
| 6145 | /* 16738 */ MCD::OPC_FilterValue, 32, 10, 0, 0, // Skip to: 16753 |
| 6146 | /* 16743 */ MCD::OPC_CheckPredicate, 27, 94, 1, 0, // Skip to: 17098 |
| 6147 | /* 16748 */ MCD::OPC_Decode, 255, 13, 130, 1, // Opcode: LB |
| 6148 | /* 16753 */ MCD::OPC_FilterValue, 33, 10, 0, 0, // Skip to: 16768 |
| 6149 | /* 16758 */ MCD::OPC_CheckPredicate, 27, 79, 1, 0, // Skip to: 17098 |
| 6150 | /* 16763 */ MCD::OPC_Decode, 167, 14, 130, 1, // Opcode: LH |
| 6151 | /* 16768 */ MCD::OPC_FilterValue, 34, 10, 0, 0, // Skip to: 16783 |
| 6152 | /* 16773 */ MCD::OPC_CheckPredicate, 31, 64, 1, 0, // Skip to: 17098 |
| 6153 | /* 16778 */ MCD::OPC_Decode, 216, 14, 130, 1, // Opcode: LWL |
| 6154 | /* 16783 */ MCD::OPC_FilterValue, 35, 10, 0, 0, // Skip to: 16798 |
| 6155 | /* 16788 */ MCD::OPC_CheckPredicate, 27, 49, 1, 0, // Skip to: 17098 |
| 6156 | /* 16793 */ MCD::OPC_Decode, 202, 14, 130, 1, // Opcode: LW |
| 6157 | /* 16798 */ MCD::OPC_FilterValue, 36, 10, 0, 0, // Skip to: 16813 |
| 6158 | /* 16803 */ MCD::OPC_CheckPredicate, 27, 34, 1, 0, // Skip to: 17098 |
| 6159 | /* 16808 */ MCD::OPC_Decode, 137, 14, 130, 1, // Opcode: LBu |
| 6160 | /* 16813 */ MCD::OPC_FilterValue, 37, 10, 0, 0, // Skip to: 16828 |
| 6161 | /* 16818 */ MCD::OPC_CheckPredicate, 27, 19, 1, 0, // Skip to: 17098 |
| 6162 | /* 16823 */ MCD::OPC_Decode, 175, 14, 130, 1, // Opcode: LHu |
| 6163 | /* 16828 */ MCD::OPC_FilterValue, 38, 10, 0, 0, // Skip to: 16843 |
| 6164 | /* 16833 */ MCD::OPC_CheckPredicate, 31, 4, 1, 0, // Skip to: 17098 |
| 6165 | /* 16838 */ MCD::OPC_Decode, 227, 14, 130, 1, // Opcode: LWR |
| 6166 | /* 16843 */ MCD::OPC_FilterValue, 40, 10, 0, 0, // Skip to: 16858 |
| 6167 | /* 16848 */ MCD::OPC_CheckPredicate, 27, 245, 0, 0, // Skip to: 17098 |
| 6168 | /* 16853 */ MCD::OPC_Decode, 209, 18, 130, 1, // Opcode: SB |
| 6169 | /* 16858 */ MCD::OPC_FilterValue, 41, 10, 0, 0, // Skip to: 16873 |
| 6170 | /* 16863 */ MCD::OPC_CheckPredicate, 27, 230, 0, 0, // Skip to: 17098 |
| 6171 | /* 16868 */ MCD::OPC_Decode, 146, 19, 130, 1, // Opcode: SH |
| 6172 | /* 16873 */ MCD::OPC_FilterValue, 42, 10, 0, 0, // Skip to: 16888 |
| 6173 | /* 16878 */ MCD::OPC_CheckPredicate, 31, 215, 0, 0, // Skip to: 17098 |
| 6174 | /* 16883 */ MCD::OPC_Decode, 250, 20, 130, 1, // Opcode: SWL |
| 6175 | /* 16888 */ MCD::OPC_FilterValue, 43, 10, 0, 0, // Skip to: 16903 |
| 6176 | /* 16893 */ MCD::OPC_CheckPredicate, 27, 200, 0, 0, // Skip to: 17098 |
| 6177 | /* 16898 */ MCD::OPC_Decode, 236, 20, 130, 1, // Opcode: SW |
| 6178 | /* 16903 */ MCD::OPC_FilterValue, 46, 10, 0, 0, // Skip to: 16918 |
| 6179 | /* 16908 */ MCD::OPC_CheckPredicate, 31, 185, 0, 0, // Skip to: 17098 |
| 6180 | /* 16913 */ MCD::OPC_Decode, 131, 21, 130, 1, // Opcode: SWR |
| 6181 | /* 16918 */ MCD::OPC_FilterValue, 47, 10, 0, 0, // Skip to: 16933 |
| 6182 | /* 16923 */ MCD::OPC_CheckPredicate, 71, 170, 0, 0, // Skip to: 17098 |
| 6183 | /* 16928 */ MCD::OPC_Decode, 252, 7, 207, 2, // Opcode: CACHE |
| 6184 | /* 16933 */ MCD::OPC_FilterValue, 48, 10, 0, 0, // Skip to: 16948 |
| 6185 | /* 16938 */ MCD::OPC_CheckPredicate, 72, 155, 0, 0, // Skip to: 17098 |
| 6186 | /* 16943 */ MCD::OPC_Decode, 182, 14, 130, 1, // Opcode: LL |
| 6187 | /* 16948 */ MCD::OPC_FilterValue, 49, 10, 0, 0, // Skip to: 16963 |
| 6188 | /* 16953 */ MCD::OPC_CheckPredicate, 47, 140, 0, 0, // Skip to: 17098 |
| 6189 | /* 16958 */ MCD::OPC_Decode, 205, 14, 208, 2, // Opcode: LWC1 |
| 6190 | /* 16963 */ MCD::OPC_FilterValue, 50, 10, 0, 0, // Skip to: 16978 |
| 6191 | /* 16968 */ MCD::OPC_CheckPredicate, 31, 125, 0, 0, // Skip to: 17098 |
| 6192 | /* 16973 */ MCD::OPC_Decode, 207, 14, 209, 2, // Opcode: LWC2 |
| 6193 | /* 16978 */ MCD::OPC_FilterValue, 51, 10, 0, 0, // Skip to: 16993 |
| 6194 | /* 16983 */ MCD::OPC_CheckPredicate, 71, 110, 0, 0, // Skip to: 17098 |
| 6195 | /* 16988 */ MCD::OPC_Decode, 138, 18, 207, 2, // Opcode: PREF |
| 6196 | /* 16993 */ MCD::OPC_FilterValue, 53, 10, 0, 0, // Skip to: 17008 |
| 6197 | /* 16998 */ MCD::OPC_CheckPredicate, 57, 95, 0, 0, // Skip to: 17098 |
| 6198 | /* 17003 */ MCD::OPC_Decode, 143, 14, 208, 2, // Opcode: LDC1 |
| 6199 | /* 17008 */ MCD::OPC_FilterValue, 54, 10, 0, 0, // Skip to: 17023 |
| 6200 | /* 17013 */ MCD::OPC_CheckPredicate, 39, 80, 0, 0, // Skip to: 17098 |
| 6201 | /* 17018 */ MCD::OPC_Decode, 147, 14, 209, 2, // Opcode: LDC2 |
| 6202 | /* 17023 */ MCD::OPC_FilterValue, 56, 10, 0, 0, // Skip to: 17038 |
| 6203 | /* 17028 */ MCD::OPC_CheckPredicate, 72, 65, 0, 0, // Skip to: 17098 |
| 6204 | /* 17033 */ MCD::OPC_Decode, 217, 18, 130, 1, // Opcode: SC |
| 6205 | /* 17038 */ MCD::OPC_FilterValue, 57, 10, 0, 0, // Skip to: 17053 |
| 6206 | /* 17043 */ MCD::OPC_CheckPredicate, 47, 50, 0, 0, // Skip to: 17098 |
| 6207 | /* 17048 */ MCD::OPC_Decode, 240, 20, 208, 2, // Opcode: SWC1 |
| 6208 | /* 17053 */ MCD::OPC_FilterValue, 58, 10, 0, 0, // Skip to: 17068 |
| 6209 | /* 17058 */ MCD::OPC_CheckPredicate, 31, 35, 0, 0, // Skip to: 17098 |
| 6210 | /* 17063 */ MCD::OPC_Decode, 242, 20, 209, 2, // Opcode: SWC2 |
| 6211 | /* 17068 */ MCD::OPC_FilterValue, 61, 10, 0, 0, // Skip to: 17083 |
| 6212 | /* 17073 */ MCD::OPC_CheckPredicate, 57, 20, 0, 0, // Skip to: 17098 |
| 6213 | /* 17078 */ MCD::OPC_Decode, 234, 18, 208, 2, // Opcode: SDC1 |
| 6214 | /* 17083 */ MCD::OPC_FilterValue, 62, 10, 0, 0, // Skip to: 17098 |
| 6215 | /* 17088 */ MCD::OPC_CheckPredicate, 39, 5, 0, 0, // Skip to: 17098 |
| 6216 | /* 17093 */ MCD::OPC_Decode, 238, 18, 209, 2, // Opcode: SDC2 |
| 6217 | /* 17098 */ MCD::OPC_Fail, |
| 6218 | 0 |
| 6219 | }; |
| 6220 | |
| 6221 | static const uint8_t DecoderTableMips32_64_PTR6432[] = { |
| 6222 | /* 0 */ MCD::OPC_ExtractField, 26, 6, // Inst{31-26} ... |
| 6223 | /* 3 */ MCD::OPC_FilterValue, 0, 16, 0, 0, // Skip to: 24 |
| 6224 | /* 8 */ MCD::OPC_CheckPredicate, 73, 41, 0, 0, // Skip to: 54 |
| 6225 | /* 13 */ MCD::OPC_CheckField, 0, 21, 8, 34, 0, 0, // Skip to: 54 |
| 6226 | /* 20 */ MCD::OPC_Decode, 238, 13, 13, // Opcode: JR64 |
| 6227 | /* 24 */ MCD::OPC_FilterValue, 48, 10, 0, 0, // Skip to: 39 |
| 6228 | /* 29 */ MCD::OPC_CheckPredicate, 74, 20, 0, 0, // Skip to: 54 |
| 6229 | /* 34 */ MCD::OPC_Decode, 183, 14, 130, 1, // Opcode: LL64 |
| 6230 | /* 39 */ MCD::OPC_FilterValue, 56, 10, 0, 0, // Skip to: 54 |
| 6231 | /* 44 */ MCD::OPC_CheckPredicate, 74, 5, 0, 0, // Skip to: 54 |
| 6232 | /* 49 */ MCD::OPC_Decode, 218, 18, 130, 1, // Opcode: SC64 |
| 6233 | /* 54 */ MCD::OPC_Fail, |
| 6234 | 0 |
| 6235 | }; |
| 6236 | |
| 6237 | static const uint8_t DecoderTableMips32r6_64r632[] = { |
| 6238 | /* 0 */ MCD::OPC_ExtractField, 26, 6, // Inst{31-26} ... |
| 6239 | /* 3 */ MCD::OPC_FilterValue, 0, 14, 2, 0, // Skip to: 534 |
| 6240 | /* 8 */ MCD::OPC_ExtractField, 0, 6, // Inst{5-0} ... |
| 6241 | /* 11 */ MCD::OPC_FilterValue, 5, 17, 0, 0, // Skip to: 33 |
| 6242 | /* 16 */ MCD::OPC_CheckPredicate, 75, 133, 9, 0, // Skip to: 2458 |
| 6243 | /* 21 */ MCD::OPC_CheckField, 8, 3, 0, 126, 9, 0, // Skip to: 2458 |
| 6244 | /* 28 */ MCD::OPC_Decode, 194, 14, 174, 1, // Opcode: LSA_R6 |
| 6245 | /* 33 */ MCD::OPC_FilterValue, 9, 17, 0, 0, // Skip to: 55 |
| 6246 | /* 38 */ MCD::OPC_CheckPredicate, 75, 111, 9, 0, // Skip to: 2458 |
| 6247 | /* 43 */ MCD::OPC_CheckField, 6, 15, 16, 104, 9, 0, // Skip to: 2458 |
| 6248 | /* 50 */ MCD::OPC_Decode, 246, 13, 175, 1, // Opcode: JR_HB_R6 |
| 6249 | /* 55 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 70 |
| 6250 | /* 60 */ MCD::OPC_CheckPredicate, 76, 89, 9, 0, // Skip to: 2458 |
| 6251 | /* 65 */ MCD::OPC_Decode, 233, 18, 177, 1, // Opcode: SDBBP_R6 |
| 6252 | /* 70 */ MCD::OPC_FilterValue, 16, 23, 0, 0, // Skip to: 98 |
| 6253 | /* 75 */ MCD::OPC_CheckPredicate, 75, 74, 9, 0, // Skip to: 2458 |
| 6254 | /* 80 */ MCD::OPC_CheckField, 16, 5, 0, 67, 9, 0, // Skip to: 2458 |
| 6255 | /* 87 */ MCD::OPC_CheckField, 6, 5, 1, 60, 9, 0, // Skip to: 2458 |
| 6256 | /* 94 */ MCD::OPC_Decode, 200, 8, 14, // Opcode: CLZ_R6 |
| 6257 | /* 98 */ MCD::OPC_FilterValue, 17, 23, 0, 0, // Skip to: 126 |
| 6258 | /* 103 */ MCD::OPC_CheckPredicate, 75, 46, 9, 0, // Skip to: 2458 |
| 6259 | /* 108 */ MCD::OPC_CheckField, 16, 5, 0, 39, 9, 0, // Skip to: 2458 |
| 6260 | /* 115 */ MCD::OPC_CheckField, 6, 5, 1, 32, 9, 0, // Skip to: 2458 |
| 6261 | /* 122 */ MCD::OPC_Decode, 180, 8, 14, // Opcode: CLO_R6 |
| 6262 | /* 126 */ MCD::OPC_FilterValue, 18, 23, 0, 0, // Skip to: 154 |
| 6263 | /* 131 */ MCD::OPC_CheckPredicate, 77, 18, 9, 0, // Skip to: 2458 |
| 6264 | /* 136 */ MCD::OPC_CheckField, 16, 5, 0, 11, 9, 0, // Skip to: 2458 |
| 6265 | /* 143 */ MCD::OPC_CheckField, 6, 5, 1, 4, 9, 0, // Skip to: 2458 |
| 6266 | /* 150 */ MCD::OPC_Decode, 200, 10, 15, // Opcode: DCLZ_R6 |
| 6267 | /* 154 */ MCD::OPC_FilterValue, 19, 23, 0, 0, // Skip to: 182 |
| 6268 | /* 159 */ MCD::OPC_CheckPredicate, 77, 246, 8, 0, // Skip to: 2458 |
| 6269 | /* 164 */ MCD::OPC_CheckField, 16, 5, 0, 239, 8, 0, // Skip to: 2458 |
| 6270 | /* 171 */ MCD::OPC_CheckField, 6, 5, 1, 232, 8, 0, // Skip to: 2458 |
| 6271 | /* 178 */ MCD::OPC_Decode, 198, 10, 15, // Opcode: DCLO_R6 |
| 6272 | /* 182 */ MCD::OPC_FilterValue, 21, 17, 0, 0, // Skip to: 204 |
| 6273 | /* 187 */ MCD::OPC_CheckPredicate, 77, 218, 8, 0, // Skip to: 2458 |
| 6274 | /* 192 */ MCD::OPC_CheckField, 8, 3, 0, 211, 8, 0, // Skip to: 2458 |
| 6275 | /* 199 */ MCD::OPC_Decode, 229, 10, 183, 1, // Opcode: DLSA_R6 |
| 6276 | /* 204 */ MCD::OPC_FilterValue, 24, 31, 0, 0, // Skip to: 240 |
| 6277 | /* 209 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 6278 | /* 212 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 226 |
| 6279 | /* 217 */ MCD::OPC_CheckPredicate, 76, 188, 8, 0, // Skip to: 2458 |
| 6280 | /* 222 */ MCD::OPC_Decode, 160, 17, 50, // Opcode: MUL_R6 |
| 6281 | /* 226 */ MCD::OPC_FilterValue, 3, 179, 8, 0, // Skip to: 2458 |
| 6282 | /* 231 */ MCD::OPC_CheckPredicate, 76, 174, 8, 0, // Skip to: 2458 |
| 6283 | /* 236 */ MCD::OPC_Decode, 240, 16, 50, // Opcode: MUH |
| 6284 | /* 240 */ MCD::OPC_FilterValue, 25, 31, 0, 0, // Skip to: 276 |
| 6285 | /* 245 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 6286 | /* 248 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 262 |
| 6287 | /* 253 */ MCD::OPC_CheckPredicate, 76, 152, 8, 0, // Skip to: 2458 |
| 6288 | /* 258 */ MCD::OPC_Decode, 148, 17, 50, // Opcode: MULU |
| 6289 | /* 262 */ MCD::OPC_FilterValue, 3, 143, 8, 0, // Skip to: 2458 |
| 6290 | /* 267 */ MCD::OPC_CheckPredicate, 76, 138, 8, 0, // Skip to: 2458 |
| 6291 | /* 272 */ MCD::OPC_Decode, 241, 16, 50, // Opcode: MUHU |
| 6292 | /* 276 */ MCD::OPC_FilterValue, 26, 31, 0, 0, // Skip to: 312 |
| 6293 | /* 281 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 6294 | /* 284 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 298 |
| 6295 | /* 289 */ MCD::OPC_CheckPredicate, 76, 116, 8, 0, // Skip to: 2458 |
| 6296 | /* 294 */ MCD::OPC_Decode, 214, 10, 50, // Opcode: DIV |
| 6297 | /* 298 */ MCD::OPC_FilterValue, 3, 107, 8, 0, // Skip to: 2458 |
| 6298 | /* 303 */ MCD::OPC_CheckPredicate, 76, 102, 8, 0, // Skip to: 2458 |
| 6299 | /* 308 */ MCD::OPC_Decode, 246, 15, 50, // Opcode: MOD |
| 6300 | /* 312 */ MCD::OPC_FilterValue, 27, 31, 0, 0, // Skip to: 348 |
| 6301 | /* 317 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 6302 | /* 320 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 334 |
| 6303 | /* 325 */ MCD::OPC_CheckPredicate, 76, 80, 8, 0, // Skip to: 2458 |
| 6304 | /* 330 */ MCD::OPC_Decode, 215, 10, 50, // Opcode: DIVU |
| 6305 | /* 334 */ MCD::OPC_FilterValue, 3, 71, 8, 0, // Skip to: 2458 |
| 6306 | /* 339 */ MCD::OPC_CheckPredicate, 76, 66, 8, 0, // Skip to: 2458 |
| 6307 | /* 344 */ MCD::OPC_Decode, 249, 15, 50, // Opcode: MODU |
| 6308 | /* 348 */ MCD::OPC_FilterValue, 28, 31, 0, 0, // Skip to: 384 |
| 6309 | /* 353 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 6310 | /* 356 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 370 |
| 6311 | /* 361 */ MCD::OPC_CheckPredicate, 77, 44, 8, 0, // Skip to: 2458 |
| 6312 | /* 366 */ MCD::OPC_Decode, 249, 10, 12, // Opcode: DMUL_R6 |
| 6313 | /* 370 */ MCD::OPC_FilterValue, 3, 35, 8, 0, // Skip to: 2458 |
| 6314 | /* 375 */ MCD::OPC_CheckPredicate, 77, 30, 8, 0, // Skip to: 2458 |
| 6315 | /* 380 */ MCD::OPC_Decode, 243, 10, 12, // Opcode: DMUH |
| 6316 | /* 384 */ MCD::OPC_FilterValue, 29, 31, 0, 0, // Skip to: 420 |
| 6317 | /* 389 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 6318 | /* 392 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 406 |
| 6319 | /* 397 */ MCD::OPC_CheckPredicate, 77, 8, 8, 0, // Skip to: 2458 |
| 6320 | /* 402 */ MCD::OPC_Decode, 248, 10, 12, // Opcode: DMULU |
| 6321 | /* 406 */ MCD::OPC_FilterValue, 3, 255, 7, 0, // Skip to: 2458 |
| 6322 | /* 411 */ MCD::OPC_CheckPredicate, 77, 250, 7, 0, // Skip to: 2458 |
| 6323 | /* 416 */ MCD::OPC_Decode, 244, 10, 12, // Opcode: DMUHU |
| 6324 | /* 420 */ MCD::OPC_FilterValue, 30, 31, 0, 0, // Skip to: 456 |
| 6325 | /* 425 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 6326 | /* 428 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 442 |
| 6327 | /* 433 */ MCD::OPC_CheckPredicate, 77, 228, 7, 0, // Skip to: 2458 |
| 6328 | /* 438 */ MCD::OPC_Decode, 201, 10, 12, // Opcode: DDIV |
| 6329 | /* 442 */ MCD::OPC_FilterValue, 3, 219, 7, 0, // Skip to: 2458 |
| 6330 | /* 447 */ MCD::OPC_CheckPredicate, 77, 214, 7, 0, // Skip to: 2458 |
| 6331 | /* 452 */ MCD::OPC_Decode, 235, 10, 12, // Opcode: DMOD |
| 6332 | /* 456 */ MCD::OPC_FilterValue, 31, 31, 0, 0, // Skip to: 492 |
| 6333 | /* 461 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 6334 | /* 464 */ MCD::OPC_FilterValue, 2, 9, 0, 0, // Skip to: 478 |
| 6335 | /* 469 */ MCD::OPC_CheckPredicate, 77, 192, 7, 0, // Skip to: 2458 |
| 6336 | /* 474 */ MCD::OPC_Decode, 202, 10, 12, // Opcode: DDIVU |
| 6337 | /* 478 */ MCD::OPC_FilterValue, 3, 183, 7, 0, // Skip to: 2458 |
| 6338 | /* 483 */ MCD::OPC_CheckPredicate, 77, 178, 7, 0, // Skip to: 2458 |
| 6339 | /* 488 */ MCD::OPC_Decode, 236, 10, 12, // Opcode: DMODU |
| 6340 | /* 492 */ MCD::OPC_FilterValue, 53, 16, 0, 0, // Skip to: 513 |
| 6341 | /* 497 */ MCD::OPC_CheckPredicate, 78, 164, 7, 0, // Skip to: 2458 |
| 6342 | /* 502 */ MCD::OPC_CheckField, 6, 5, 0, 157, 7, 0, // Skip to: 2458 |
| 6343 | /* 509 */ MCD::OPC_Decode, 254, 18, 50, // Opcode: SELEQZ |
| 6344 | /* 513 */ MCD::OPC_FilterValue, 55, 148, 7, 0, // Skip to: 2458 |
| 6345 | /* 518 */ MCD::OPC_CheckPredicate, 78, 143, 7, 0, // Skip to: 2458 |
| 6346 | /* 523 */ MCD::OPC_CheckField, 6, 5, 0, 136, 7, 0, // Skip to: 2458 |
| 6347 | /* 530 */ MCD::OPC_Decode, 133, 19, 50, // Opcode: SELNEZ |
| 6348 | /* 534 */ MCD::OPC_FilterValue, 1, 77, 0, 0, // Skip to: 616 |
| 6349 | /* 539 */ MCD::OPC_ExtractField, 16, 5, // Inst{20-16} ... |
| 6350 | /* 542 */ MCD::OPC_FilterValue, 6, 10, 0, 0, // Skip to: 557 |
| 6351 | /* 547 */ MCD::OPC_CheckPredicate, 77, 114, 7, 0, // Skip to: 2458 |
| 6352 | /* 552 */ MCD::OPC_Decode, 192, 10, 210, 2, // Opcode: DAHI |
| 6353 | /* 557 */ MCD::OPC_FilterValue, 17, 17, 0, 0, // Skip to: 579 |
| 6354 | /* 562 */ MCD::OPC_CheckPredicate, 75, 99, 7, 0, // Skip to: 2458 |
| 6355 | /* 567 */ MCD::OPC_CheckField, 21, 5, 0, 92, 7, 0, // Skip to: 2458 |
| 6356 | /* 574 */ MCD::OPC_Decode, 185, 6, 187, 1, // Opcode: BAL |
| 6357 | /* 579 */ MCD::OPC_FilterValue, 23, 17, 0, 0, // Skip to: 601 |
| 6358 | /* 584 */ MCD::OPC_CheckPredicate, 76, 77, 7, 0, // Skip to: 2458 |
| 6359 | /* 589 */ MCD::OPC_CheckField, 21, 5, 0, 70, 7, 0, // Skip to: 2458 |
| 6360 | /* 596 */ MCD::OPC_Decode, 205, 19, 211, 2, // Opcode: SIGRIE |
| 6361 | /* 601 */ MCD::OPC_FilterValue, 30, 60, 7, 0, // Skip to: 2458 |
| 6362 | /* 606 */ MCD::OPC_CheckPredicate, 77, 55, 7, 0, // Skip to: 2458 |
| 6363 | /* 611 */ MCD::OPC_Decode, 194, 10, 210, 2, // Opcode: DATI |
| 6364 | /* 616 */ MCD::OPC_FilterValue, 6, 10, 0, 0, // Skip to: 631 |
| 6365 | /* 621 */ MCD::OPC_CheckPredicate, 76, 40, 7, 0, // Skip to: 2458 |
| 6366 | /* 626 */ MCD::OPC_Decode, 243, 6, 212, 2, // Opcode: BGEZALC |
| 6367 | /* 631 */ MCD::OPC_FilterValue, 7, 10, 0, 0, // Skip to: 646 |
| 6368 | /* 636 */ MCD::OPC_CheckPredicate, 76, 25, 7, 0, // Skip to: 2458 |
| 6369 | /* 641 */ MCD::OPC_Decode, 172, 7, 213, 2, // Opcode: BLTZALC |
| 6370 | /* 646 */ MCD::OPC_FilterValue, 8, 10, 0, 0, // Skip to: 661 |
| 6371 | /* 651 */ MCD::OPC_CheckPredicate, 76, 10, 7, 0, // Skip to: 2458 |
| 6372 | /* 656 */ MCD::OPC_Decode, 221, 6, 214, 2, // Opcode: BEQC |
| 6373 | /* 661 */ MCD::OPC_FilterValue, 15, 10, 0, 0, // Skip to: 676 |
| 6374 | /* 666 */ MCD::OPC_CheckPredicate, 75, 251, 6, 0, // Skip to: 2458 |
| 6375 | /* 671 */ MCD::OPC_Decode, 154, 6, 192, 1, // Opcode: AUI |
| 6376 | /* 676 */ MCD::OPC_FilterValue, 16, 45, 0, 0, // Skip to: 726 |
| 6377 | /* 681 */ MCD::OPC_ExtractField, 0, 16, // Inst{15-0} ... |
| 6378 | /* 684 */ MCD::OPC_FilterValue, 4, 16, 0, 0, // Skip to: 705 |
| 6379 | /* 689 */ MCD::OPC_CheckPredicate, 75, 228, 6, 0, // Skip to: 2458 |
| 6380 | /* 694 */ MCD::OPC_CheckField, 21, 5, 11, 221, 6, 0, // Skip to: 2458 |
| 6381 | /* 701 */ MCD::OPC_Decode, 209, 11, 81, // Opcode: EVP |
| 6382 | /* 705 */ MCD::OPC_FilterValue, 36, 212, 6, 0, // Skip to: 2458 |
| 6383 | /* 710 */ MCD::OPC_CheckPredicate, 75, 207, 6, 0, // Skip to: 2458 |
| 6384 | /* 715 */ MCD::OPC_CheckField, 21, 5, 11, 200, 6, 0, // Skip to: 2458 |
| 6385 | /* 722 */ MCD::OPC_Decode, 192, 11, 81, // Opcode: DVP |
| 6386 | /* 726 */ MCD::OPC_FilterValue, 17, 135, 3, 0, // Skip to: 1634 |
| 6387 | /* 731 */ MCD::OPC_ExtractField, 21, 5, // Inst{25-21} ... |
| 6388 | /* 734 */ MCD::OPC_FilterValue, 9, 10, 0, 0, // Skip to: 749 |
| 6389 | /* 739 */ MCD::OPC_CheckPredicate, 79, 178, 6, 0, // Skip to: 2458 |
| 6390 | /* 744 */ MCD::OPC_Decode, 196, 6, 215, 2, // Opcode: BC1EQZ |
| 6391 | /* 749 */ MCD::OPC_FilterValue, 13, 10, 0, 0, // Skip to: 764 |
| 6392 | /* 754 */ MCD::OPC_CheckPredicate, 79, 163, 6, 0, // Skip to: 2458 |
| 6393 | /* 759 */ MCD::OPC_Decode, 201, 6, 215, 2, // Opcode: BC1NEZ |
| 6394 | /* 764 */ MCD::OPC_FilterValue, 16, 182, 0, 0, // Skip to: 951 |
| 6395 | /* 769 */ MCD::OPC_ExtractField, 0, 6, // Inst{5-0} ... |
| 6396 | /* 772 */ MCD::OPC_FilterValue, 16, 10, 0, 0, // Skip to: 787 |
| 6397 | /* 777 */ MCD::OPC_CheckPredicate, 79, 140, 6, 0, // Skip to: 2458 |
| 6398 | /* 782 */ MCD::OPC_Decode, 142, 19, 216, 2, // Opcode: SEL_S |
| 6399 | /* 787 */ MCD::OPC_FilterValue, 20, 10, 0, 0, // Skip to: 802 |
| 6400 | /* 792 */ MCD::OPC_CheckPredicate, 79, 125, 6, 0, // Skip to: 2458 |
| 6401 | /* 797 */ MCD::OPC_Decode, 131, 19, 207, 1, // Opcode: SELEQZ_S |
| 6402 | /* 802 */ MCD::OPC_FilterValue, 23, 10, 0, 0, // Skip to: 817 |
| 6403 | /* 807 */ MCD::OPC_CheckPredicate, 79, 110, 6, 0, // Skip to: 2458 |
| 6404 | /* 812 */ MCD::OPC_Decode, 138, 19, 207, 1, // Opcode: SELNEZ_S |
| 6405 | /* 817 */ MCD::OPC_FilterValue, 24, 10, 0, 0, // Skip to: 832 |
| 6406 | /* 822 */ MCD::OPC_CheckPredicate, 79, 95, 6, 0, // Skip to: 2458 |
| 6407 | /* 827 */ MCD::OPC_Decode, 129, 15, 217, 2, // Opcode: MADDF_S |
| 6408 | /* 832 */ MCD::OPC_FilterValue, 25, 10, 0, 0, // Skip to: 847 |
| 6409 | /* 837 */ MCD::OPC_CheckPredicate, 79, 80, 6, 0, // Skip to: 2458 |
| 6410 | /* 842 */ MCD::OPC_Decode, 180, 16, 217, 2, // Opcode: MSUBF_S |
| 6411 | /* 847 */ MCD::OPC_FilterValue, 26, 17, 0, 0, // Skip to: 869 |
| 6412 | /* 852 */ MCD::OPC_CheckPredicate, 79, 65, 6, 0, // Skip to: 2458 |
| 6413 | /* 857 */ MCD::OPC_CheckField, 16, 5, 0, 58, 6, 0, // Skip to: 2458 |
| 6414 | /* 864 */ MCD::OPC_Decode, 174, 18, 208, 1, // Opcode: RINT_S |
| 6415 | /* 869 */ MCD::OPC_FilterValue, 27, 17, 0, 0, // Skip to: 891 |
| 6416 | /* 874 */ MCD::OPC_CheckPredicate, 79, 43, 6, 0, // Skip to: 2458 |
| 6417 | /* 879 */ MCD::OPC_CheckField, 16, 5, 0, 36, 6, 0, // Skip to: 2458 |
| 6418 | /* 886 */ MCD::OPC_Decode, 159, 8, 208, 1, // Opcode: CLASS_S |
| 6419 | /* 891 */ MCD::OPC_FilterValue, 28, 10, 0, 0, // Skip to: 906 |
| 6420 | /* 896 */ MCD::OPC_CheckPredicate, 79, 21, 6, 0, // Skip to: 2458 |
| 6421 | /* 901 */ MCD::OPC_Decode, 236, 15, 207, 1, // Opcode: MIN_S |
| 6422 | /* 906 */ MCD::OPC_FilterValue, 29, 10, 0, 0, // Skip to: 921 |
| 6423 | /* 911 */ MCD::OPC_CheckPredicate, 79, 6, 6, 0, // Skip to: 2458 |
| 6424 | /* 916 */ MCD::OPC_Decode, 177, 15, 207, 1, // Opcode: MAX_S |
| 6425 | /* 921 */ MCD::OPC_FilterValue, 30, 10, 0, 0, // Skip to: 936 |
| 6426 | /* 926 */ MCD::OPC_CheckPredicate, 79, 247, 5, 0, // Skip to: 2458 |
| 6427 | /* 931 */ MCD::OPC_Decode, 220, 15, 207, 1, // Opcode: MINA_S |
| 6428 | /* 936 */ MCD::OPC_FilterValue, 31, 237, 5, 0, // Skip to: 2458 |
| 6429 | /* 941 */ MCD::OPC_CheckPredicate, 79, 232, 5, 0, // Skip to: 2458 |
| 6430 | /* 946 */ MCD::OPC_Decode, 161, 15, 207, 1, // Opcode: MAXA_S |
| 6431 | /* 951 */ MCD::OPC_FilterValue, 17, 182, 0, 0, // Skip to: 1138 |
| 6432 | /* 956 */ MCD::OPC_ExtractField, 0, 6, // Inst{5-0} ... |
| 6433 | /* 959 */ MCD::OPC_FilterValue, 16, 10, 0, 0, // Skip to: 974 |
| 6434 | /* 964 */ MCD::OPC_CheckPredicate, 79, 209, 5, 0, // Skip to: 2458 |
| 6435 | /* 969 */ MCD::OPC_Decode, 140, 19, 218, 2, // Opcode: SEL_D |
| 6436 | /* 974 */ MCD::OPC_FilterValue, 20, 10, 0, 0, // Skip to: 989 |
| 6437 | /* 979 */ MCD::OPC_CheckPredicate, 79, 194, 5, 0, // Skip to: 2458 |
| 6438 | /* 984 */ MCD::OPC_Decode, 128, 19, 219, 2, // Opcode: SELEQZ_D |
| 6439 | /* 989 */ MCD::OPC_FilterValue, 23, 10, 0, 0, // Skip to: 1004 |
| 6440 | /* 994 */ MCD::OPC_CheckPredicate, 79, 179, 5, 0, // Skip to: 2458 |
| 6441 | /* 999 */ MCD::OPC_Decode, 135, 19, 219, 2, // Opcode: SELNEZ_D |
| 6442 | /* 1004 */ MCD::OPC_FilterValue, 24, 10, 0, 0, // Skip to: 1019 |
| 6443 | /* 1009 */ MCD::OPC_CheckPredicate, 79, 164, 5, 0, // Skip to: 2458 |
| 6444 | /* 1014 */ MCD::OPC_Decode, 255, 14, 218, 2, // Opcode: MADDF_D |
| 6445 | /* 1019 */ MCD::OPC_FilterValue, 25, 10, 0, 0, // Skip to: 1034 |
| 6446 | /* 1024 */ MCD::OPC_CheckPredicate, 79, 149, 5, 0, // Skip to: 2458 |
| 6447 | /* 1029 */ MCD::OPC_Decode, 178, 16, 218, 2, // Opcode: MSUBF_D |
| 6448 | /* 1034 */ MCD::OPC_FilterValue, 26, 17, 0, 0, // Skip to: 1056 |
| 6449 | /* 1039 */ MCD::OPC_CheckPredicate, 79, 134, 5, 0, // Skip to: 2458 |
| 6450 | /* 1044 */ MCD::OPC_CheckField, 16, 5, 0, 127, 5, 0, // Skip to: 2458 |
| 6451 | /* 1051 */ MCD::OPC_Decode, 172, 18, 219, 1, // Opcode: RINT_D |
| 6452 | /* 1056 */ MCD::OPC_FilterValue, 27, 17, 0, 0, // Skip to: 1078 |
| 6453 | /* 1061 */ MCD::OPC_CheckPredicate, 79, 112, 5, 0, // Skip to: 2458 |
| 6454 | /* 1066 */ MCD::OPC_CheckField, 16, 5, 0, 105, 5, 0, // Skip to: 2458 |
| 6455 | /* 1073 */ MCD::OPC_Decode, 157, 8, 219, 1, // Opcode: CLASS_D |
| 6456 | /* 1078 */ MCD::OPC_FilterValue, 28, 10, 0, 0, // Skip to: 1093 |
| 6457 | /* 1083 */ MCD::OPC_CheckPredicate, 79, 90, 5, 0, // Skip to: 2458 |
| 6458 | /* 1088 */ MCD::OPC_Decode, 234, 15, 219, 2, // Opcode: MIN_D |
| 6459 | /* 1093 */ MCD::OPC_FilterValue, 29, 10, 0, 0, // Skip to: 1108 |
| 6460 | /* 1098 */ MCD::OPC_CheckPredicate, 79, 75, 5, 0, // Skip to: 2458 |
| 6461 | /* 1103 */ MCD::OPC_Decode, 175, 15, 219, 2, // Opcode: MAX_D |
| 6462 | /* 1108 */ MCD::OPC_FilterValue, 30, 10, 0, 0, // Skip to: 1123 |
| 6463 | /* 1113 */ MCD::OPC_CheckPredicate, 79, 60, 5, 0, // Skip to: 2458 |
| 6464 | /* 1118 */ MCD::OPC_Decode, 218, 15, 219, 2, // Opcode: MINA_D |
| 6465 | /* 1123 */ MCD::OPC_FilterValue, 31, 50, 5, 0, // Skip to: 2458 |
| 6466 | /* 1128 */ MCD::OPC_CheckPredicate, 79, 45, 5, 0, // Skip to: 2458 |
| 6467 | /* 1133 */ MCD::OPC_Decode, 159, 15, 219, 2, // Opcode: MAXA_D |
| 6468 | /* 1138 */ MCD::OPC_FilterValue, 20, 243, 0, 0, // Skip to: 1386 |
| 6469 | /* 1143 */ MCD::OPC_ExtractField, 0, 6, // Inst{5-0} ... |
| 6470 | /* 1146 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 1161 |
| 6471 | /* 1151 */ MCD::OPC_CheckPredicate, 79, 22, 5, 0, // Skip to: 2458 |
| 6472 | /* 1156 */ MCD::OPC_Decode, 228, 8, 220, 2, // Opcode: CMP_F_S |
| 6473 | /* 1161 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 1176 |
| 6474 | /* 1166 */ MCD::OPC_CheckPredicate, 79, 7, 5, 0, // Skip to: 2458 |
| 6475 | /* 1171 */ MCD::OPC_Decode, 159, 9, 220, 2, // Opcode: CMP_UN_S |
| 6476 | /* 1176 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 1191 |
| 6477 | /* 1181 */ MCD::OPC_CheckPredicate, 79, 248, 4, 0, // Skip to: 2458 |
| 6478 | /* 1186 */ MCD::OPC_Decode, 225, 8, 220, 2, // Opcode: CMP_EQ_S |
| 6479 | /* 1191 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 1206 |
| 6480 | /* 1196 */ MCD::OPC_CheckPredicate, 79, 233, 4, 0, // Skip to: 2458 |
| 6481 | /* 1201 */ MCD::OPC_Decode, 147, 9, 220, 2, // Opcode: CMP_UEQ_S |
| 6482 | /* 1206 */ MCD::OPC_FilterValue, 4, 10, 0, 0, // Skip to: 1221 |
| 6483 | /* 1211 */ MCD::OPC_CheckPredicate, 79, 218, 4, 0, // Skip to: 2458 |
| 6484 | /* 1216 */ MCD::OPC_Decode, 239, 8, 220, 2, // Opcode: CMP_LT_S |
| 6485 | /* 1221 */ MCD::OPC_FilterValue, 5, 10, 0, 0, // Skip to: 1236 |
| 6486 | /* 1226 */ MCD::OPC_CheckPredicate, 79, 203, 4, 0, // Skip to: 2458 |
| 6487 | /* 1231 */ MCD::OPC_Decode, 155, 9, 220, 2, // Opcode: CMP_ULT_S |
| 6488 | /* 1236 */ MCD::OPC_FilterValue, 6, 10, 0, 0, // Skip to: 1251 |
| 6489 | /* 1241 */ MCD::OPC_CheckPredicate, 79, 188, 4, 0, // Skip to: 2458 |
| 6490 | /* 1246 */ MCD::OPC_Decode, 233, 8, 220, 2, // Opcode: CMP_LE_S |
| 6491 | /* 1251 */ MCD::OPC_FilterValue, 7, 10, 0, 0, // Skip to: 1266 |
| 6492 | /* 1256 */ MCD::OPC_CheckPredicate, 79, 173, 4, 0, // Skip to: 2458 |
| 6493 | /* 1261 */ MCD::OPC_Decode, 151, 9, 220, 2, // Opcode: CMP_ULE_S |
| 6494 | /* 1266 */ MCD::OPC_FilterValue, 8, 10, 0, 0, // Skip to: 1281 |
| 6495 | /* 1271 */ MCD::OPC_CheckPredicate, 79, 158, 4, 0, // Skip to: 2458 |
| 6496 | /* 1276 */ MCD::OPC_Decode, 243, 8, 220, 2, // Opcode: CMP_SAF_S |
| 6497 | /* 1281 */ MCD::OPC_FilterValue, 9, 10, 0, 0, // Skip to: 1296 |
| 6498 | /* 1286 */ MCD::OPC_CheckPredicate, 79, 143, 4, 0, // Skip to: 2458 |
| 6499 | /* 1291 */ MCD::OPC_Decode, 143, 9, 220, 2, // Opcode: CMP_SUN_S |
| 6500 | /* 1296 */ MCD::OPC_FilterValue, 10, 10, 0, 0, // Skip to: 1311 |
| 6501 | /* 1301 */ MCD::OPC_CheckPredicate, 79, 128, 4, 0, // Skip to: 2458 |
| 6502 | /* 1306 */ MCD::OPC_Decode, 247, 8, 220, 2, // Opcode: CMP_SEQ_S |
| 6503 | /* 1311 */ MCD::OPC_FilterValue, 11, 10, 0, 0, // Skip to: 1326 |
| 6504 | /* 1316 */ MCD::OPC_CheckPredicate, 79, 113, 4, 0, // Skip to: 2458 |
| 6505 | /* 1321 */ MCD::OPC_Decode, 131, 9, 220, 2, // Opcode: CMP_SUEQ_S |
| 6506 | /* 1326 */ MCD::OPC_FilterValue, 12, 10, 0, 0, // Skip to: 1341 |
| 6507 | /* 1331 */ MCD::OPC_CheckPredicate, 79, 98, 4, 0, // Skip to: 2458 |
| 6508 | /* 1336 */ MCD::OPC_Decode, 255, 8, 220, 2, // Opcode: CMP_SLT_S |
| 6509 | /* 1341 */ MCD::OPC_FilterValue, 13, 10, 0, 0, // Skip to: 1356 |
| 6510 | /* 1346 */ MCD::OPC_CheckPredicate, 79, 83, 4, 0, // Skip to: 2458 |
| 6511 | /* 1351 */ MCD::OPC_Decode, 139, 9, 220, 2, // Opcode: CMP_SULT_S |
| 6512 | /* 1356 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 1371 |
| 6513 | /* 1361 */ MCD::OPC_CheckPredicate, 79, 68, 4, 0, // Skip to: 2458 |
| 6514 | /* 1366 */ MCD::OPC_Decode, 251, 8, 220, 2, // Opcode: CMP_SLE_S |
| 6515 | /* 1371 */ MCD::OPC_FilterValue, 15, 58, 4, 0, // Skip to: 2458 |
| 6516 | /* 1376 */ MCD::OPC_CheckPredicate, 79, 53, 4, 0, // Skip to: 2458 |
| 6517 | /* 1381 */ MCD::OPC_Decode, 135, 9, 220, 2, // Opcode: CMP_SULE_S |
| 6518 | /* 1386 */ MCD::OPC_FilterValue, 21, 43, 4, 0, // Skip to: 2458 |
| 6519 | /* 1391 */ MCD::OPC_ExtractField, 0, 6, // Inst{5-0} ... |
| 6520 | /* 1394 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 1409 |
| 6521 | /* 1399 */ MCD::OPC_CheckPredicate, 79, 30, 4, 0, // Skip to: 2458 |
| 6522 | /* 1404 */ MCD::OPC_Decode, 227, 8, 221, 2, // Opcode: CMP_F_D |
| 6523 | /* 1409 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 1424 |
| 6524 | /* 1414 */ MCD::OPC_CheckPredicate, 79, 15, 4, 0, // Skip to: 2458 |
| 6525 | /* 1419 */ MCD::OPC_Decode, 157, 9, 221, 2, // Opcode: CMP_UN_D |
| 6526 | /* 1424 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 1439 |
| 6527 | /* 1429 */ MCD::OPC_CheckPredicate, 79, 0, 4, 0, // Skip to: 2458 |
| 6528 | /* 1434 */ MCD::OPC_Decode, 221, 8, 221, 2, // Opcode: CMP_EQ_D |
| 6529 | /* 1439 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 1454 |
| 6530 | /* 1444 */ MCD::OPC_CheckPredicate, 79, 241, 3, 0, // Skip to: 2458 |
| 6531 | /* 1449 */ MCD::OPC_Decode, 145, 9, 221, 2, // Opcode: CMP_UEQ_D |
| 6532 | /* 1454 */ MCD::OPC_FilterValue, 4, 10, 0, 0, // Skip to: 1469 |
| 6533 | /* 1459 */ MCD::OPC_CheckPredicate, 79, 226, 3, 0, // Skip to: 2458 |
| 6534 | /* 1464 */ MCD::OPC_Decode, 235, 8, 221, 2, // Opcode: CMP_LT_D |
| 6535 | /* 1469 */ MCD::OPC_FilterValue, 5, 10, 0, 0, // Skip to: 1484 |
| 6536 | /* 1474 */ MCD::OPC_CheckPredicate, 79, 211, 3, 0, // Skip to: 2458 |
| 6537 | /* 1479 */ MCD::OPC_Decode, 153, 9, 221, 2, // Opcode: CMP_ULT_D |
| 6538 | /* 1484 */ MCD::OPC_FilterValue, 6, 10, 0, 0, // Skip to: 1499 |
| 6539 | /* 1489 */ MCD::OPC_CheckPredicate, 79, 196, 3, 0, // Skip to: 2458 |
| 6540 | /* 1494 */ MCD::OPC_Decode, 229, 8, 221, 2, // Opcode: CMP_LE_D |
| 6541 | /* 1499 */ MCD::OPC_FilterValue, 7, 10, 0, 0, // Skip to: 1514 |
| 6542 | /* 1504 */ MCD::OPC_CheckPredicate, 79, 181, 3, 0, // Skip to: 2458 |
| 6543 | /* 1509 */ MCD::OPC_Decode, 149, 9, 221, 2, // Opcode: CMP_ULE_D |
| 6544 | /* 1514 */ MCD::OPC_FilterValue, 8, 10, 0, 0, // Skip to: 1529 |
| 6545 | /* 1519 */ MCD::OPC_CheckPredicate, 79, 166, 3, 0, // Skip to: 2458 |
| 6546 | /* 1524 */ MCD::OPC_Decode, 241, 8, 221, 2, // Opcode: CMP_SAF_D |
| 6547 | /* 1529 */ MCD::OPC_FilterValue, 9, 10, 0, 0, // Skip to: 1544 |
| 6548 | /* 1534 */ MCD::OPC_CheckPredicate, 79, 151, 3, 0, // Skip to: 2458 |
| 6549 | /* 1539 */ MCD::OPC_Decode, 141, 9, 221, 2, // Opcode: CMP_SUN_D |
| 6550 | /* 1544 */ MCD::OPC_FilterValue, 10, 10, 0, 0, // Skip to: 1559 |
| 6551 | /* 1549 */ MCD::OPC_CheckPredicate, 79, 136, 3, 0, // Skip to: 2458 |
| 6552 | /* 1554 */ MCD::OPC_Decode, 245, 8, 221, 2, // Opcode: CMP_SEQ_D |
| 6553 | /* 1559 */ MCD::OPC_FilterValue, 11, 10, 0, 0, // Skip to: 1574 |
| 6554 | /* 1564 */ MCD::OPC_CheckPredicate, 79, 121, 3, 0, // Skip to: 2458 |
| 6555 | /* 1569 */ MCD::OPC_Decode, 129, 9, 221, 2, // Opcode: CMP_SUEQ_D |
| 6556 | /* 1574 */ MCD::OPC_FilterValue, 12, 10, 0, 0, // Skip to: 1589 |
| 6557 | /* 1579 */ MCD::OPC_CheckPredicate, 79, 106, 3, 0, // Skip to: 2458 |
| 6558 | /* 1584 */ MCD::OPC_Decode, 253, 8, 221, 2, // Opcode: CMP_SLT_D |
| 6559 | /* 1589 */ MCD::OPC_FilterValue, 13, 10, 0, 0, // Skip to: 1604 |
| 6560 | /* 1594 */ MCD::OPC_CheckPredicate, 79, 91, 3, 0, // Skip to: 2458 |
| 6561 | /* 1599 */ MCD::OPC_Decode, 137, 9, 221, 2, // Opcode: CMP_SULT_D |
| 6562 | /* 1604 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 1619 |
| 6563 | /* 1609 */ MCD::OPC_CheckPredicate, 79, 76, 3, 0, // Skip to: 2458 |
| 6564 | /* 1614 */ MCD::OPC_Decode, 249, 8, 221, 2, // Opcode: CMP_SLE_D |
| 6565 | /* 1619 */ MCD::OPC_FilterValue, 15, 66, 3, 0, // Skip to: 2458 |
| 6566 | /* 1624 */ MCD::OPC_CheckPredicate, 79, 61, 3, 0, // Skip to: 2458 |
| 6567 | /* 1629 */ MCD::OPC_Decode, 133, 9, 221, 2, // Opcode: CMP_SULE_D |
| 6568 | /* 1634 */ MCD::OPC_FilterValue, 18, 93, 0, 0, // Skip to: 1732 |
| 6569 | /* 1639 */ MCD::OPC_ExtractField, 21, 5, // Inst{25-21} ... |
| 6570 | /* 1642 */ MCD::OPC_FilterValue, 9, 10, 0, 0, // Skip to: 1657 |
| 6571 | /* 1647 */ MCD::OPC_CheckPredicate, 76, 38, 3, 0, // Skip to: 2458 |
| 6572 | /* 1652 */ MCD::OPC_Decode, 206, 6, 222, 2, // Opcode: BC2EQZ |
| 6573 | /* 1657 */ MCD::OPC_FilterValue, 10, 10, 0, 0, // Skip to: 1672 |
| 6574 | /* 1662 */ MCD::OPC_CheckPredicate, 76, 23, 3, 0, // Skip to: 2458 |
| 6575 | /* 1667 */ MCD::OPC_Decode, 209, 14, 223, 2, // Opcode: LWC2_R6 |
| 6576 | /* 1672 */ MCD::OPC_FilterValue, 11, 10, 0, 0, // Skip to: 1687 |
| 6577 | /* 1677 */ MCD::OPC_CheckPredicate, 76, 8, 3, 0, // Skip to: 2458 |
| 6578 | /* 1682 */ MCD::OPC_Decode, 244, 20, 223, 2, // Opcode: SWC2_R6 |
| 6579 | /* 1687 */ MCD::OPC_FilterValue, 13, 10, 0, 0, // Skip to: 1702 |
| 6580 | /* 1692 */ MCD::OPC_CheckPredicate, 76, 249, 2, 0, // Skip to: 2458 |
| 6581 | /* 1697 */ MCD::OPC_Decode, 208, 6, 222, 2, // Opcode: BC2NEZ |
| 6582 | /* 1702 */ MCD::OPC_FilterValue, 14, 10, 0, 0, // Skip to: 1717 |
| 6583 | /* 1707 */ MCD::OPC_CheckPredicate, 76, 234, 2, 0, // Skip to: 2458 |
| 6584 | /* 1712 */ MCD::OPC_Decode, 149, 14, 223, 2, // Opcode: LDC2_R6 |
| 6585 | /* 1717 */ MCD::OPC_FilterValue, 15, 224, 2, 0, // Skip to: 2458 |
| 6586 | /* 1722 */ MCD::OPC_CheckPredicate, 76, 219, 2, 0, // Skip to: 2458 |
| 6587 | /* 1727 */ MCD::OPC_Decode, 240, 18, 223, 2, // Opcode: SDC2_R6 |
| 6588 | /* 1732 */ MCD::OPC_FilterValue, 22, 10, 0, 0, // Skip to: 1747 |
| 6589 | /* 1737 */ MCD::OPC_CheckPredicate, 76, 204, 2, 0, // Skip to: 2458 |
| 6590 | /* 1742 */ MCD::OPC_Decode, 248, 6, 224, 2, // Opcode: BGEZC |
| 6591 | /* 1747 */ MCD::OPC_FilterValue, 23, 10, 0, 0, // Skip to: 1762 |
| 6592 | /* 1752 */ MCD::OPC_CheckPredicate, 76, 189, 2, 0, // Skip to: 2458 |
| 6593 | /* 1757 */ MCD::OPC_Decode, 177, 7, 225, 2, // Opcode: BLTZC |
| 6594 | /* 1762 */ MCD::OPC_FilterValue, 24, 10, 0, 0, // Skip to: 1777 |
| 6595 | /* 1767 */ MCD::OPC_CheckPredicate, 76, 174, 2, 0, // Skip to: 2458 |
| 6596 | /* 1772 */ MCD::OPC_Decode, 188, 7, 226, 2, // Opcode: BNEC |
| 6597 | /* 1777 */ MCD::OPC_FilterValue, 29, 10, 0, 0, // Skip to: 1792 |
| 6598 | /* 1782 */ MCD::OPC_CheckPredicate, 77, 159, 2, 0, // Skip to: 2458 |
| 6599 | /* 1787 */ MCD::OPC_Decode, 195, 10, 227, 2, // Opcode: DAUI |
| 6600 | /* 1792 */ MCD::OPC_FilterValue, 31, 135, 1, 0, // Skip to: 2188 |
| 6601 | /* 1797 */ MCD::OPC_ExtractField, 0, 6, // Inst{5-0} ... |
| 6602 | /* 1800 */ MCD::OPC_FilterValue, 15, 123, 0, 0, // Skip to: 1928 |
| 6603 | /* 1805 */ MCD::OPC_ExtractField, 6, 10, // Inst{15-6} ... |
| 6604 | /* 1808 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 1823 |
| 6605 | /* 1813 */ MCD::OPC_CheckPredicate, 80, 128, 2, 0, // Skip to: 2458 |
| 6606 | /* 1818 */ MCD::OPC_Decode, 168, 9, 228, 2, // Opcode: CRC32B |
| 6607 | /* 1823 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 1838 |
| 6608 | /* 1828 */ MCD::OPC_CheckPredicate, 80, 113, 2, 0, // Skip to: 2458 |
| 6609 | /* 1833 */ MCD::OPC_Decode, 174, 9, 228, 2, // Opcode: CRC32H |
| 6610 | /* 1838 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 1853 |
| 6611 | /* 1843 */ MCD::OPC_CheckPredicate, 80, 98, 2, 0, // Skip to: 2458 |
| 6612 | /* 1848 */ MCD::OPC_Decode, 175, 9, 228, 2, // Opcode: CRC32W |
| 6613 | /* 1853 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 1868 |
| 6614 | /* 1858 */ MCD::OPC_CheckPredicate, 81, 83, 2, 0, // Skip to: 2458 |
| 6615 | /* 1863 */ MCD::OPC_Decode, 173, 9, 228, 2, // Opcode: CRC32D |
| 6616 | /* 1868 */ MCD::OPC_FilterValue, 4, 10, 0, 0, // Skip to: 1883 |
| 6617 | /* 1873 */ MCD::OPC_CheckPredicate, 80, 68, 2, 0, // Skip to: 2458 |
| 6618 | /* 1878 */ MCD::OPC_Decode, 169, 9, 228, 2, // Opcode: CRC32CB |
| 6619 | /* 1883 */ MCD::OPC_FilterValue, 5, 10, 0, 0, // Skip to: 1898 |
| 6620 | /* 1888 */ MCD::OPC_CheckPredicate, 80, 53, 2, 0, // Skip to: 2458 |
| 6621 | /* 1893 */ MCD::OPC_Decode, 171, 9, 228, 2, // Opcode: CRC32CH |
| 6622 | /* 1898 */ MCD::OPC_FilterValue, 6, 10, 0, 0, // Skip to: 1913 |
| 6623 | /* 1903 */ MCD::OPC_CheckPredicate, 80, 38, 2, 0, // Skip to: 2458 |
| 6624 | /* 1908 */ MCD::OPC_Decode, 172, 9, 228, 2, // Opcode: CRC32CW |
| 6625 | /* 1913 */ MCD::OPC_FilterValue, 7, 28, 2, 0, // Skip to: 2458 |
| 6626 | /* 1918 */ MCD::OPC_CheckPredicate, 81, 23, 2, 0, // Skip to: 2458 |
| 6627 | /* 1923 */ MCD::OPC_Decode, 170, 9, 228, 2, // Opcode: CRC32CD |
| 6628 | /* 1928 */ MCD::OPC_FilterValue, 32, 47, 0, 0, // Skip to: 1980 |
| 6629 | /* 1933 */ MCD::OPC_ExtractField, 8, 3, // Inst{10-8} ... |
| 6630 | /* 1936 */ MCD::OPC_FilterValue, 0, 24, 0, 0, // Skip to: 1965 |
| 6631 | /* 1941 */ MCD::OPC_CheckPredicate, 75, 0, 2, 0, // Skip to: 2458 |
| 6632 | /* 1946 */ MCD::OPC_CheckField, 21, 5, 0, 249, 1, 0, // Skip to: 2458 |
| 6633 | /* 1953 */ MCD::OPC_CheckField, 6, 2, 0, 242, 1, 0, // Skip to: 2458 |
| 6634 | /* 1960 */ MCD::OPC_Decode, 152, 7, 193, 2, // Opcode: BITSWAP |
| 6635 | /* 1965 */ MCD::OPC_FilterValue, 2, 232, 1, 0, // Skip to: 2458 |
| 6636 | /* 1970 */ MCD::OPC_CheckPredicate, 75, 227, 1, 0, // Skip to: 2458 |
| 6637 | /* 1975 */ MCD::OPC_Decode, 254, 5, 229, 2, // Opcode: ALIGN |
| 6638 | /* 1980 */ MCD::OPC_FilterValue, 36, 47, 0, 0, // Skip to: 2032 |
| 6639 | /* 1985 */ MCD::OPC_ExtractField, 9, 2, // Inst{10-9} ... |
| 6640 | /* 1988 */ MCD::OPC_FilterValue, 0, 24, 0, 0, // Skip to: 2017 |
| 6641 | /* 1993 */ MCD::OPC_CheckPredicate, 77, 204, 1, 0, // Skip to: 2458 |
| 6642 | /* 1998 */ MCD::OPC_CheckField, 21, 5, 0, 197, 1, 0, // Skip to: 2458 |
| 6643 | /* 2005 */ MCD::OPC_CheckField, 6, 3, 0, 190, 1, 0, // Skip to: 2458 |
| 6644 | /* 2012 */ MCD::OPC_Decode, 196, 10, 230, 2, // Opcode: DBITSWAP |
| 6645 | /* 2017 */ MCD::OPC_FilterValue, 1, 180, 1, 0, // Skip to: 2458 |
| 6646 | /* 2022 */ MCD::OPC_CheckPredicate, 77, 175, 1, 0, // Skip to: 2458 |
| 6647 | /* 2027 */ MCD::OPC_Decode, 193, 10, 231, 2, // Opcode: DALIGN |
| 6648 | /* 2032 */ MCD::OPC_FilterValue, 37, 17, 0, 0, // Skip to: 2054 |
| 6649 | /* 2037 */ MCD::OPC_CheckPredicate, 76, 160, 1, 0, // Skip to: 2458 |
| 6650 | /* 2042 */ MCD::OPC_CheckField, 6, 1, 0, 153, 1, 0, // Skip to: 2458 |
| 6651 | /* 2049 */ MCD::OPC_Decode, 129, 8, 198, 2, // Opcode: CACHE_R6 |
| 6652 | /* 2054 */ MCD::OPC_FilterValue, 38, 10, 0, 0, // Skip to: 2069 |
| 6653 | /* 2059 */ MCD::OPC_CheckPredicate, 82, 138, 1, 0, // Skip to: 2458 |
| 6654 | /* 2064 */ MCD::OPC_Decode, 226, 18, 232, 2, // Opcode: SC_R6 |
| 6655 | /* 2069 */ MCD::OPC_FilterValue, 39, 10, 0, 0, // Skip to: 2084 |
| 6656 | /* 2074 */ MCD::OPC_CheckPredicate, 75, 123, 1, 0, // Skip to: 2458 |
| 6657 | /* 2079 */ MCD::OPC_Decode, 221, 18, 232, 2, // Opcode: SCD_R6 |
| 6658 | /* 2084 */ MCD::OPC_FilterValue, 53, 17, 0, 0, // Skip to: 2106 |
| 6659 | /* 2089 */ MCD::OPC_CheckPredicate, 76, 108, 1, 0, // Skip to: 2458 |
| 6660 | /* 2094 */ MCD::OPC_CheckField, 6, 1, 0, 101, 1, 0, // Skip to: 2458 |
| 6661 | /* 2101 */ MCD::OPC_Decode, 144, 18, 198, 2, // Opcode: PREF_R6 |
| 6662 | /* 2106 */ MCD::OPC_FilterValue, 54, 10, 0, 0, // Skip to: 2121 |
| 6663 | /* 2111 */ MCD::OPC_CheckPredicate, 82, 86, 1, 0, // Skip to: 2458 |
| 6664 | /* 2116 */ MCD::OPC_Decode, 191, 14, 232, 2, // Opcode: LL_R6 |
| 6665 | /* 2121 */ MCD::OPC_FilterValue, 55, 10, 0, 0, // Skip to: 2136 |
| 6666 | /* 2126 */ MCD::OPC_CheckPredicate, 77, 71, 1, 0, // Skip to: 2458 |
| 6667 | /* 2131 */ MCD::OPC_Decode, 186, 14, 232, 2, // Opcode: LLD_R6 |
| 6668 | /* 2136 */ MCD::OPC_FilterValue, 61, 61, 1, 0, // Skip to: 2458 |
| 6669 | /* 2141 */ MCD::OPC_ExtractField, 6, 2, // Inst{7-6} ... |
| 6670 | /* 2144 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 2166 |
| 6671 | /* 2149 */ MCD::OPC_CheckPredicate, 83, 48, 1, 0, // Skip to: 2458 |
| 6672 | /* 2154 */ MCD::OPC_CheckField, 10, 11, 0, 41, 1, 0, // Skip to: 2458 |
| 6673 | /* 2161 */ MCD::OPC_Decode, 166, 13, 175, 1, // Opcode: GINVI |
| 6674 | /* 2166 */ MCD::OPC_FilterValue, 2, 31, 1, 0, // Skip to: 2458 |
| 6675 | /* 2171 */ MCD::OPC_CheckPredicate, 83, 26, 1, 0, // Skip to: 2458 |
| 6676 | /* 2176 */ MCD::OPC_CheckField, 10, 11, 0, 19, 1, 0, // Skip to: 2458 |
| 6677 | /* 2183 */ MCD::OPC_Decode, 168, 13, 233, 2, // Opcode: GINVT |
| 6678 | /* 2188 */ MCD::OPC_FilterValue, 50, 10, 0, 0, // Skip to: 2203 |
| 6679 | /* 2193 */ MCD::OPC_CheckPredicate, 76, 4, 1, 0, // Skip to: 2458 |
| 6680 | /* 2198 */ MCD::OPC_Decode, 194, 6, 234, 2, // Opcode: BC |
| 6681 | /* 2203 */ MCD::OPC_FilterValue, 53, 27, 0, 0, // Skip to: 2235 |
| 6682 | /* 2208 */ MCD::OPC_CheckPredicate, 24, 12, 0, 0, // Skip to: 2225 |
| 6683 | /* 2213 */ MCD::OPC_CheckField, 16, 5, 0, 5, 0, 0, // Skip to: 2225 |
| 6684 | /* 2220 */ MCD::OPC_Decode, 131, 7, 169, 1, // Opcode: BGTZC_MMR6 |
| 6685 | /* 2225 */ MCD::OPC_CheckPredicate, 24, 228, 0, 0, // Skip to: 2458 |
| 6686 | /* 2230 */ MCD::OPC_Decode, 179, 7, 169, 1, // Opcode: BLTZC_MMR6 |
| 6687 | /* 2235 */ MCD::OPC_FilterValue, 54, 26, 0, 0, // Skip to: 2266 |
| 6688 | /* 2240 */ MCD::OPC_CheckPredicate, 75, 11, 0, 0, // Skip to: 2256 |
| 6689 | /* 2245 */ MCD::OPC_CheckField, 21, 5, 0, 4, 0, 0, // Skip to: 2256 |
| 6690 | /* 2252 */ MCD::OPC_Decode, 233, 13, 92, // Opcode: JIC |
| 6691 | /* 2256 */ MCD::OPC_CheckPredicate, 76, 197, 0, 0, // Skip to: 2458 |
| 6692 | /* 2261 */ MCD::OPC_Decode, 228, 6, 235, 2, // Opcode: BEQZC |
| 6693 | /* 2266 */ MCD::OPC_FilterValue, 58, 10, 0, 0, // Skip to: 2281 |
| 6694 | /* 2271 */ MCD::OPC_CheckPredicate, 75, 182, 0, 0, // Skip to: 2458 |
| 6695 | /* 2276 */ MCD::OPC_Decode, 186, 6, 234, 2, // Opcode: BALC |
| 6696 | /* 2281 */ MCD::OPC_FilterValue, 59, 109, 0, 0, // Skip to: 2395 |
| 6697 | /* 2286 */ MCD::OPC_ExtractField, 19, 2, // Inst{20-19} ... |
| 6698 | /* 2289 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2304 |
| 6699 | /* 2294 */ MCD::OPC_CheckPredicate, 75, 159, 0, 0, // Skip to: 2458 |
| 6700 | /* 2299 */ MCD::OPC_Decode, 180, 5, 163, 1, // Opcode: ADDIUPC |
| 6701 | /* 2304 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 2319 |
| 6702 | /* 2309 */ MCD::OPC_CheckPredicate, 75, 144, 0, 0, // Skip to: 2458 |
| 6703 | /* 2314 */ MCD::OPC_Decode, 224, 14, 163, 1, // Opcode: LWPC |
| 6704 | /* 2319 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 2334 |
| 6705 | /* 2324 */ MCD::OPC_CheckPredicate, 84, 129, 0, 0, // Skip to: 2458 |
| 6706 | /* 2329 */ MCD::OPC_Decode, 233, 14, 163, 1, // Opcode: LWUPC |
| 6707 | /* 2334 */ MCD::OPC_FilterValue, 3, 119, 0, 0, // Skip to: 2458 |
| 6708 | /* 2339 */ MCD::OPC_ExtractField, 18, 1, // Inst{18} ... |
| 6709 | /* 2342 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 2357 |
| 6710 | /* 2347 */ MCD::OPC_CheckPredicate, 84, 106, 0, 0, // Skip to: 2458 |
| 6711 | /* 2352 */ MCD::OPC_Decode, 156, 14, 236, 2, // Opcode: LDPC |
| 6712 | /* 2357 */ MCD::OPC_FilterValue, 1, 96, 0, 0, // Skip to: 2458 |
| 6713 | /* 2362 */ MCD::OPC_ExtractField, 16, 2, // Inst{17-16} ... |
| 6714 | /* 2365 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 2380 |
| 6715 | /* 2370 */ MCD::OPC_CheckPredicate, 75, 83, 0, 0, // Skip to: 2458 |
| 6716 | /* 2375 */ MCD::OPC_Decode, 155, 6, 164, 1, // Opcode: AUIPC |
| 6717 | /* 2380 */ MCD::OPC_FilterValue, 3, 73, 0, 0, // Skip to: 2458 |
| 6718 | /* 2385 */ MCD::OPC_CheckPredicate, 75, 68, 0, 0, // Skip to: 2458 |
| 6719 | /* 2390 */ MCD::OPC_Decode, 128, 6, 164, 1, // Opcode: ALUIPC |
| 6720 | /* 2395 */ MCD::OPC_FilterValue, 61, 27, 0, 0, // Skip to: 2427 |
| 6721 | /* 2400 */ MCD::OPC_CheckPredicate, 24, 12, 0, 0, // Skip to: 2417 |
| 6722 | /* 2405 */ MCD::OPC_CheckField, 16, 5, 0, 5, 0, 0, // Skip to: 2417 |
| 6723 | /* 2412 */ MCD::OPC_Decode, 160, 7, 171, 1, // Opcode: BLEZC_MMR6 |
| 6724 | /* 2417 */ MCD::OPC_CheckPredicate, 24, 36, 0, 0, // Skip to: 2458 |
| 6725 | /* 2422 */ MCD::OPC_Decode, 250, 6, 171, 1, // Opcode: BGEZC_MMR6 |
| 6726 | /* 2427 */ MCD::OPC_FilterValue, 62, 26, 0, 0, // Skip to: 2458 |
| 6727 | /* 2432 */ MCD::OPC_CheckPredicate, 75, 11, 0, 0, // Skip to: 2448 |
| 6728 | /* 2437 */ MCD::OPC_CheckField, 21, 5, 0, 4, 0, 0, // Skip to: 2448 |
| 6729 | /* 2444 */ MCD::OPC_Decode, 230, 13, 92, // Opcode: JIALC |
| 6730 | /* 2448 */ MCD::OPC_CheckPredicate, 76, 5, 0, 0, // Skip to: 2458 |
| 6731 | /* 2453 */ MCD::OPC_Decode, 203, 7, 235, 2, // Opcode: BNEZC |
| 6732 | /* 2458 */ MCD::OPC_Fail, |
| 6733 | 0 |
| 6734 | }; |
| 6735 | |
| 6736 | static const uint8_t DecoderTableMips32r6_64r6_Ambiguous32[] = { |
| 6737 | /* 0 */ MCD::OPC_ExtractField, 26, 6, // Inst{31-26} ... |
| 6738 | /* 3 */ MCD::OPC_FilterValue, 6, 27, 0, 0, // Skip to: 35 |
| 6739 | /* 8 */ MCD::OPC_CheckPredicate, 76, 12, 0, 0, // Skip to: 25 |
| 6740 | /* 13 */ MCD::OPC_CheckField, 21, 5, 0, 5, 0, 0, // Skip to: 25 |
| 6741 | /* 20 */ MCD::OPC_Decode, 156, 7, 212, 2, // Opcode: BLEZALC |
| 6742 | /* 25 */ MCD::OPC_CheckPredicate, 76, 165, 0, 0, // Skip to: 195 |
| 6743 | /* 30 */ MCD::OPC_Decode, 237, 6, 212, 2, // Opcode: BGEUC |
| 6744 | /* 35 */ MCD::OPC_FilterValue, 7, 27, 0, 0, // Skip to: 67 |
| 6745 | /* 40 */ MCD::OPC_CheckPredicate, 76, 12, 0, 0, // Skip to: 57 |
| 6746 | /* 45 */ MCD::OPC_CheckField, 21, 5, 0, 5, 0, 0, // Skip to: 57 |
| 6747 | /* 52 */ MCD::OPC_Decode, 255, 6, 213, 2, // Opcode: BGTZALC |
| 6748 | /* 57 */ MCD::OPC_CheckPredicate, 76, 133, 0, 0, // Skip to: 195 |
| 6749 | /* 62 */ MCD::OPC_Decode, 166, 7, 213, 2, // Opcode: BLTUC |
| 6750 | /* 67 */ MCD::OPC_FilterValue, 8, 27, 0, 0, // Skip to: 99 |
| 6751 | /* 72 */ MCD::OPC_CheckPredicate, 76, 12, 0, 0, // Skip to: 89 |
| 6752 | /* 77 */ MCD::OPC_CheckField, 21, 5, 0, 5, 0, 0, // Skip to: 89 |
| 6753 | /* 84 */ MCD::OPC_Decode, 226, 6, 226, 2, // Opcode: BEQZALC |
| 6754 | /* 89 */ MCD::OPC_CheckPredicate, 76, 101, 0, 0, // Skip to: 195 |
| 6755 | /* 94 */ MCD::OPC_Decode, 216, 7, 214, 2, // Opcode: BOVC |
| 6756 | /* 99 */ MCD::OPC_FilterValue, 22, 27, 0, 0, // Skip to: 131 |
| 6757 | /* 104 */ MCD::OPC_CheckPredicate, 76, 12, 0, 0, // Skip to: 121 |
| 6758 | /* 109 */ MCD::OPC_CheckField, 21, 5, 0, 5, 0, 0, // Skip to: 121 |
| 6759 | /* 116 */ MCD::OPC_Decode, 158, 7, 224, 2, // Opcode: BLEZC |
| 6760 | /* 121 */ MCD::OPC_CheckPredicate, 76, 69, 0, 0, // Skip to: 195 |
| 6761 | /* 126 */ MCD::OPC_Decode, 234, 6, 224, 2, // Opcode: BGEC |
| 6762 | /* 131 */ MCD::OPC_FilterValue, 23, 27, 0, 0, // Skip to: 163 |
| 6763 | /* 136 */ MCD::OPC_CheckPredicate, 76, 12, 0, 0, // Skip to: 153 |
| 6764 | /* 141 */ MCD::OPC_CheckField, 21, 5, 0, 5, 0, 0, // Skip to: 153 |
| 6765 | /* 148 */ MCD::OPC_Decode, 129, 7, 225, 2, // Opcode: BGTZC |
| 6766 | /* 153 */ MCD::OPC_CheckPredicate, 76, 37, 0, 0, // Skip to: 195 |
| 6767 | /* 158 */ MCD::OPC_Decode, 163, 7, 225, 2, // Opcode: BLTC |
| 6768 | /* 163 */ MCD::OPC_FilterValue, 24, 27, 0, 0, // Skip to: 195 |
| 6769 | /* 168 */ MCD::OPC_CheckPredicate, 76, 12, 0, 0, // Skip to: 185 |
| 6770 | /* 173 */ MCD::OPC_CheckField, 21, 5, 0, 5, 0, 0, // Skip to: 185 |
| 6771 | /* 180 */ MCD::OPC_Decode, 201, 7, 226, 2, // Opcode: BNEZALC |
| 6772 | /* 185 */ MCD::OPC_CheckPredicate, 76, 5, 0, 0, // Skip to: 195 |
| 6773 | /* 190 */ MCD::OPC_Decode, 209, 7, 226, 2, // Opcode: BNVC |
| 6774 | /* 195 */ MCD::OPC_Fail, |
| 6775 | 0 |
| 6776 | }; |
| 6777 | |
| 6778 | static const uint8_t DecoderTableMips32r6_64r6_BranchZero32[] = { |
| 6779 | /* 0 */ MCD::OPC_ExtractField, 26, 6, // Inst{31-26} ... |
| 6780 | /* 3 */ MCD::OPC_FilterValue, 22, 10, 0, 0, // Skip to: 18 |
| 6781 | /* 8 */ MCD::OPC_CheckPredicate, 85, 20, 0, 0, // Skip to: 33 |
| 6782 | /* 13 */ MCD::OPC_Decode, 249, 6, 224, 2, // Opcode: BGEZC64 |
| 6783 | /* 18 */ MCD::OPC_FilterValue, 23, 10, 0, 0, // Skip to: 33 |
| 6784 | /* 23 */ MCD::OPC_CheckPredicate, 85, 5, 0, 0, // Skip to: 33 |
| 6785 | /* 28 */ MCD::OPC_Decode, 178, 7, 225, 2, // Opcode: BLTZC64 |
| 6786 | /* 33 */ MCD::OPC_Fail, |
| 6787 | 0 |
| 6788 | }; |
| 6789 | |
| 6790 | static const uint8_t DecoderTableMips32r6_64r6_GP6432[] = { |
| 6791 | /* 0 */ MCD::OPC_ExtractField, 26, 6, // Inst{31-26} ... |
| 6792 | /* 3 */ MCD::OPC_FilterValue, 0, 53, 0, 0, // Skip to: 61 |
| 6793 | /* 8 */ MCD::OPC_ExtractField, 0, 11, // Inst{10-0} ... |
| 6794 | /* 11 */ MCD::OPC_FilterValue, 53, 9, 0, 0, // Skip to: 25 |
| 6795 | /* 16 */ MCD::OPC_CheckPredicate, 86, 226, 0, 0, // Skip to: 247 |
| 6796 | /* 21 */ MCD::OPC_Decode, 255, 18, 12, // Opcode: SELEQZ64 |
| 6797 | /* 25 */ MCD::OPC_FilterValue, 55, 9, 0, 0, // Skip to: 39 |
| 6798 | /* 30 */ MCD::OPC_CheckPredicate, 86, 212, 0, 0, // Skip to: 247 |
| 6799 | /* 35 */ MCD::OPC_Decode, 134, 19, 12, // Opcode: SELNEZ64 |
| 6800 | /* 39 */ MCD::OPC_FilterValue, 137, 8, 202, 0, 0, // Skip to: 247 |
| 6801 | /* 45 */ MCD::OPC_CheckPredicate, 75, 197, 0, 0, // Skip to: 247 |
| 6802 | /* 50 */ MCD::OPC_CheckField, 11, 10, 0, 190, 0, 0, // Skip to: 247 |
| 6803 | /* 57 */ MCD::OPC_Decode, 245, 13, 13, // Opcode: JR_HB64_R6 |
| 6804 | /* 61 */ MCD::OPC_FilterValue, 6, 10, 0, 0, // Skip to: 76 |
| 6805 | /* 66 */ MCD::OPC_CheckPredicate, 85, 176, 0, 0, // Skip to: 247 |
| 6806 | /* 71 */ MCD::OPC_Decode, 238, 6, 212, 2, // Opcode: BGEUC64 |
| 6807 | /* 76 */ MCD::OPC_FilterValue, 7, 10, 0, 0, // Skip to: 91 |
| 6808 | /* 81 */ MCD::OPC_CheckPredicate, 85, 161, 0, 0, // Skip to: 247 |
| 6809 | /* 86 */ MCD::OPC_Decode, 167, 7, 213, 2, // Opcode: BLTUC64 |
| 6810 | /* 91 */ MCD::OPC_FilterValue, 8, 10, 0, 0, // Skip to: 106 |
| 6811 | /* 96 */ MCD::OPC_CheckPredicate, 85, 146, 0, 0, // Skip to: 247 |
| 6812 | /* 101 */ MCD::OPC_Decode, 222, 6, 214, 2, // Opcode: BEQC64 |
| 6813 | /* 106 */ MCD::OPC_FilterValue, 22, 27, 0, 0, // Skip to: 138 |
| 6814 | /* 111 */ MCD::OPC_CheckPredicate, 85, 12, 0, 0, // Skip to: 128 |
| 6815 | /* 116 */ MCD::OPC_CheckField, 21, 5, 0, 5, 0, 0, // Skip to: 128 |
| 6816 | /* 123 */ MCD::OPC_Decode, 159, 7, 224, 2, // Opcode: BLEZC64 |
| 6817 | /* 128 */ MCD::OPC_CheckPredicate, 85, 114, 0, 0, // Skip to: 247 |
| 6818 | /* 133 */ MCD::OPC_Decode, 235, 6, 224, 2, // Opcode: BGEC64 |
| 6819 | /* 138 */ MCD::OPC_FilterValue, 23, 27, 0, 0, // Skip to: 170 |
| 6820 | /* 143 */ MCD::OPC_CheckPredicate, 85, 12, 0, 0, // Skip to: 160 |
| 6821 | /* 148 */ MCD::OPC_CheckField, 21, 5, 0, 5, 0, 0, // Skip to: 160 |
| 6822 | /* 155 */ MCD::OPC_Decode, 130, 7, 225, 2, // Opcode: BGTZC64 |
| 6823 | /* 160 */ MCD::OPC_CheckPredicate, 85, 82, 0, 0, // Skip to: 247 |
| 6824 | /* 165 */ MCD::OPC_Decode, 164, 7, 225, 2, // Opcode: BLTC64 |
| 6825 | /* 170 */ MCD::OPC_FilterValue, 24, 10, 0, 0, // Skip to: 185 |
| 6826 | /* 175 */ MCD::OPC_CheckPredicate, 85, 67, 0, 0, // Skip to: 247 |
| 6827 | /* 180 */ MCD::OPC_Decode, 189, 7, 226, 2, // Opcode: BNEC64 |
| 6828 | /* 185 */ MCD::OPC_FilterValue, 54, 26, 0, 0, // Skip to: 216 |
| 6829 | /* 190 */ MCD::OPC_CheckPredicate, 85, 11, 0, 0, // Skip to: 206 |
| 6830 | /* 195 */ MCD::OPC_CheckField, 21, 5, 0, 4, 0, 0, // Skip to: 206 |
| 6831 | /* 202 */ MCD::OPC_Decode, 234, 13, 11, // Opcode: JIC64 |
| 6832 | /* 206 */ MCD::OPC_CheckPredicate, 85, 36, 0, 0, // Skip to: 247 |
| 6833 | /* 211 */ MCD::OPC_Decode, 230, 6, 237, 2, // Opcode: BEQZC64 |
| 6834 | /* 216 */ MCD::OPC_FilterValue, 62, 26, 0, 0, // Skip to: 247 |
| 6835 | /* 221 */ MCD::OPC_CheckPredicate, 85, 11, 0, 0, // Skip to: 237 |
| 6836 | /* 226 */ MCD::OPC_CheckField, 21, 5, 0, 4, 0, 0, // Skip to: 237 |
| 6837 | /* 233 */ MCD::OPC_Decode, 231, 13, 11, // Opcode: JIALC64 |
| 6838 | /* 237 */ MCD::OPC_CheckPredicate, 85, 5, 0, 0, // Skip to: 247 |
| 6839 | /* 242 */ MCD::OPC_Decode, 205, 7, 237, 2, // Opcode: BNEZC64 |
| 6840 | /* 247 */ MCD::OPC_Fail, |
| 6841 | 0 |
| 6842 | }; |
| 6843 | |
| 6844 | static const uint8_t DecoderTableMips32r6_64r6_PTR6432[] = { |
| 6845 | /* 0 */ MCD::OPC_ExtractField, 0, 6, // Inst{5-0} ... |
| 6846 | /* 3 */ MCD::OPC_FilterValue, 38, 17, 0, 0, // Skip to: 25 |
| 6847 | /* 8 */ MCD::OPC_CheckPredicate, 87, 34, 0, 0, // Skip to: 47 |
| 6848 | /* 13 */ MCD::OPC_CheckField, 26, 6, 31, 27, 0, 0, // Skip to: 47 |
| 6849 | /* 20 */ MCD::OPC_Decode, 219, 18, 232, 2, // Opcode: SC64_R6 |
| 6850 | /* 25 */ MCD::OPC_FilterValue, 54, 17, 0, 0, // Skip to: 47 |
| 6851 | /* 30 */ MCD::OPC_CheckPredicate, 87, 12, 0, 0, // Skip to: 47 |
| 6852 | /* 35 */ MCD::OPC_CheckField, 26, 6, 31, 5, 0, 0, // Skip to: 47 |
| 6853 | /* 42 */ MCD::OPC_Decode, 184, 14, 232, 2, // Opcode: LL64_R6 |
| 6854 | /* 47 */ MCD::OPC_Fail, |
| 6855 | 0 |
| 6856 | }; |
| 6857 | |
| 6858 | static const uint8_t DecoderTableMips6432[] = { |
| 6859 | /* 0 */ MCD::OPC_ExtractField, 26, 6, // Inst{31-26} ... |
| 6860 | /* 3 */ MCD::OPC_FilterValue, 0, 236, 1, 0, // Skip to: 500 |
| 6861 | /* 8 */ MCD::OPC_ExtractField, 0, 6, // Inst{5-0} ... |
| 6862 | /* 11 */ MCD::OPC_FilterValue, 8, 16, 0, 0, // Skip to: 32 |
| 6863 | /* 16 */ MCD::OPC_CheckPredicate, 88, 214, 4, 0, // Skip to: 1259 |
| 6864 | /* 21 */ MCD::OPC_CheckField, 6, 15, 16, 207, 4, 0, // Skip to: 1259 |
| 6865 | /* 28 */ MCD::OPC_Decode, 244, 13, 13, // Opcode: JR_HB64 |
| 6866 | /* 32 */ MCD::OPC_FilterValue, 9, 45, 0, 0, // Skip to: 82 |
| 6867 | /* 37 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 6868 | /* 40 */ MCD::OPC_FilterValue, 0, 16, 0, 0, // Skip to: 61 |
| 6869 | /* 45 */ MCD::OPC_CheckPredicate, 89, 185, 4, 0, // Skip to: 1259 |
| 6870 | /* 50 */ MCD::OPC_CheckField, 16, 5, 0, 178, 4, 0, // Skip to: 1259 |
| 6871 | /* 57 */ MCD::OPC_Decode, 217, 13, 15, // Opcode: JALR64 |
| 6872 | /* 61 */ MCD::OPC_FilterValue, 16, 169, 4, 0, // Skip to: 1259 |
| 6873 | /* 66 */ MCD::OPC_CheckPredicate, 90, 164, 4, 0, // Skip to: 1259 |
| 6874 | /* 71 */ MCD::OPC_CheckField, 16, 5, 0, 157, 4, 0, // Skip to: 1259 |
| 6875 | /* 78 */ MCD::OPC_Decode, 224, 13, 15, // Opcode: JALR_HB64 |
| 6876 | /* 82 */ MCD::OPC_FilterValue, 20, 17, 0, 0, // Skip to: 104 |
| 6877 | /* 87 */ MCD::OPC_CheckPredicate, 91, 143, 4, 0, // Skip to: 1259 |
| 6878 | /* 92 */ MCD::OPC_CheckField, 6, 5, 0, 136, 4, 0, // Skip to: 1259 |
| 6879 | /* 99 */ MCD::OPC_Decode, 182, 11, 238, 2, // Opcode: DSLLV |
| 6880 | /* 104 */ MCD::OPC_FilterValue, 22, 33, 0, 0, // Skip to: 142 |
| 6881 | /* 109 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 6882 | /* 112 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 127 |
| 6883 | /* 117 */ MCD::OPC_CheckPredicate, 91, 113, 4, 0, // Skip to: 1259 |
| 6884 | /* 122 */ MCD::OPC_Decode, 188, 11, 238, 2, // Opcode: DSRLV |
| 6885 | /* 127 */ MCD::OPC_FilterValue, 1, 103, 4, 0, // Skip to: 1259 |
| 6886 | /* 132 */ MCD::OPC_CheckPredicate, 90, 98, 4, 0, // Skip to: 1259 |
| 6887 | /* 137 */ MCD::OPC_Decode, 175, 11, 238, 2, // Opcode: DROTRV |
| 6888 | /* 142 */ MCD::OPC_FilterValue, 23, 17, 0, 0, // Skip to: 164 |
| 6889 | /* 147 */ MCD::OPC_CheckPredicate, 91, 83, 4, 0, // Skip to: 1259 |
| 6890 | /* 152 */ MCD::OPC_CheckField, 6, 5, 0, 76, 4, 0, // Skip to: 1259 |
| 6891 | /* 159 */ MCD::OPC_Decode, 185, 11, 238, 2, // Opcode: DSRAV |
| 6892 | /* 164 */ MCD::OPC_FilterValue, 28, 17, 0, 0, // Skip to: 186 |
| 6893 | /* 169 */ MCD::OPC_CheckPredicate, 92, 61, 4, 0, // Skip to: 1259 |
| 6894 | /* 174 */ MCD::OPC_CheckField, 6, 10, 0, 54, 4, 0, // Skip to: 1259 |
| 6895 | /* 181 */ MCD::OPC_Decode, 246, 10, 239, 2, // Opcode: DMULT |
| 6896 | /* 186 */ MCD::OPC_FilterValue, 29, 17, 0, 0, // Skip to: 208 |
| 6897 | /* 191 */ MCD::OPC_CheckPredicate, 92, 39, 4, 0, // Skip to: 1259 |
| 6898 | /* 196 */ MCD::OPC_CheckField, 6, 10, 0, 32, 4, 0, // Skip to: 1259 |
| 6899 | /* 203 */ MCD::OPC_Decode, 247, 10, 239, 2, // Opcode: DMULTu |
| 6900 | /* 208 */ MCD::OPC_FilterValue, 30, 17, 0, 0, // Skip to: 230 |
| 6901 | /* 213 */ MCD::OPC_CheckPredicate, 92, 17, 4, 0, // Skip to: 1259 |
| 6902 | /* 218 */ MCD::OPC_CheckField, 6, 10, 0, 10, 4, 0, // Skip to: 1259 |
| 6903 | /* 225 */ MCD::OPC_Decode, 177, 11, 239, 2, // Opcode: DSDIV |
| 6904 | /* 230 */ MCD::OPC_FilterValue, 31, 17, 0, 0, // Skip to: 252 |
| 6905 | /* 235 */ MCD::OPC_CheckPredicate, 92, 251, 3, 0, // Skip to: 1259 |
| 6906 | /* 240 */ MCD::OPC_CheckField, 6, 10, 0, 244, 3, 0, // Skip to: 1259 |
| 6907 | /* 247 */ MCD::OPC_Decode, 191, 11, 239, 2, // Opcode: DUDIV |
| 6908 | /* 252 */ MCD::OPC_FilterValue, 44, 16, 0, 0, // Skip to: 273 |
| 6909 | /* 257 */ MCD::OPC_CheckPredicate, 91, 229, 3, 0, // Skip to: 1259 |
| 6910 | /* 262 */ MCD::OPC_CheckField, 6, 5, 0, 222, 3, 0, // Skip to: 1259 |
| 6911 | /* 269 */ MCD::OPC_Decode, 188, 10, 12, // Opcode: DADD |
| 6912 | /* 273 */ MCD::OPC_FilterValue, 45, 16, 0, 0, // Skip to: 294 |
| 6913 | /* 278 */ MCD::OPC_CheckPredicate, 91, 208, 3, 0, // Skip to: 1259 |
| 6914 | /* 283 */ MCD::OPC_CheckField, 6, 5, 0, 201, 3, 0, // Skip to: 1259 |
| 6915 | /* 290 */ MCD::OPC_Decode, 191, 10, 12, // Opcode: DADDu |
| 6916 | /* 294 */ MCD::OPC_FilterValue, 46, 16, 0, 0, // Skip to: 315 |
| 6917 | /* 299 */ MCD::OPC_CheckPredicate, 91, 187, 3, 0, // Skip to: 1259 |
| 6918 | /* 304 */ MCD::OPC_CheckField, 6, 5, 0, 180, 3, 0, // Skip to: 1259 |
| 6919 | /* 311 */ MCD::OPC_Decode, 189, 11, 12, // Opcode: DSUB |
| 6920 | /* 315 */ MCD::OPC_FilterValue, 47, 16, 0, 0, // Skip to: 336 |
| 6921 | /* 320 */ MCD::OPC_CheckPredicate, 91, 166, 3, 0, // Skip to: 1259 |
| 6922 | /* 325 */ MCD::OPC_CheckField, 6, 5, 0, 159, 3, 0, // Skip to: 1259 |
| 6923 | /* 332 */ MCD::OPC_Decode, 190, 11, 12, // Opcode: DSUBu |
| 6924 | /* 336 */ MCD::OPC_FilterValue, 56, 17, 0, 0, // Skip to: 358 |
| 6925 | /* 341 */ MCD::OPC_CheckPredicate, 91, 145, 3, 0, // Skip to: 1259 |
| 6926 | /* 346 */ MCD::OPC_CheckField, 21, 5, 0, 138, 3, 0, // Skip to: 1259 |
| 6927 | /* 353 */ MCD::OPC_Decode, 179, 11, 240, 2, // Opcode: DSLL |
| 6928 | /* 358 */ MCD::OPC_FilterValue, 58, 33, 0, 0, // Skip to: 396 |
| 6929 | /* 363 */ MCD::OPC_ExtractField, 21, 5, // Inst{25-21} ... |
| 6930 | /* 366 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 381 |
| 6931 | /* 371 */ MCD::OPC_CheckPredicate, 91, 115, 3, 0, // Skip to: 1259 |
| 6932 | /* 376 */ MCD::OPC_Decode, 186, 11, 240, 2, // Opcode: DSRL |
| 6933 | /* 381 */ MCD::OPC_FilterValue, 1, 105, 3, 0, // Skip to: 1259 |
| 6934 | /* 386 */ MCD::OPC_CheckPredicate, 90, 100, 3, 0, // Skip to: 1259 |
| 6935 | /* 391 */ MCD::OPC_Decode, 173, 11, 240, 2, // Opcode: DROTR |
| 6936 | /* 396 */ MCD::OPC_FilterValue, 59, 17, 0, 0, // Skip to: 418 |
| 6937 | /* 401 */ MCD::OPC_CheckPredicate, 91, 85, 3, 0, // Skip to: 1259 |
| 6938 | /* 406 */ MCD::OPC_CheckField, 21, 5, 0, 78, 3, 0, // Skip to: 1259 |
| 6939 | /* 413 */ MCD::OPC_Decode, 183, 11, 240, 2, // Opcode: DSRA |
| 6940 | /* 418 */ MCD::OPC_FilterValue, 60, 17, 0, 0, // Skip to: 440 |
| 6941 | /* 423 */ MCD::OPC_CheckPredicate, 91, 63, 3, 0, // Skip to: 1259 |
| 6942 | /* 428 */ MCD::OPC_CheckField, 21, 5, 0, 56, 3, 0, // Skip to: 1259 |
| 6943 | /* 435 */ MCD::OPC_Decode, 180, 11, 240, 2, // Opcode: DSLL32 |
| 6944 | /* 440 */ MCD::OPC_FilterValue, 62, 33, 0, 0, // Skip to: 478 |
| 6945 | /* 445 */ MCD::OPC_ExtractField, 21, 5, // Inst{25-21} ... |
| 6946 | /* 448 */ MCD::OPC_FilterValue, 0, 10, 0, 0, // Skip to: 463 |
| 6947 | /* 453 */ MCD::OPC_CheckPredicate, 91, 33, 3, 0, // Skip to: 1259 |
| 6948 | /* 458 */ MCD::OPC_Decode, 187, 11, 240, 2, // Opcode: DSRL32 |
| 6949 | /* 463 */ MCD::OPC_FilterValue, 1, 23, 3, 0, // Skip to: 1259 |
| 6950 | /* 468 */ MCD::OPC_CheckPredicate, 90, 18, 3, 0, // Skip to: 1259 |
| 6951 | /* 473 */ MCD::OPC_Decode, 174, 11, 240, 2, // Opcode: DROTR32 |
| 6952 | /* 478 */ MCD::OPC_FilterValue, 63, 8, 3, 0, // Skip to: 1259 |
| 6953 | /* 483 */ MCD::OPC_CheckPredicate, 91, 3, 3, 0, // Skip to: 1259 |
| 6954 | /* 488 */ MCD::OPC_CheckField, 21, 5, 0, 252, 2, 0, // Skip to: 1259 |
| 6955 | /* 495 */ MCD::OPC_Decode, 184, 11, 240, 2, // Opcode: DSRA32 |
| 6956 | /* 500 */ MCD::OPC_FilterValue, 16, 85, 0, 0, // Skip to: 590 |
| 6957 | /* 505 */ MCD::OPC_ExtractField, 3, 8, // Inst{10-3} ... |
| 6958 | /* 508 */ MCD::OPC_FilterValue, 0, 33, 0, 0, // Skip to: 546 |
| 6959 | /* 513 */ MCD::OPC_ExtractField, 21, 5, // Inst{25-21} ... |
| 6960 | /* 516 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 531 |
| 6961 | /* 521 */ MCD::OPC_CheckPredicate, 93, 221, 2, 0, // Skip to: 1259 |
| 6962 | /* 526 */ MCD::OPC_Decode, 230, 10, 241, 2, // Opcode: DMFC0 |
| 6963 | /* 531 */ MCD::OPC_FilterValue, 5, 211, 2, 0, // Skip to: 1259 |
| 6964 | /* 536 */ MCD::OPC_CheckPredicate, 93, 206, 2, 0, // Skip to: 1259 |
| 6965 | /* 541 */ MCD::OPC_Decode, 238, 10, 242, 2, // Opcode: DMTC0 |
| 6966 | /* 546 */ MCD::OPC_FilterValue, 32, 17, 0, 0, // Skip to: 568 |
| 6967 | /* 551 */ MCD::OPC_CheckPredicate, 94, 191, 2, 0, // Skip to: 1259 |
| 6968 | /* 556 */ MCD::OPC_CheckField, 21, 5, 3, 184, 2, 0, // Skip to: 1259 |
| 6969 | /* 563 */ MCD::OPC_Decode, 234, 10, 241, 2, // Opcode: DMFGC0 |
| 6970 | /* 568 */ MCD::OPC_FilterValue, 96, 174, 2, 0, // Skip to: 1259 |
| 6971 | /* 573 */ MCD::OPC_CheckPredicate, 94, 169, 2, 0, // Skip to: 1259 |
| 6972 | /* 578 */ MCD::OPC_CheckField, 21, 5, 3, 162, 2, 0, // Skip to: 1259 |
| 6973 | /* 585 */ MCD::OPC_Decode, 242, 10, 242, 2, // Opcode: DMTGC0 |
| 6974 | /* 590 */ MCD::OPC_FilterValue, 18, 47, 0, 0, // Skip to: 642 |
| 6975 | /* 595 */ MCD::OPC_ExtractField, 21, 5, // Inst{25-21} ... |
| 6976 | /* 598 */ MCD::OPC_FilterValue, 1, 17, 0, 0, // Skip to: 620 |
| 6977 | /* 603 */ MCD::OPC_CheckPredicate, 93, 139, 2, 0, // Skip to: 1259 |
| 6978 | /* 608 */ MCD::OPC_CheckField, 3, 8, 0, 132, 2, 0, // Skip to: 1259 |
| 6979 | /* 615 */ MCD::OPC_Decode, 232, 10, 243, 2, // Opcode: DMFC2 |
| 6980 | /* 620 */ MCD::OPC_FilterValue, 5, 122, 2, 0, // Skip to: 1259 |
| 6981 | /* 625 */ MCD::OPC_CheckPredicate, 93, 117, 2, 0, // Skip to: 1259 |
| 6982 | /* 630 */ MCD::OPC_CheckField, 3, 8, 0, 110, 2, 0, // Skip to: 1259 |
| 6983 | /* 637 */ MCD::OPC_Decode, 240, 10, 244, 2, // Opcode: DMTC2 |
| 6984 | /* 642 */ MCD::OPC_FilterValue, 21, 3, 1, 0, // Skip to: 906 |
| 6985 | /* 647 */ MCD::OPC_ExtractField, 0, 13, // Inst{12-0} ... |
| 6986 | /* 650 */ MCD::OPC_FilterValue, 188, 8, 10, 0, 0, // Skip to: 666 |
| 6987 | /* 656 */ MCD::OPC_CheckPredicate, 15, 86, 2, 0, // Skip to: 1259 |
| 6988 | /* 661 */ MCD::OPC_Decode, 226, 9, 245, 2, // Opcode: C_F_D64_MM |
| 6989 | /* 666 */ MCD::OPC_FilterValue, 252, 8, 10, 0, 0, // Skip to: 682 |
| 6990 | /* 672 */ MCD::OPC_CheckPredicate, 15, 70, 2, 0, // Skip to: 1259 |
| 6991 | /* 677 */ MCD::OPC_Decode, 182, 10, 245, 2, // Opcode: C_UN_D64_MM |
| 6992 | /* 682 */ MCD::OPC_FilterValue, 188, 9, 10, 0, 0, // Skip to: 698 |
| 6993 | /* 688 */ MCD::OPC_CheckPredicate, 15, 54, 2, 0, // Skip to: 1259 |
| 6994 | /* 693 */ MCD::OPC_Decode, 220, 9, 245, 2, // Opcode: C_EQ_D64_MM |
| 6995 | /* 698 */ MCD::OPC_FilterValue, 252, 9, 10, 0, 0, // Skip to: 714 |
| 6996 | /* 704 */ MCD::OPC_CheckPredicate, 15, 38, 2, 0, // Skip to: 1259 |
| 6997 | /* 709 */ MCD::OPC_Decode, 164, 10, 245, 2, // Opcode: C_UEQ_D64_MM |
| 6998 | /* 714 */ MCD::OPC_FilterValue, 188, 10, 10, 0, 0, // Skip to: 730 |
| 6999 | /* 720 */ MCD::OPC_CheckPredicate, 15, 22, 2, 0, // Skip to: 1259 |
| 7000 | /* 725 */ MCD::OPC_Decode, 146, 10, 245, 2, // Opcode: C_OLT_D64_MM |
| 7001 | /* 730 */ MCD::OPC_FilterValue, 252, 10, 10, 0, 0, // Skip to: 746 |
| 7002 | /* 736 */ MCD::OPC_CheckPredicate, 15, 6, 2, 0, // Skip to: 1259 |
| 7003 | /* 741 */ MCD::OPC_Decode, 176, 10, 245, 2, // Opcode: C_ULT_D64_MM |
| 7004 | /* 746 */ MCD::OPC_FilterValue, 188, 11, 10, 0, 0, // Skip to: 762 |
| 7005 | /* 752 */ MCD::OPC_CheckPredicate, 15, 246, 1, 0, // Skip to: 1259 |
| 7006 | /* 757 */ MCD::OPC_Decode, 140, 10, 245, 2, // Opcode: C_OLE_D64_MM |
| 7007 | /* 762 */ MCD::OPC_FilterValue, 252, 11, 10, 0, 0, // Skip to: 778 |
| 7008 | /* 768 */ MCD::OPC_CheckPredicate, 15, 230, 1, 0, // Skip to: 1259 |
| 7009 | /* 773 */ MCD::OPC_Decode, 170, 10, 245, 2, // Opcode: C_ULE_D64_MM |
| 7010 | /* 778 */ MCD::OPC_FilterValue, 188, 12, 10, 0, 0, // Skip to: 794 |
| 7011 | /* 784 */ MCD::OPC_CheckPredicate, 15, 214, 1, 0, // Skip to: 1259 |
| 7012 | /* 789 */ MCD::OPC_Decode, 158, 10, 245, 2, // Opcode: C_SF_D64_MM |
| 7013 | /* 794 */ MCD::OPC_FilterValue, 252, 12, 10, 0, 0, // Skip to: 810 |
| 7014 | /* 800 */ MCD::OPC_CheckPredicate, 15, 198, 1, 0, // Skip to: 1259 |
| 7015 | /* 805 */ MCD::OPC_Decode, 250, 9, 245, 2, // Opcode: C_NGLE_D64_MM |
| 7016 | /* 810 */ MCD::OPC_FilterValue, 188, 13, 10, 0, 0, // Skip to: 826 |
| 7017 | /* 816 */ MCD::OPC_CheckPredicate, 15, 182, 1, 0, // Skip to: 1259 |
| 7018 | /* 821 */ MCD::OPC_Decode, 152, 10, 245, 2, // Opcode: C_SEQ_D64_MM |
| 7019 | /* 826 */ MCD::OPC_FilterValue, 252, 13, 10, 0, 0, // Skip to: 842 |
| 7020 | /* 832 */ MCD::OPC_CheckPredicate, 15, 166, 1, 0, // Skip to: 1259 |
| 7021 | /* 837 */ MCD::OPC_Decode, 128, 10, 245, 2, // Opcode: C_NGL_D64_MM |
| 7022 | /* 842 */ MCD::OPC_FilterValue, 188, 14, 10, 0, 0, // Skip to: 858 |
| 7023 | /* 848 */ MCD::OPC_CheckPredicate, 15, 150, 1, 0, // Skip to: 1259 |
| 7024 | /* 853 */ MCD::OPC_Decode, 238, 9, 245, 2, // Opcode: C_LT_D64_MM |
| 7025 | /* 858 */ MCD::OPC_FilterValue, 252, 14, 10, 0, 0, // Skip to: 874 |
| 7026 | /* 864 */ MCD::OPC_CheckPredicate, 15, 134, 1, 0, // Skip to: 1259 |
| 7027 | /* 869 */ MCD::OPC_Decode, 244, 9, 245, 2, // Opcode: C_NGE_D64_MM |
| 7028 | /* 874 */ MCD::OPC_FilterValue, 188, 15, 10, 0, 0, // Skip to: 890 |
| 7029 | /* 880 */ MCD::OPC_CheckPredicate, 15, 118, 1, 0, // Skip to: 1259 |
| 7030 | /* 885 */ MCD::OPC_Decode, 232, 9, 245, 2, // Opcode: C_LE_D64_MM |
| 7031 | /* 890 */ MCD::OPC_FilterValue, 252, 15, 107, 1, 0, // Skip to: 1259 |
| 7032 | /* 896 */ MCD::OPC_CheckPredicate, 15, 102, 1, 0, // Skip to: 1259 |
| 7033 | /* 901 */ MCD::OPC_Decode, 134, 10, 245, 2, // Opcode: C_NGT_D64_MM |
| 7034 | /* 906 */ MCD::OPC_FilterValue, 24, 10, 0, 0, // Skip to: 921 |
| 7035 | /* 911 */ MCD::OPC_CheckPredicate, 95, 87, 1, 0, // Skip to: 1259 |
| 7036 | /* 916 */ MCD::OPC_Decode, 189, 10, 246, 2, // Opcode: DADDi |
| 7037 | /* 921 */ MCD::OPC_FilterValue, 25, 10, 0, 0, // Skip to: 936 |
| 7038 | /* 926 */ MCD::OPC_CheckPredicate, 91, 72, 1, 0, // Skip to: 1259 |
| 7039 | /* 931 */ MCD::OPC_Decode, 190, 10, 246, 2, // Opcode: DADDiu |
| 7040 | /* 936 */ MCD::OPC_FilterValue, 26, 10, 0, 0, // Skip to: 951 |
| 7041 | /* 941 */ MCD::OPC_CheckPredicate, 95, 57, 1, 0, // Skip to: 1259 |
| 7042 | /* 946 */ MCD::OPC_Decode, 155, 14, 130, 1, // Opcode: LDL |
| 7043 | /* 951 */ MCD::OPC_FilterValue, 27, 10, 0, 0, // Skip to: 966 |
| 7044 | /* 956 */ MCD::OPC_CheckPredicate, 95, 42, 1, 0, // Skip to: 1259 |
| 7045 | /* 961 */ MCD::OPC_Decode, 157, 14, 130, 1, // Opcode: LDR |
| 7046 | /* 966 */ MCD::OPC_FilterValue, 28, 33, 0, 0, // Skip to: 1004 |
| 7047 | /* 971 */ MCD::OPC_ExtractField, 0, 11, // Inst{10-0} ... |
| 7048 | /* 974 */ MCD::OPC_FilterValue, 36, 10, 0, 0, // Skip to: 989 |
| 7049 | /* 979 */ MCD::OPC_CheckPredicate, 96, 19, 1, 0, // Skip to: 1259 |
| 7050 | /* 984 */ MCD::OPC_Decode, 199, 10, 247, 2, // Opcode: DCLZ |
| 7051 | /* 989 */ MCD::OPC_FilterValue, 37, 9, 1, 0, // Skip to: 1259 |
| 7052 | /* 994 */ MCD::OPC_CheckPredicate, 96, 4, 1, 0, // Skip to: 1259 |
| 7053 | /* 999 */ MCD::OPC_Decode, 197, 10, 247, 2, // Opcode: DCLO |
| 7054 | /* 1004 */ MCD::OPC_FilterValue, 31, 145, 0, 0, // Skip to: 1154 |
| 7055 | /* 1009 */ MCD::OPC_ExtractField, 0, 6, // Inst{5-0} ... |
| 7056 | /* 1012 */ MCD::OPC_FilterValue, 1, 10, 0, 0, // Skip to: 1027 |
| 7057 | /* 1017 */ MCD::OPC_CheckPredicate, 90, 237, 0, 0, // Skip to: 1259 |
| 7058 | /* 1022 */ MCD::OPC_Decode, 208, 10, 248, 2, // Opcode: DEXTM |
| 7059 | /* 1027 */ MCD::OPC_FilterValue, 2, 10, 0, 0, // Skip to: 1042 |
| 7060 | /* 1032 */ MCD::OPC_CheckPredicate, 90, 222, 0, 0, // Skip to: 1259 |
| 7061 | /* 1037 */ MCD::OPC_Decode, 209, 10, 248, 2, // Opcode: DEXTU |
| 7062 | /* 1042 */ MCD::OPC_FilterValue, 3, 10, 0, 0, // Skip to: 1057 |
| 7063 | /* 1047 */ MCD::OPC_CheckPredicate, 90, 207, 0, 0, // Skip to: 1259 |
| 7064 | /* 1052 */ MCD::OPC_Decode, 206, 10, 248, 2, // Opcode: DEXT |
| 7065 | /* 1057 */ MCD::OPC_FilterValue, 5, 10, 0, 0, // Skip to: 1072 |
| 7066 | /* 1062 */ MCD::OPC_CheckPredicate, 90, 192, 0, 0, // Skip to: 1259 |
| 7067 | /* 1067 */ MCD::OPC_Decode, 212, 10, 249, 2, // Opcode: DINSM |
| 7068 | /* 1072 */ MCD::OPC_FilterValue, 6, 10, 0, 0, // Skip to: 1087 |
| 7069 | /* 1077 */ MCD::OPC_CheckPredicate, 90, 177, 0, 0, // Skip to: 1259 |
| 7070 | /* 1082 */ MCD::OPC_Decode, 213, 10, 249, 2, // Opcode: DINSU |
| 7071 | /* 1087 */ MCD::OPC_FilterValue, 7, 10, 0, 0, // Skip to: 1102 |
| 7072 | /* 1092 */ MCD::OPC_CheckPredicate, 90, 162, 0, 0, // Skip to: 1259 |
| 7073 | /* 1097 */ MCD::OPC_Decode, 211, 10, 249, 2, // Opcode: DINS |
| 7074 | /* 1102 */ MCD::OPC_FilterValue, 36, 152, 0, 0, // Skip to: 1259 |
| 7075 | /* 1107 */ MCD::OPC_ExtractField, 6, 5, // Inst{10-6} ... |
| 7076 | /* 1110 */ MCD::OPC_FilterValue, 2, 17, 0, 0, // Skip to: 1132 |
| 7077 | /* 1115 */ MCD::OPC_CheckPredicate, 90, 139, 0, 0, // Skip to: 1259 |
| 7078 | /* 1120 */ MCD::OPC_CheckField, 21, 5, 0, 132, 0, 0, // Skip to: 1259 |
| 7079 | /* 1127 */ MCD::OPC_Decode, 176, 11, 230, 2, // Opcode: DSBH |
| 7080 | /* 1132 */ MCD::OPC_FilterValue, 5, 122, 0, 0, // Skip to: 1259 |
| 7081 | /* 1137 */ MCD::OPC_CheckPredicate, 90, 117, 0, 0, // Skip to: 1259 |
| 7082 | /* 1142 */ MCD::OPC_CheckField, 21, 5, 0, 110, 0, 0, // Skip to: 1259 |
| 7083 | /* 1149 */ MCD::OPC_Decode, 178, 11, 230, 2, // Opcode: DSHD |
| 7084 | /* 1154 */ MCD::OPC_FilterValue, 39, 10, 0, 0, // Skip to: 1169 |
| 7085 | /* 1159 */ MCD::OPC_CheckPredicate, 91, 95, 0, 0, // Skip to: 1259 |
| 7086 | /* 1164 */ MCD::OPC_Decode, 242, 14, 130, 1, // Opcode: LWu |
| 7087 | /* 1169 */ MCD::OPC_FilterValue, 44, 10, 0, 0, // Skip to: 1184 |
| 7088 | /* 1174 */ MCD::OPC_CheckPredicate, 95, 80, 0, 0, // Skip to: 1259 |
| 7089 | /* 1179 */ MCD::OPC_Decode, 244, 18, 130, 1, // Opcode: SDL |
| 7090 | /* 1184 */ MCD::OPC_FilterValue, 45, 10, 0, 0, // Skip to: 1199 |
| 7091 | /* 1189 */ MCD::OPC_CheckPredicate, 95, 65, 0, 0, // Skip to: 1259 |
| 7092 | /* 1194 */ MCD::OPC_Decode, 245, 18, 130, 1, // Opcode: SDR |
| 7093 | /* 1199 */ MCD::OPC_FilterValue, 52, 10, 0, 0, // Skip to: 1214 |
| 7094 | /* 1204 */ MCD::OPC_CheckPredicate, 92, 50, 0, 0, // Skip to: 1259 |
| 7095 | /* 1209 */ MCD::OPC_Decode, 185, 14, 130, 1, // Opcode: LLD |
| 7096 | /* 1214 */ MCD::OPC_FilterValue, 55, 10, 0, 0, // Skip to: 1229 |
| 7097 | /* 1219 */ MCD::OPC_CheckPredicate, 91, 35, 0, 0, // Skip to: 1259 |
| 7098 | /* 1224 */ MCD::OPC_Decode, 142, 14, 130, 1, // Opcode: LD |
| 7099 | /* 1229 */ MCD::OPC_FilterValue, 60, 10, 0, 0, // Skip to: 1244 |
| 7100 | /* 1234 */ MCD::OPC_CheckPredicate, 95, 20, 0, 0, // Skip to: 1259 |
| 7101 | /* 1239 */ MCD::OPC_Decode, 220, 18, 130, 1, // Opcode: SCD |
| 7102 | /* 1244 */ MCD::OPC_FilterValue, 63, 10, 0, 0, // Skip to: 1259 |
| 7103 | /* 1249 */ MCD::OPC_CheckPredicate, 91, 5, 0, 0, // Skip to: 1259 |
| 7104 | /* 1254 */ MCD::OPC_Decode, 227, 18, 130, 1, // Opcode: SD |
| 7105 | /* 1259 */ MCD::OPC_Fail, |
| 7106 | 0 |
| 7107 | }; |
| 7108 | |
| 7109 | static const uint8_t DecoderTableMipsDSP32[] = { |
| 7110 | /* 0 */ MCD::OPC_ExtractField, 26, 6, // Inst{31-26} ... |
| 7111 | /* 3 */ MCD::OPC_FilterValue, 35, 10, 0, 0, // Skip to: 18 |
| 7112 | /* 8 */ MCD::OPC_CheckPredicate, 97, 20, 0, 0, // Skip to: 33 |
| 7113 | /* 13 */ MCD::OPC_Decode, 211, 14, 130, 1, // Opcode: LWDSP |
| 7114 | /* 18 */ MCD::OPC_FilterValue, 43, 10, 0, 0, // Skip to: 33 |
| 7115 | /* 23 */ MCD::OPC_CheckPredicate, 97, 5, 0, 0, // Skip to: 33 |
| 7116 | /* 28 */ MCD::OPC_Decode, 246, 20, 130, 1, // Opcode: SWDSP |
| 7117 | /* 33 */ MCD::OPC_Fail, |
| 7118 | 0 |
| 7119 | }; |
| 7120 | |
| 7121 | static const uint8_t DecoderTableMipsFP6432[] = { |
| 7122 | /* 0 */ MCD::OPC_ExtractField, 26, 6, // Inst{31-26} ... |
| 7123 | /* 3 */ MCD::OPC_FilterValue, 17, 249, 5, 0, // Skip to: 1537 |
| 7124 | /* 8 */ MCD::OPC_ExtractField, 0, 6, // Inst{5-0} ... |
| 7125 | /* 11 */ MCD::OPC_FilterValue, 0, 121, 0, 0, // Skip to: 137 |
| 7126 | /* 16 */ MCD::OPC_ExtractField, 21, 5, // Inst{25-21} ... |
| 7127 | /* 19 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 41 |
| 7128 | /* 24 */ MCD::OPC_CheckPredicate, 98, 158, 6, 0, // Skip to: 1723 |
| 7129 | /* 29 */ MCD::OPC_CheckField, 6, 5, 0, 151, 6, 0, // Skip to: 1723 |
| 7130 | /* 36 */ MCD::OPC_Decode, 190, 15, 250, 2, // Opcode: MFC1_D64 |
| 7131 | /* 41 */ MCD::OPC_FilterValue, 3, 17, 0, 0, // Skip to: 63 |
| 7132 | /* 46 */ MCD::OPC_CheckPredicate, 99, 136, 6, 0, // Skip to: 1723 |
| 7133 | /* 51 */ MCD::OPC_CheckField, 6, 5, 0, 129, 6, 0, // Skip to: 1723 |
| 7134 | /* 58 */ MCD::OPC_Decode, 200, 15, 250, 2, // Opcode: MFHC1_D64 |
| 7135 | /* 63 */ MCD::OPC_FilterValue, 4, 17, 0, 0, // Skip to: 85 |
| 7136 | /* 68 */ MCD::OPC_CheckPredicate, 98, 114, 6, 0, // Skip to: 1723 |
| 7137 | /* 73 */ MCD::OPC_CheckField, 6, 5, 0, 107, 6, 0, // Skip to: 1723 |
| 7138 | /* 80 */ MCD::OPC_Decode, 205, 16, 251, 2, // Opcode: MTC1_D64 |
| 7139 | /* 85 */ MCD::OPC_FilterValue, 7, 17, 0, 0, // Skip to: 107 |
| 7140 | /* 90 */ MCD::OPC_CheckPredicate, 99, 92, 6, 0, // Skip to: 1723 |
| 7141 | /* 95 */ MCD::OPC_CheckField, 6, 5, 0, 85, 6, 0, // Skip to: 1723 |
| 7142 | /* 102 */ MCD::OPC_Decode, 216, 16, 252, 2, // Opcode: MTHC1_D64 |
| 7143 | /* 107 */ MCD::OPC_FilterValue, 17, 10, 0, 0, // Skip to: 122 |
| 7144 | /* 112 */ MCD::OPC_CheckPredicate, 98, 70, 6, 0, // Skip to: 1723 |
| 7145 | /* 117 */ MCD::OPC_Decode, 250, 11, 219, 2, // Opcode: FADD_D64 |
| 7146 | /* 122 */ MCD::OPC_FilterValue, 22, 60, 6, 0, // Skip to: 1723 |
| 7147 | /* 127 */ MCD::OPC_CheckPredicate, 100, 55, 6, 0, // Skip to: 1723 |
| 7148 | /* 132 */ MCD::OPC_Decode, 252, 11, 219, 2, // Opcode: FADD_PS64 |
| 7149 | /* 137 */ MCD::OPC_FilterValue, 1, 33, 0, 0, // Skip to: 175 |
| 7150 | /* 142 */ MCD::OPC_ExtractField, 21, 5, // Inst{25-21} ... |
| 7151 | /* 145 */ MCD::OPC_FilterValue, 17, 10, 0, 0, // Skip to: 160 |
| 7152 | /* 150 */ MCD::OPC_CheckPredicate, 98, 32, 6, 0, // Skip to: 1723 |
| 7153 | /* 155 */ MCD::OPC_Decode, 139, 13, 219, 2, // Opcode: FSUB_D64 |
| 7154 | /* 160 */ MCD::OPC_FilterValue, 22, 22, 6, 0, // Skip to: 1723 |
| 7155 | /* 165 */ MCD::OPC_CheckPredicate, 100, 17, 6, 0, // Skip to: 1723 |
| 7156 | /* 170 */ MCD::OPC_Decode, 141, 13, 219, 2, // Opcode: FSUB_PS64 |
| 7157 | /* 175 */ MCD::OPC_FilterValue, 2, 33, 0, 0, // Skip to: 213 |
| 7158 | /* 180 */ MCD::OPC_ExtractField, 21, 5, // Inst{25-21} ... |
| 7159 | /* 183 */ MCD::OPC_FilterValue, 17, 10, 0, 0, // Skip to: 198 |
| 7160 | /* 188 */ MCD::OPC_CheckPredicate, 98, 250, 5, 0, // Skip to: 1723 |
| 7161 | /* 193 */ MCD::OPC_Decode, 223, 12, 219, 2, // Opcode: FMUL_D64 |
| 7162 | /* 198 */ MCD::OPC_FilterValue, 22, 240, 5, 0, // Skip to: 1723 |
| 7163 | /* 203 */ MCD::OPC_CheckPredicate, 100, 235, 5, 0, // Skip to: 1723 |
| 7164 | /* 208 */ MCD::OPC_Decode, 225, 12, 219, 2, // Opcode: FMUL_PS64 |
| 7165 | /* 213 */ MCD::OPC_FilterValue, 3, 17, 0, 0, // Skip to: 235 |
| 7166 | /* 218 */ MCD::OPC_CheckPredicate, 98, 220, 5, 0, // Skip to: 1723 |
| 7167 | /* 223 */ MCD::OPC_CheckField, 21, 5, 17, 213, 5, 0, // Skip to: 1723 |
| 7168 | /* 230 */ MCD::OPC_Decode, 161, 12, 219, 2, // Opcode: FDIV_D64 |
| 7169 | /* 235 */ MCD::OPC_FilterValue, 4, 18, 0, 0, // Skip to: 258 |
| 7170 | /* 240 */ MCD::OPC_CheckPredicate, 101, 198, 5, 0, // Skip to: 1723 |
| 7171 | /* 245 */ MCD::OPC_CheckField, 16, 10, 160, 4, 190, 5, 0, // Skip to: 1723 |
| 7172 | /* 253 */ MCD::OPC_Decode, 131, 13, 219, 1, // Opcode: FSQRT_D64 |
| 7173 | /* 258 */ MCD::OPC_FilterValue, 5, 18, 0, 0, // Skip to: 281 |
| 7174 | /* 263 */ MCD::OPC_CheckPredicate, 98, 175, 5, 0, // Skip to: 1723 |
| 7175 | /* 268 */ MCD::OPC_CheckField, 16, 10, 160, 4, 167, 5, 0, // Skip to: 1723 |
| 7176 | /* 276 */ MCD::OPC_Decode, 243, 11, 219, 1, // Opcode: FABS_D64 |
| 7177 | /* 281 */ MCD::OPC_FilterValue, 6, 18, 0, 0, // Skip to: 304 |
| 7178 | /* 286 */ MCD::OPC_CheckPredicate, 98, 152, 5, 0, // Skip to: 1723 |
| 7179 | /* 291 */ MCD::OPC_CheckField, 16, 10, 160, 4, 144, 5, 0, // Skip to: 1723 |
| 7180 | /* 299 */ MCD::OPC_Decode, 212, 12, 219, 1, // Opcode: FMOV_D64 |
| 7181 | /* 304 */ MCD::OPC_FilterValue, 7, 18, 0, 0, // Skip to: 327 |
| 7182 | /* 309 */ MCD::OPC_CheckPredicate, 98, 129, 5, 0, // Skip to: 1723 |
| 7183 | /* 314 */ MCD::OPC_CheckField, 16, 10, 160, 4, 121, 5, 0, // Skip to: 1723 |
| 7184 | /* 322 */ MCD::OPC_Decode, 232, 12, 219, 1, // Opcode: FNEG_D64 |
| 7185 | /* 327 */ MCD::OPC_FilterValue, 8, 35, 0, 0, // Skip to: 367 |
| 7186 | /* 332 */ MCD::OPC_ExtractField, 16, 10, // Inst{25-16} ... |
| 7187 | /* 335 */ MCD::OPC_FilterValue, 128, 4, 10, 0, 0, // Skip to: 351 |
| 7188 | /* 341 */ MCD::OPC_CheckPredicate, 101, 97, 5, 0, // Skip to: 1723 |
| 7189 | /* 346 */ MCD::OPC_Decode, 182, 18, 212, 1, // Opcode: ROUND_L_S |
| 7190 | /* 351 */ MCD::OPC_FilterValue, 160, 4, 86, 5, 0, // Skip to: 1723 |
| 7191 | /* 357 */ MCD::OPC_CheckPredicate, 102, 81, 5, 0, // Skip to: 1723 |
| 7192 | /* 362 */ MCD::OPC_Decode, 180, 18, 219, 1, // Opcode: ROUND_L_D64 |
| 7193 | /* 367 */ MCD::OPC_FilterValue, 9, 35, 0, 0, // Skip to: 407 |
| 7194 | /* 372 */ MCD::OPC_ExtractField, 16, 10, // Inst{25-16} ... |
| 7195 | /* 375 */ MCD::OPC_FilterValue, 128, 4, 10, 0, 0, // Skip to: 391 |
| 7196 | /* 381 */ MCD::OPC_CheckPredicate, 101, 57, 5, 0, // Skip to: 1723 |
| 7197 | /* 386 */ MCD::OPC_Decode, 220, 21, 212, 1, // Opcode: TRUNC_L_S |
| 7198 | /* 391 */ MCD::OPC_FilterValue, 160, 4, 46, 5, 0, // Skip to: 1723 |
| 7199 | /* 397 */ MCD::OPC_CheckPredicate, 102, 41, 5, 0, // Skip to: 1723 |
| 7200 | /* 402 */ MCD::OPC_Decode, 218, 21, 219, 1, // Opcode: TRUNC_L_D64 |
| 7201 | /* 407 */ MCD::OPC_FilterValue, 10, 35, 0, 0, // Skip to: 447 |
| 7202 | /* 412 */ MCD::OPC_ExtractField, 16, 10, // Inst{25-16} ... |
| 7203 | /* 415 */ MCD::OPC_FilterValue, 128, 4, 10, 0, 0, // Skip to: 431 |
| 7204 | /* 421 */ MCD::OPC_CheckPredicate, 101, 17, 5, 0, // Skip to: 1723 |
| 7205 | /* 426 */ MCD::OPC_Decode, 132, 8, 212, 1, // Opcode: CEIL_L_S |
| 7206 | /* 431 */ MCD::OPC_FilterValue, 160, 4, 6, 5, 0, // Skip to: 1723 |
| 7207 | /* 437 */ MCD::OPC_CheckPredicate, 102, 1, 5, 0, // Skip to: 1723 |
| 7208 | /* 442 */ MCD::OPC_Decode, 130, 8, 219, 1, // Opcode: CEIL_L_D64 |
| 7209 | /* 447 */ MCD::OPC_FilterValue, 11, 35, 0, 0, // Skip to: 487 |
| 7210 | /* 452 */ MCD::OPC_ExtractField, 16, 10, // Inst{25-16} ... |
| 7211 | /* 455 */ MCD::OPC_FilterValue, 128, 4, 10, 0, 0, // Skip to: 471 |
| 7212 | /* 461 */ MCD::OPC_CheckPredicate, 101, 233, 4, 0, // Skip to: 1723 |
| 7213 | /* 466 */ MCD::OPC_Decode, 191, 12, 212, 1, // Opcode: FLOOR_L_S |
| 7214 | /* 471 */ MCD::OPC_FilterValue, 160, 4, 222, 4, 0, // Skip to: 1723 |
| 7215 | /* 477 */ MCD::OPC_CheckPredicate, 102, 217, 4, 0, // Skip to: 1723 |
| 7216 | /* 482 */ MCD::OPC_Decode, 189, 12, 219, 1, // Opcode: FLOOR_L_D64 |
| 7217 | /* 487 */ MCD::OPC_FilterValue, 12, 18, 0, 0, // Skip to: 510 |
| 7218 | /* 492 */ MCD::OPC_CheckPredicate, 101, 202, 4, 0, // Skip to: 1723 |
| 7219 | /* 497 */ MCD::OPC_CheckField, 16, 10, 160, 4, 194, 4, 0, // Skip to: 1723 |
| 7220 | /* 505 */ MCD::OPC_Decode, 185, 18, 253, 2, // Opcode: ROUND_W_D64 |
| 7221 | /* 510 */ MCD::OPC_FilterValue, 13, 18, 0, 0, // Skip to: 533 |
| 7222 | /* 515 */ MCD::OPC_CheckPredicate, 101, 179, 4, 0, // Skip to: 1723 |
| 7223 | /* 520 */ MCD::OPC_CheckField, 16, 10, 160, 4, 171, 4, 0, // Skip to: 1723 |
| 7224 | /* 528 */ MCD::OPC_Decode, 223, 21, 253, 2, // Opcode: TRUNC_W_D64 |
| 7225 | /* 533 */ MCD::OPC_FilterValue, 14, 18, 0, 0, // Skip to: 556 |
| 7226 | /* 538 */ MCD::OPC_CheckPredicate, 101, 156, 4, 0, // Skip to: 1723 |
| 7227 | /* 543 */ MCD::OPC_CheckField, 16, 10, 160, 4, 148, 4, 0, // Skip to: 1723 |
| 7228 | /* 551 */ MCD::OPC_Decode, 135, 8, 253, 2, // Opcode: CEIL_W_D64 |
| 7229 | /* 556 */ MCD::OPC_FilterValue, 15, 18, 0, 0, // Skip to: 579 |
| 7230 | /* 561 */ MCD::OPC_CheckPredicate, 101, 133, 4, 0, // Skip to: 1723 |
| 7231 | /* 566 */ MCD::OPC_CheckField, 16, 10, 160, 4, 125, 4, 0, // Skip to: 1723 |
| 7232 | /* 574 */ MCD::OPC_Decode, 194, 12, 253, 2, // Opcode: FLOOR_W_D64 |
| 7233 | /* 579 */ MCD::OPC_FilterValue, 17, 47, 0, 0, // Skip to: 631 |
| 7234 | /* 584 */ MCD::OPC_ExtractField, 16, 2, // Inst{17-16} ... |
| 7235 | /* 587 */ MCD::OPC_FilterValue, 0, 17, 0, 0, // Skip to: 609 |
| 7236 | /* 592 */ MCD::OPC_CheckPredicate, 103, 102, 4, 0, // Skip to: 1723 |
| 7237 | /* 597 */ MCD::OPC_CheckField, 21, 5, 17, 95, 4, 0, // Skip to: 1723 |
| 7238 | /* 604 */ MCD::OPC_Decode, 139, 16, 254, 2, // Opcode: MOVF_D64 |
| 7239 | /* 609 */ MCD::OPC_FilterValue, 1, 85, 4, 0, // Skip to: 1723 |
| 7240 | /* 614 */ MCD::OPC_CheckPredicate, 103, 80, 4, 0, // Skip to: 1723 |
| 7241 | /* 619 */ MCD::OPC_CheckField, 21, 5, 17, 73, 4, 0, // Skip to: 1723 |
| 7242 | /* 626 */ MCD::OPC_Decode, 159, 16, 254, 2, // Opcode: MOVT_D64 |
| 7243 | /* 631 */ MCD::OPC_FilterValue, 18, 17, 0, 0, // Skip to: 653 |
| 7244 | /* 636 */ MCD::OPC_CheckPredicate, 103, 58, 4, 0, // Skip to: 1723 |
| 7245 | /* 641 */ MCD::OPC_CheckField, 21, 5, 17, 51, 4, 0, // Skip to: 1723 |
| 7246 | /* 648 */ MCD::OPC_Decode, 171, 16, 255, 2, // Opcode: MOVZ_I_D64 |
| 7247 | /* 653 */ MCD::OPC_FilterValue, 19, 17, 0, 0, // Skip to: 675 |
| 7248 | /* 658 */ MCD::OPC_CheckPredicate, 103, 36, 4, 0, // Skip to: 1723 |
| 7249 | /* 663 */ MCD::OPC_CheckField, 21, 5, 17, 29, 4, 0, // Skip to: 1723 |
| 7250 | /* 670 */ MCD::OPC_Decode, 151, 16, 255, 2, // Opcode: MOVN_I_D64 |
| 7251 | /* 675 */ MCD::OPC_FilterValue, 21, 18, 0, 0, // Skip to: 698 |
| 7252 | /* 680 */ MCD::OPC_CheckPredicate, 104, 14, 4, 0, // Skip to: 1723 |
| 7253 | /* 685 */ MCD::OPC_CheckField, 16, 10, 160, 4, 6, 4, 0, // Skip to: 1723 |
| 7254 | /* 693 */ MCD::OPC_Decode, 160, 18, 219, 1, // Opcode: RECIP_D64 |
| 7255 | /* 698 */ MCD::OPC_FilterValue, 22, 18, 0, 0, // Skip to: 721 |
| 7256 | /* 703 */ MCD::OPC_CheckPredicate, 104, 247, 3, 0, // Skip to: 1723 |
| 7257 | /* 708 */ MCD::OPC_CheckField, 16, 10, 160, 4, 239, 3, 0, // Skip to: 1723 |
| 7258 | /* 716 */ MCD::OPC_Decode, 193, 18, 219, 1, // Opcode: RSQRT_D64 |
| 7259 | /* 721 */ MCD::OPC_FilterValue, 24, 17, 0, 0, // Skip to: 743 |
| 7260 | /* 726 */ MCD::OPC_CheckPredicate, 105, 224, 3, 0, // Skip to: 1723 |
| 7261 | /* 731 */ MCD::OPC_CheckField, 21, 5, 22, 217, 3, 0, // Skip to: 1723 |
| 7262 | /* 738 */ MCD::OPC_Decode, 202, 5, 219, 2, // Opcode: ADDR_PS64 |
| 7263 | /* 743 */ MCD::OPC_FilterValue, 26, 17, 0, 0, // Skip to: 765 |
| 7264 | /* 748 */ MCD::OPC_CheckPredicate, 105, 202, 3, 0, // Skip to: 1723 |
| 7265 | /* 753 */ MCD::OPC_CheckField, 21, 5, 22, 195, 3, 0, // Skip to: 1723 |
| 7266 | /* 760 */ MCD::OPC_Decode, 133, 17, 219, 2, // Opcode: MULR_PS64 |
| 7267 | /* 765 */ MCD::OPC_FilterValue, 32, 51, 0, 0, // Skip to: 821 |
| 7268 | /* 770 */ MCD::OPC_ExtractField, 16, 10, // Inst{25-16} ... |
| 7269 | /* 773 */ MCD::OPC_FilterValue, 160, 4, 10, 0, 0, // Skip to: 789 |
| 7270 | /* 779 */ MCD::OPC_CheckPredicate, 98, 171, 3, 0, // Skip to: 1723 |
| 7271 | /* 784 */ MCD::OPC_Decode, 201, 9, 253, 2, // Opcode: CVT_S_D64 |
| 7272 | /* 789 */ MCD::OPC_FilterValue, 160, 5, 10, 0, 0, // Skip to: 805 |
| 7273 | /* 795 */ MCD::OPC_CheckPredicate, 106, 155, 3, 0, // Skip to: 1723 |
| 7274 | /* 800 */ MCD::OPC_Decode, 203, 9, 253, 2, // Opcode: CVT_S_L |
| 7275 | /* 805 */ MCD::OPC_FilterValue, 192, 5, 144, 3, 0, // Skip to: 1723 |
| 7276 | /* 811 */ MCD::OPC_CheckPredicate, 100, 139, 3, 0, // Skip to: 1723 |
| 7277 | /* 816 */ MCD::OPC_Decode, 206, 9, 253, 2, // Opcode: CVT_S_PU64 |
| 7278 | /* 821 */ MCD::OPC_FilterValue, 33, 51, 0, 0, // Skip to: 877 |
| 7279 | /* 826 */ MCD::OPC_ExtractField, 16, 10, // Inst{25-16} ... |
| 7280 | /* 829 */ MCD::OPC_FilterValue, 128, 4, 10, 0, 0, // Skip to: 845 |
| 7281 | /* 835 */ MCD::OPC_CheckPredicate, 98, 115, 3, 0, // Skip to: 1723 |
| 7282 | /* 840 */ MCD::OPC_Decode, 185, 9, 212, 1, // Opcode: CVT_D64_S |
| 7283 | /* 845 */ MCD::OPC_FilterValue, 128, 5, 10, 0, 0, // Skip to: 861 |
| 7284 | /* 851 */ MCD::OPC_CheckPredicate, 98, 99, 3, 0, // Skip to: 1723 |
| 7285 | /* 856 */ MCD::OPC_Decode, 187, 9, 212, 1, // Opcode: CVT_D64_W |
| 7286 | /* 861 */ MCD::OPC_FilterValue, 160, 5, 88, 3, 0, // Skip to: 1723 |
| 7287 | /* 867 */ MCD::OPC_CheckPredicate, 106, 83, 3, 0, // Skip to: 1723 |
| 7288 | /* 872 */ MCD::OPC_Decode, 184, 9, 219, 1, // Opcode: CVT_D64_L |
| 7289 | /* 877 */ MCD::OPC_FilterValue, 36, 35, 0, 0, // Skip to: 917 |
| 7290 | /* 882 */ MCD::OPC_ExtractField, 16, 10, // Inst{25-16} ... |
| 7291 | /* 885 */ MCD::OPC_FilterValue, 160, 4, 10, 0, 0, // Skip to: 901 |
| 7292 | /* 891 */ MCD::OPC_CheckPredicate, 98, 59, 3, 0, // Skip to: 1723 |
| 7293 | /* 896 */ MCD::OPC_Decode, 212, 9, 253, 2, // Opcode: CVT_W_D64 |
| 7294 | /* 901 */ MCD::OPC_FilterValue, 192, 5, 48, 3, 0, // Skip to: 1723 |
| 7295 | /* 907 */ MCD::OPC_CheckPredicate, 105, 43, 3, 0, // Skip to: 1723 |
| 7296 | /* 912 */ MCD::OPC_Decode, 198, 9, 219, 1, // Opcode: CVT_PW_PS64 |
| 7297 | /* 917 */ MCD::OPC_FilterValue, 38, 40, 0, 0, // Skip to: 962 |
| 7298 | /* 922 */ MCD::OPC_ExtractField, 21, 5, // Inst{25-21} ... |
| 7299 | /* 925 */ MCD::OPC_FilterValue, 16, 10, 0, 0, // Skip to: 940 |
| 7300 | /* 930 */ MCD::OPC_CheckPredicate, 100, 20, 3, 0, // Skip to: 1723 |
| 7301 | /* 935 */ MCD::OPC_Decode, 197, 9, 128, 3, // Opcode: CVT_PS_S64 |
| 7302 | /* 940 */ MCD::OPC_FilterValue, 20, 10, 3, 0, // Skip to: 1723 |
| 7303 | /* 945 */ MCD::OPC_CheckPredicate, 105, 5, 3, 0, // Skip to: 1723 |
| 7304 | /* 950 */ MCD::OPC_CheckField, 16, 5, 0, 254, 2, 0, // Skip to: 1723 |
| 7305 | /* 957 */ MCD::OPC_Decode, 196, 9, 219, 1, // Opcode: CVT_PS_PW64 |
| 7306 | /* 962 */ MCD::OPC_FilterValue, 40, 18, 0, 0, // Skip to: 985 |
| 7307 | /* 967 */ MCD::OPC_CheckPredicate, 100, 239, 2, 0, // Skip to: 1723 |
| 7308 | /* 972 */ MCD::OPC_CheckField, 16, 10, 192, 5, 231, 2, 0, // Skip to: 1723 |
| 7309 | /* 980 */ MCD::OPC_Decode, 205, 9, 253, 2, // Opcode: CVT_S_PL64 |
| 7310 | /* 985 */ MCD::OPC_FilterValue, 44, 17, 0, 0, // Skip to: 1007 |
| 7311 | /* 990 */ MCD::OPC_CheckPredicate, 100, 216, 2, 0, // Skip to: 1723 |
| 7312 | /* 995 */ MCD::OPC_CheckField, 21, 5, 22, 209, 2, 0, // Skip to: 1723 |
| 7313 | /* 1002 */ MCD::OPC_Decode, 229, 17, 219, 2, // Opcode: PLL_PS64 |
| 7314 | /* 1007 */ MCD::OPC_FilterValue, 45, 17, 0, 0, // Skip to: 1029 |
| 7315 | /* 1012 */ MCD::OPC_CheckPredicate, 100, 194, 2, 0, // Skip to: 1723 |
| 7316 | /* 1017 */ MCD::OPC_CheckField, 21, 5, 22, 187, 2, 0, // Skip to: 1723 |
| 7317 | /* 1024 */ MCD::OPC_Decode, 230, 17, 219, 2, // Opcode: PLU_PS64 |
| 7318 | /* 1029 */ MCD::OPC_FilterValue, 46, 17, 0, 0, // Skip to: 1051 |
| 7319 | /* 1034 */ MCD::OPC_CheckPredicate, 100, 172, 2, 0, // Skip to: 1723 |
| 7320 | /* 1039 */ MCD::OPC_CheckField, 21, 5, 22, 165, 2, 0, // Skip to: 1723 |
| 7321 | /* 1046 */ MCD::OPC_Decode, 147, 18, 219, 2, // Opcode: PUL_PS64 |
| 7322 | /* 1051 */ MCD::OPC_FilterValue, 47, 17, 0, 0, // Skip to: 1073 |
| 7323 | /* 1056 */ MCD::OPC_CheckPredicate, 100, 150, 2, 0, // Skip to: 1723 |
| 7324 | /* 1061 */ MCD::OPC_CheckField, 21, 5, 22, 143, 2, 0, // Skip to: 1723 |
| 7325 | /* 1068 */ MCD::OPC_Decode, 148, 18, 219, 2, // Opcode: PUU_PS64 |
| 7326 | /* 1073 */ MCD::OPC_FilterValue, 48, 24, 0, 0, // Skip to: 1102 |
| 7327 | /* 1078 */ MCD::OPC_CheckPredicate, 107, 128, 2, 0, // Skip to: 1723 |
| 7328 | /* 1083 */ MCD::OPC_CheckField, 21, 5, 17, 121, 2, 0, // Skip to: 1723 |
| 7329 | /* 1090 */ MCD::OPC_CheckField, 6, 2, 0, 114, 2, 0, // Skip to: 1723 |
| 7330 | /* 1097 */ MCD::OPC_Decode, 225, 9, 129, 3, // Opcode: C_F_D64 |
| 7331 | /* 1102 */ MCD::OPC_FilterValue, 49, 24, 0, 0, // Skip to: 1131 |
| 7332 | /* 1107 */ MCD::OPC_CheckPredicate, 107, 99, 2, 0, // Skip to: 1723 |
| 7333 | /* 1112 */ MCD::OPC_CheckField, 21, 5, 17, 92, 2, 0, // Skip to: 1723 |
| 7334 | /* 1119 */ MCD::OPC_CheckField, 6, 2, 0, 85, 2, 0, // Skip to: 1723 |
| 7335 | /* 1126 */ MCD::OPC_Decode, 181, 10, 129, 3, // Opcode: C_UN_D64 |
| 7336 | /* 1131 */ MCD::OPC_FilterValue, 50, 24, 0, 0, // Skip to: 1160 |
| 7337 | /* 1136 */ MCD::OPC_CheckPredicate, 107, 70, 2, 0, // Skip to: 1723 |
| 7338 | /* 1141 */ MCD::OPC_CheckField, 21, 5, 17, 63, 2, 0, // Skip to: 1723 |
| 7339 | /* 1148 */ MCD::OPC_CheckField, 6, 2, 0, 56, 2, 0, // Skip to: 1723 |
| 7340 | /* 1155 */ MCD::OPC_Decode, 219, 9, 129, 3, // Opcode: C_EQ_D64 |
| 7341 | /* 1160 */ MCD::OPC_FilterValue, 51, 24, 0, 0, // Skip to: 1189 |
| 7342 | /* 1165 */ MCD::OPC_CheckPredicate, 107, 41, 2, 0, // Skip to: 1723 |
| 7343 | /* 1170 */ MCD::OPC_CheckField, 21, 5, 17, 34, 2, 0, // Skip to: 1723 |
| 7344 | /* 1177 */ MCD::OPC_CheckField, 6, 2, 0, 27, 2, 0, // Skip to: 1723 |
| 7345 | /* 1184 */ MCD::OPC_Decode, 163, 10, 129, 3, // Opcode: C_UEQ_D64 |
| 7346 | /* 1189 */ MCD::OPC_FilterValue, 52, 24, 0, 0, // Skip to: 1218 |
| 7347 | /* 1194 */ MCD::OPC_CheckPredicate, 107, 12, 2, 0, // Skip to: 1723 |
| 7348 | /* 1199 */ MCD::OPC_CheckField, 21, 5, 17, 5, 2, 0, // Skip to: 1723 |
| 7349 | /* 1206 */ MCD::OPC_CheckField, 6, 2, 0, 254, 1, 0, // Skip to: 1723 |
| 7350 | /* 1213 */ MCD::OPC_Decode, 145, 10, 129, 3, // Opcode: C_OLT_D64 |
| 7351 | /* 1218 */ MCD::OPC_FilterValue, 53, 24, 0, 0, // Skip to: 1247 |
| 7352 | /* 1223 */ MCD::OPC_CheckPredicate, 107, 239, 1, 0, // Skip to: 1723 |
| 7353 | /* 1228 */ MCD::OPC_CheckField, 21, 5, 17, 232, 1, 0, // Skip to: 1723 |
| 7354 | /* 1235 */ MCD::OPC_CheckField, 6, 2, 0, 225, 1, 0, // Skip to: 1723 |
| 7355 | /* 1242 */ MCD::OPC_Decode, 175, 10, 129, 3, // Opcode: C_ULT_D64 |
| 7356 | /* 1247 */ MCD::OPC_FilterValue, 54, 24, 0, 0, // Skip to: 1276 |
| 7357 | /* 1252 */ MCD::OPC_CheckPredicate, 107, 210, 1, 0, // Skip to: 1723 |
| 7358 | /* 1257 */ MCD::OPC_CheckField, 21, 5, 17, 203, 1, 0, // Skip to: 1723 |
| 7359 | /* 1264 */ MCD::OPC_CheckField, 6, 2, 0, 196, 1, 0, // Skip to: 1723 |
| 7360 | /* 1271 */ MCD::OPC_Decode, 139, 10, 129, 3, // Opcode: C_OLE_D64 |
| 7361 | /* 1276 */ MCD::OPC_FilterValue, 55, 24, 0, 0, // Skip to: 1305 |
| 7362 | /* 1281 */ MCD::OPC_CheckPredicate, 107, 181, 1, 0, // Skip to: 1723 |
| 7363 | /* 1286 */ MCD::OPC_CheckField, 21, 5, 17, 174, 1, 0, // Skip to: 1723 |
| 7364 | /* 1293 */ MCD::OPC_CheckField, 6, 2, 0, 167, 1, 0, // Skip to: 1723 |
| 7365 | /* 1300 */ MCD::OPC_Decode, 169, 10, 129, 3, // Opcode: C_ULE_D64 |
| 7366 | /* 1305 */ MCD::OPC_FilterValue, 56, 24, 0, 0, // Skip to: 1334 |
| 7367 | /* 1310 */ MCD::OPC_CheckPredicate, 107, 152, 1, 0, // Skip to: 1723 |
| 7368 | /* 1315 */ MCD::OPC_CheckField, 21, 5, 17, 145, 1, 0, // Skip to: 1723 |
| 7369 | /* 1322 */ MCD::OPC_CheckField, 6, 2, 0, 138, 1, 0, // Skip to: 1723 |
| 7370 | /* 1329 */ MCD::OPC_Decode, 157, 10, 129, 3, // Opcode: C_SF_D64 |
| 7371 | /* 1334 */ MCD::OPC_FilterValue, 57, 24, 0, 0, // Skip to: 1363 |
| 7372 | /* 1339 */ MCD::OPC_CheckPredicate, 107, 123, 1, 0, // Skip to: 1723 |
| 7373 | /* 1344 */ MCD::OPC_CheckField, 21, 5, 17, 116, 1, 0, // Skip to: 1723 |
| 7374 | /* 1351 */ MCD::OPC_CheckField, 6, 2, 0, 109, 1, 0, // Skip to: 1723 |
| 7375 | /* 1358 */ MCD::OPC_Decode, 249, 9, 129, 3, // Opcode: C_NGLE_D64 |
| 7376 | /* 1363 */ MCD::OPC_FilterValue, 58, 24, 0, 0, // Skip to: 1392 |
| 7377 | /* 1368 */ MCD::OPC_CheckPredicate, 107, 94, 1, 0, // Skip to: 1723 |
| 7378 | /* 1373 */ MCD::OPC_CheckField, 21, 5, 17, 87, 1, 0, // Skip to: 1723 |
| 7379 | /* 1380 */ MCD::OPC_CheckField, 6, 2, 0, 80, 1, 0, // Skip to: 1723 |
| 7380 | /* 1387 */ MCD::OPC_Decode, 151, 10, 129, 3, // Opcode: C_SEQ_D64 |
| 7381 | /* 1392 */ MCD::OPC_FilterValue, 59, 24, 0, 0, // Skip to: 1421 |
| 7382 | /* 1397 */ MCD::OPC_CheckPredicate, 107, 65, 1, 0, // Skip to: 1723 |
| 7383 | /* 1402 */ MCD::OPC_CheckField, 21, 5, 17, 58, 1, 0, // Skip to: 1723 |
| 7384 | /* 1409 */ MCD::OPC_CheckField, 6, 2, 0, 51, 1, 0, // Skip to: 1723 |
| 7385 | /* 1416 */ MCD::OPC_Decode, 255, 9, 129, 3, // Opcode: C_NGL_D64 |
| 7386 | /* 1421 */ MCD::OPC_FilterValue, 60, 24, 0, 0, // Skip to: 1450 |
| 7387 | /* 1426 */ MCD::OPC_CheckPredicate, 107, 36, 1, 0, // Skip to: 1723 |
| 7388 | /* 1431 */ MCD::OPC_CheckField, 21, 5, 17, 29, 1, 0, // Skip to: 1723 |
| 7389 | /* 1438 */ MCD::OPC_CheckField, 6, 2, 0, 22, 1, 0, // Skip to: 1723 |
| 7390 | /* 1445 */ MCD::OPC_Decode, 237, 9, 129, 3, // Opcode: C_LT_D64 |
| 7391 | /* 1450 */ MCD::OPC_FilterValue, 61, 24, 0, 0, // Skip to: 1479 |
| 7392 | /* 1455 */ MCD::OPC_CheckPredicate, 107, 7, 1, 0, // Skip to: 1723 |
| 7393 | /* 1460 */ MCD::OPC_CheckField, 21, 5, 17, 0, 1, 0, // Skip to: 1723 |
| 7394 | /* 1467 */ MCD::OPC_CheckField, 6, 2, 0, 249, 0, 0, // Skip to: 1723 |
| 7395 | /* 1474 */ MCD::OPC_Decode, 243, 9, 129, 3, // Opcode: C_NGE_D64 |
| 7396 | /* 1479 */ MCD::OPC_FilterValue, 62, 24, 0, 0, // Skip to: 1508 |
| 7397 | /* 1484 */ MCD::OPC_CheckPredicate, 107, 234, 0, 0, // Skip to: 1723 |
| 7398 | /* 1489 */ MCD::OPC_CheckField, 21, 5, 17, 227, 0, 0, // Skip to: 1723 |
| 7399 | /* 1496 */ MCD::OPC_CheckField, 6, 2, 0, 220, 0, 0, // Skip to: 1723 |
| 7400 | /* 1503 */ MCD::OPC_Decode, 231, 9, 129, 3, // Opcode: C_LE_D64 |
| 7401 | /* 1508 */ MCD::OPC_FilterValue, 63, 210, 0, 0, // Skip to: 1723 |
| 7402 | /* 1513 */ MCD::OPC_CheckPredicate, 107, 205, 0, 0, // Skip to: 1723 |
| 7403 | /* 1518 */ MCD::OPC_CheckField, 21, 5, 17, 198, 0, 0, // Skip to: 1723 |
| 7404 | /* 1525 */ MCD::OPC_CheckField, 6, 2, 0, 191, 0, 0, // Skip to: 1723 |
| 7405 | /* 1532 */ MCD::OPC_Decode, 133, 10, 129, 3, // Opcode: C_NGT_D64 |
| 7406 | /* 1537 */ MCD::OPC_FilterValue, 19, 151, 0, 0, // Skip to: 1693 |
| 7407 | /* 1542 */ MCD::OPC_ExtractField, 0, 6, // Inst{5-0} ... |
| 7408 | /* 1545 */ MCD::OPC_FilterValue, 1, 17, 0, 0, // Skip to: 1567 |
| 7409 | /* 1550 */ MCD::OPC_CheckPredicate, 108, 168, 0, 0, // Skip to: 1723 |
| 7410 | /* 1555 */ MCD::OPC_CheckField, 11, 5, 0, 161, 0, 0, // Skip to: 1723 |
| 7411 | /* 1562 */ MCD::OPC_Decode, 159, 14, 130, 3, // Opcode: LDXC164 |
| 7412 | /* 1567 */ MCD::OPC_FilterValue, 5, 17, 0, 0, // Skip to: 1589 |
| 7413 | /* 1572 */ MCD::OPC_CheckPredicate, 109, 146, 0, 0, // Skip to: 1723 |
| 7414 | /* 1577 */ MCD::OPC_CheckField, 11, 5, 0, 139, 0, 0, // Skip to: 1723 |
| 7415 | /* 1584 */ MCD::OPC_Decode, 197, 14, 130, 3, // Opcode: LUXC164 |
| 7416 | /* 1589 */ MCD::OPC_FilterValue, 9, 17, 0, 0, // Skip to: 1611 |
| 7417 | /* 1594 */ MCD::OPC_CheckPredicate, 108, 124, 0, 0, // Skip to: 1723 |
| 7418 | /* 1599 */ MCD::OPC_CheckField, 6, 5, 0, 117, 0, 0, // Skip to: 1723 |
| 7419 | /* 1606 */ MCD::OPC_Decode, 247, 18, 131, 3, // Opcode: SDXC164 |
| 7420 | /* 1611 */ MCD::OPC_FilterValue, 13, 17, 0, 0, // Skip to: 1633 |
| 7421 | /* 1616 */ MCD::OPC_CheckPredicate, 109, 102, 0, 0, // Skip to: 1723 |
| 7422 | /* 1621 */ MCD::OPC_CheckField, 6, 5, 0, 95, 0, 0, // Skip to: 1723 |
| 7423 | /* 1628 */ MCD::OPC_Decode, 234, 20, 131, 3, // Opcode: SUXC164 |
| 7424 | /* 1633 */ MCD::OPC_FilterValue, 33, 10, 0, 0, // Skip to: 1648 |
| 7425 | /* 1638 */ MCD::OPC_CheckPredicate, 110, 80, 0, 0, // Skip to: 1723 |
| 7426 | /* 1643 */ MCD::OPC_Decode, 143, 15, 132, 3, // Opcode: MADD_D64 |
| 7427 | /* 1648 */ MCD::OPC_FilterValue, 41, 10, 0, 0, // Skip to: 1663 |
| 7428 | /* 1653 */ MCD::OPC_CheckPredicate, 110, 65, 0, 0, // Skip to: 1723 |
| 7429 | /* 1658 */ MCD::OPC_Decode, 194, 16, 132, 3, // Opcode: MSUB_D64 |
| 7430 | /* 1663 */ MCD::OPC_FilterValue, 49, 10, 0, 0, // Skip to: 1678 |
| 7431 | /* 1668 */ MCD::OPC_CheckPredicate, 111, 50, 0, 0, // Skip to: 1723 |
| 7432 | /* 1673 */ MCD::OPC_Decode, 177, 17, 132, 3, // Opcode: NMADD_D64 |
| 7433 | /* 1678 */ MCD::OPC_FilterValue, 57, 40, 0, 0, // Skip to: 1723 |
| 7434 | /* 1683 */ MCD::OPC_CheckPredicate, 111, 35, 0, 0, // Skip to: 1723 |
| 7435 | /* 1688 */ MCD::OPC_Decode, 182, 17, 132, 3, // Opcode: NMSUB_D64 |
| 7436 | /* 1693 */ MCD::OPC_FilterValue, 53, 10, 0, 0, // Skip to: 1708 |
| 7437 | /* 1698 */ MCD::OPC_CheckPredicate, 101, 20, 0, 0, // Skip to: 1723 |
| 7438 | /* 1703 */ MCD::OPC_Decode, 144, 14, 208, 2, // Opcode: LDC164 |
| 7439 | /* 1708 */ MCD::OPC_FilterValue, 61, 10, 0, 0, // Skip to: 1723 |
| 7440 | /* 1713 */ MCD::OPC_CheckPredicate, 101, 5, 0, 0, // Skip to: 1723 |
| 7441 | /* 1718 */ MCD::OPC_Decode, 235, 18, 208, 2, // Opcode: SDC164 |
| 7442 | /* 1723 */ MCD::OPC_Fail, |
| 7443 | 0 |
| 7444 | }; |
| 7445 | |
| 7446 | static bool checkDecoderPredicate(unsigned Idx, const FeatureBitset &Bits) { |
| 7447 | switch (Idx) { |
| 7448 | default: llvm_unreachable("Invalid index!" ); |
| 7449 | case 0: |
| 7450 | return (Bits[Mips::FeatureMips16]); |
| 7451 | case 1: |
| 7452 | return (!Bits[Mips::FeatureMips16] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureMips64r6] && !Bits[Mips::FeatureCnMips] && !Bits[Mips::FeatureMicroMips]); |
| 7453 | case 2: |
| 7454 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips2] && !Bits[Mips::FeatureCnMips] && !Bits[Mips::FeatureMicroMips]); |
| 7455 | case 3: |
| 7456 | return (Bits[Mips::FeatureCnMips]); |
| 7457 | case 4: |
| 7458 | return (Bits[Mips::FeatureMips64] && Bits[Mips::FeatureCnMips] && !Bits[Mips::FeatureMicroMips]); |
| 7459 | case 5: |
| 7460 | return (Bits[Mips::FeatureCnMipsP]); |
| 7461 | case 6: |
| 7462 | return (Bits[Mips::FeatureMicroMips] && !Bits[Mips::FeatureMips32r6]); |
| 7463 | case 7: |
| 7464 | return (Bits[Mips::FeatureMicroMips]); |
| 7465 | case 8: |
| 7466 | return (Bits[Mips::FeatureMicroMips] && Bits[Mips::FeatureDSP]); |
| 7467 | case 9: |
| 7468 | return (Bits[Mips::FeatureMicroMips] && Bits[Mips::FeatureDSPR2]); |
| 7469 | case 10: |
| 7470 | return (Bits[Mips::FeatureMicroMips] && Bits[Mips::FeatureMips32r5] && Bits[Mips::FeatureVirt]); |
| 7471 | case 11: |
| 7472 | return (Bits[Mips::FeatureMicroMips] && Bits[Mips::FeatureDSPR3]); |
| 7473 | case 12: |
| 7474 | return (Bits[Mips::FeatureMicroMips] && !Bits[Mips::FeatureMips32r6] && Bits[Mips::FeatureDSP]); |
| 7475 | case 13: |
| 7476 | return (Bits[Mips::FeatureMicroMips] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureSoftFloat]); |
| 7477 | case 14: |
| 7478 | return (Bits[Mips::FeatureMicroMips] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureSoftFloat] && !Bits[Mips::FeatureNoMadd4]); |
| 7479 | case 15: |
| 7480 | return (Bits[Mips::FeatureMicroMips] && Bits[Mips::FeatureFP64Bit] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureSoftFloat]); |
| 7481 | case 16: |
| 7482 | return (Bits[Mips::FeatureMicroMips] && !Bits[Mips::FeatureFP64Bit] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureSoftFloat] && !Bits[Mips::FeatureNoMadd4]); |
| 7483 | case 17: |
| 7484 | return (Bits[Mips::FeatureMicroMips] && !Bits[Mips::FeatureFP64Bit] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureSoftFloat]); |
| 7485 | case 18: |
| 7486 | return (Bits[Mips::FeatureMicroMips] && !Bits[Mips::FeatureFP64Bit] && !Bits[Mips::FeatureSoftFloat]); |
| 7487 | case 19: |
| 7488 | return (Bits[Mips::FeatureMicroMips] && !Bits[Mips::FeatureSoftFloat]); |
| 7489 | case 20: |
| 7490 | return (Bits[Mips::FeatureMicroMips] && Bits[Mips::FeatureFP64Bit] && !Bits[Mips::FeatureSoftFloat]); |
| 7491 | case 21: |
| 7492 | return (Bits[Mips::FeatureMicroMips] && Bits[Mips::FeatureEVA]); |
| 7493 | case 22: |
| 7494 | return (Bits[Mips::FeatureMicroMips] && !Bits[Mips::FeatureMips32r6] && Bits[Mips::FeatureEVA]); |
| 7495 | case 23: |
| 7496 | return (Bits[Mips::FeatureMicroMips] && Bits[Mips::FeatureFP64Bit] && Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureSoftFloat]); |
| 7497 | case 24: |
| 7498 | return (Bits[Mips::FeatureMicroMips] && Bits[Mips::FeatureMips32r6]); |
| 7499 | case 25: |
| 7500 | return (Bits[Mips::FeatureMicroMips] && Bits[Mips::FeatureMips32r6] && Bits[Mips::FeatureGINV]); |
| 7501 | case 26: |
| 7502 | return (Bits[Mips::FeatureMicroMips] && Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureSoftFloat]); |
| 7503 | case 27: |
| 7504 | return (!Bits[Mips::FeatureMips16] && !Bits[Mips::FeatureMicroMips]); |
| 7505 | case 28: |
| 7506 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips32r2] && !Bits[Mips::FeatureMicroMips]); |
| 7507 | case 29: |
| 7508 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips4_32] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureMips64r6] && !Bits[Mips::FeatureSoftFloat] && !Bits[Mips::FeatureMicroMips]); |
| 7509 | case 30: |
| 7510 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMSA]); |
| 7511 | case 31: |
| 7512 | return (!Bits[Mips::FeatureMips16] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureMips64r6] && !Bits[Mips::FeatureMicroMips]); |
| 7513 | case 32: |
| 7514 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips32r2] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureMips64r6]); |
| 7515 | case 33: |
| 7516 | return (!Bits[Mips::FeatureMips16] && !Bits[Mips::FeatureMicroMips] && !Bits[Mips::FeatureUseIndirectJumpsHazard]); |
| 7517 | case 34: |
| 7518 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips32]); |
| 7519 | case 35: |
| 7520 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips4_32] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureMips64r6] && !Bits[Mips::FeatureMicroMips]); |
| 7521 | case 36: |
| 7522 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips2] && !Bits[Mips::FeatureMicroMips]); |
| 7523 | case 37: |
| 7524 | return (Bits[Mips::FeatureDSP]); |
| 7525 | case 38: |
| 7526 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMSA] && Bits[Mips::FeatureMips64]); |
| 7527 | case 39: |
| 7528 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips2] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureMips64r6] && !Bits[Mips::FeatureMicroMips]); |
| 7529 | case 40: |
| 7530 | return (Bits[Mips::FeatureDSP] && !Bits[Mips::FeatureMicroMips]); |
| 7531 | case 41: |
| 7532 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips32r5] && Bits[Mips::FeatureVirt] && !Bits[Mips::FeatureMicroMips]); |
| 7533 | case 42: |
| 7534 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMT] && !Bits[Mips::FeatureMicroMips]); |
| 7535 | case 43: |
| 7536 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips3_32] && !Bits[Mips::FeatureMicroMips]); |
| 7537 | case 44: |
| 7538 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips32r2] && Bits[Mips::FeatureEVA] && !Bits[Mips::FeatureMicroMips]); |
| 7539 | case 45: |
| 7540 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips32r5] && !Bits[Mips::FeatureMicroMips]); |
| 7541 | case 46: |
| 7542 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips32] && !Bits[Mips::FeatureMicroMips]); |
| 7543 | case 47: |
| 7544 | return (!Bits[Mips::FeatureMips16] && !Bits[Mips::FeatureSoftFloat] && !Bits[Mips::FeatureMicroMips]); |
| 7545 | case 48: |
| 7546 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips3] && !Bits[Mips::FeatureSoftFloat] && !Bits[Mips::FeatureMicroMips]); |
| 7547 | case 49: |
| 7548 | return (!Bits[Mips::FeatureMips16] && !Bits[Mips::FeatureFP64Bit] && Bits[Mips::FeatureMips32r2] && !Bits[Mips::FeatureSoftFloat] && !Bits[Mips::FeatureMicroMips]); |
| 7549 | case 50: |
| 7550 | return (!Bits[Mips::FeatureMips16] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureMips64r6] && !Bits[Mips::FeatureSoftFloat] && !Bits[Mips::FeatureMicroMips]); |
| 7551 | case 51: |
| 7552 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips2] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureMips64r6] && !Bits[Mips::FeatureSoftFloat] && !Bits[Mips::FeatureMicroMips]); |
| 7553 | case 52: |
| 7554 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips2] && !Bits[Mips::FeatureSoftFloat] && !Bits[Mips::FeatureMicroMips]); |
| 7555 | case 53: |
| 7556 | return (!Bits[Mips::FeatureMips16] && !Bits[Mips::FeatureSoftFloat]); |
| 7557 | case 54: |
| 7558 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips4_32r2] && !Bits[Mips::FeatureSoftFloat] && !Bits[Mips::FeatureMicroMips]); |
| 7559 | case 55: |
| 7560 | return (!Bits[Mips::FeatureMips16] && !Bits[Mips::FeatureFP64Bit] && !Bits[Mips::FeatureSoftFloat] && !Bits[Mips::FeatureMicroMips]); |
| 7561 | case 56: |
| 7562 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips3_32r2] && !Bits[Mips::FeatureSoftFloat] && !Bits[Mips::FeatureMicroMips]); |
| 7563 | case 57: |
| 7564 | return (!Bits[Mips::FeatureMips16] && !Bits[Mips::FeatureFP64Bit] && Bits[Mips::FeatureMips2] && !Bits[Mips::FeatureSoftFloat] && !Bits[Mips::FeatureMicroMips]); |
| 7565 | case 58: |
| 7566 | return (!Bits[Mips::FeatureMips16] && !Bits[Mips::FeatureFP64Bit] && Bits[Mips::FeatureMips4_32] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureMips64r6] && !Bits[Mips::FeatureSoftFloat] && !Bits[Mips::FeatureMicroMips]); |
| 7567 | case 59: |
| 7568 | return (!Bits[Mips::FeatureMips16] && !Bits[Mips::FeatureFP64Bit] && Bits[Mips::FeatureMips4_32r2] && !Bits[Mips::FeatureSoftFloat] && !Bits[Mips::FeatureMicroMips]); |
| 7569 | case 60: |
| 7570 | return (!Bits[Mips::FeatureMips16] && !Bits[Mips::FeatureFP64Bit] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureMips64r6] && !Bits[Mips::FeatureSoftFloat] && !Bits[Mips::FeatureMicroMips]); |
| 7571 | case 61: |
| 7572 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips4_32r2] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureMips64r6] && !Bits[Mips::FeatureSoftFloat]); |
| 7573 | case 62: |
| 7574 | return (!Bits[Mips::FeatureMips16] && !Bits[Mips::FeatureFP64Bit] && Bits[Mips::FeatureMips4_32r2] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureMips64r6] && !Bits[Mips::FeatureSoftFloat] && !Bits[Mips::FeatureMicroMips]); |
| 7575 | case 63: |
| 7576 | return (!Bits[Mips::FeatureMips16] && !Bits[Mips::FeatureFP64Bit] && Bits[Mips::FeatureMips5_32r2] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureMips64r6] && !Bits[Mips::FeatureSoftFloat] && !Bits[Mips::FeatureMicroMips]); |
| 7577 | case 64: |
| 7578 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips4_32r2] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureMips64r6] && !Bits[Mips::FeatureSoftFloat] && !Bits[Mips::FeatureMicroMips] && !Bits[Mips::FeatureNoMadd4]); |
| 7579 | case 65: |
| 7580 | return (!Bits[Mips::FeatureMips16] && !Bits[Mips::FeatureFP64Bit] && Bits[Mips::FeatureMips4_32r2] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureMips64r6] && !Bits[Mips::FeatureSoftFloat] && !Bits[Mips::FeatureMicroMips] && !Bits[Mips::FeatureNoMadd4]); |
| 7581 | case 66: |
| 7582 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips4_32r2] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureMips64r6] && !Bits[Mips::FeatureSoftFloat] && !Bits[Mips::FeatureNoMadd4] && !Bits[Mips::FeatureMicroMips]); |
| 7583 | case 67: |
| 7584 | return (!Bits[Mips::FeatureMips16] && !Bits[Mips::FeatureFP64Bit] && Bits[Mips::FeatureMips4_32r2] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureMips64r6] && !Bits[Mips::FeatureSoftFloat] && !Bits[Mips::FeatureNoMadd4] && !Bits[Mips::FeatureMicroMips]); |
| 7585 | case 68: |
| 7586 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips32] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureMips64r6] && !Bits[Mips::FeatureMicroMips]); |
| 7587 | case 69: |
| 7588 | return (Bits[Mips::FeatureDSPR2]); |
| 7589 | case 70: |
| 7590 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips32r2] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureMips64r6] && Bits[Mips::FeatureEVA] && !Bits[Mips::FeatureMicroMips]); |
| 7591 | case 71: |
| 7592 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips3_32] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureMips64r6] && !Bits[Mips::FeatureMicroMips]); |
| 7593 | case 72: |
| 7594 | return (!Bits[Mips::FeatureMips16] && !Bits[Mips::FeaturePTR64Bit] && Bits[Mips::FeatureMips2] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureMips64r6] && !Bits[Mips::FeatureMicroMips]); |
| 7595 | case 73: |
| 7596 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeaturePTR64Bit] && !Bits[Mips::FeatureMicroMips]); |
| 7597 | case 74: |
| 7598 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeaturePTR64Bit] && Bits[Mips::FeatureMips2] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureMips64r6] && !Bits[Mips::FeatureMicroMips]); |
| 7599 | case 75: |
| 7600 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips32r6]); |
| 7601 | case 76: |
| 7602 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureMicroMips]); |
| 7603 | case 77: |
| 7604 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips64r6] && !Bits[Mips::FeatureMicroMips]); |
| 7605 | case 78: |
| 7606 | return (!Bits[Mips::FeatureMips16] && !Bits[Mips::FeatureGP64Bit] && Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureMicroMips]); |
| 7607 | case 79: |
| 7608 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureSoftFloat] && !Bits[Mips::FeatureMicroMips]); |
| 7609 | case 80: |
| 7610 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips32r6] && Bits[Mips::FeatureCRC] && !Bits[Mips::FeatureMicroMips]); |
| 7611 | case 81: |
| 7612 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips64r6] && Bits[Mips::FeatureCRC] && !Bits[Mips::FeatureMicroMips]); |
| 7613 | case 82: |
| 7614 | return (!Bits[Mips::FeatureMips16] && !Bits[Mips::FeaturePTR64Bit] && Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureMicroMips]); |
| 7615 | case 83: |
| 7616 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips32r6] && Bits[Mips::FeatureGINV] && !Bits[Mips::FeatureMicroMips]); |
| 7617 | case 84: |
| 7618 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips64r6]); |
| 7619 | case 85: |
| 7620 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureGP64Bit] && Bits[Mips::FeatureMips64r6]); |
| 7621 | case 86: |
| 7622 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureGP64Bit] && Bits[Mips::FeatureMips32r6]); |
| 7623 | case 87: |
| 7624 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeaturePTR64Bit] && Bits[Mips::FeatureMips64r6] && !Bits[Mips::FeatureMicroMips]); |
| 7625 | case 88: |
| 7626 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips64] && !Bits[Mips::FeatureMips64r6] && !Bits[Mips::FeatureMicroMips]); |
| 7627 | case 89: |
| 7628 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeaturePTR64Bit]); |
| 7629 | case 90: |
| 7630 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips64r2] && !Bits[Mips::FeatureMicroMips]); |
| 7631 | case 91: |
| 7632 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips3] && !Bits[Mips::FeatureMicroMips]); |
| 7633 | case 92: |
| 7634 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips3] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureMips64r6] && !Bits[Mips::FeatureMicroMips]); |
| 7635 | case 93: |
| 7636 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureGP64Bit] && Bits[Mips::FeatureMips3]); |
| 7637 | case 94: |
| 7638 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips64r5] && Bits[Mips::FeatureVirt]); |
| 7639 | case 95: |
| 7640 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureMips3] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureMips64r6]); |
| 7641 | case 96: |
| 7642 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureGP64Bit] && Bits[Mips::FeatureMips64] && !Bits[Mips::FeatureMips64r6] && !Bits[Mips::FeatureMicroMips]); |
| 7643 | case 97: |
| 7644 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureDSP]); |
| 7645 | case 98: |
| 7646 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureFP64Bit] && !Bits[Mips::FeatureSoftFloat] && !Bits[Mips::FeatureMicroMips]); |
| 7647 | case 99: |
| 7648 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureFP64Bit] && Bits[Mips::FeatureMips32r2] && !Bits[Mips::FeatureSoftFloat] && !Bits[Mips::FeatureMicroMips]); |
| 7649 | case 100: |
| 7650 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureFP64Bit] && Bits[Mips::FeatureMips32r2] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureMips64r6] && !Bits[Mips::FeatureSoftFloat] && !Bits[Mips::FeatureMicroMips]); |
| 7651 | case 101: |
| 7652 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureFP64Bit] && Bits[Mips::FeatureMips2] && !Bits[Mips::FeatureSoftFloat] && !Bits[Mips::FeatureMicroMips]); |
| 7653 | case 102: |
| 7654 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureFP64Bit] && Bits[Mips::FeatureMips3_32] && !Bits[Mips::FeatureSoftFloat] && !Bits[Mips::FeatureMicroMips]); |
| 7655 | case 103: |
| 7656 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureFP64Bit] && Bits[Mips::FeatureMips4_32] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureMips64r6] && !Bits[Mips::FeatureSoftFloat] && !Bits[Mips::FeatureMicroMips]); |
| 7657 | case 104: |
| 7658 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureFP64Bit] && Bits[Mips::FeatureMips4_32r2] && !Bits[Mips::FeatureSoftFloat] && !Bits[Mips::FeatureMicroMips]); |
| 7659 | case 105: |
| 7660 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureFP64Bit] && Bits[Mips::FeatureMips32r2] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureMips64r6] && !Bits[Mips::FeatureSoftFloat] && Bits[Mips::FeatureMips3D]); |
| 7661 | case 106: |
| 7662 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureFP64Bit] && Bits[Mips::FeatureMips3_32r2] && !Bits[Mips::FeatureSoftFloat] && !Bits[Mips::FeatureMicroMips]); |
| 7663 | case 107: |
| 7664 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureFP64Bit] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureMips64r6] && !Bits[Mips::FeatureSoftFloat] && !Bits[Mips::FeatureMicroMips]); |
| 7665 | case 108: |
| 7666 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureFP64Bit] && Bits[Mips::FeatureMips4_32r2] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureMips64r6] && !Bits[Mips::FeatureSoftFloat]); |
| 7667 | case 109: |
| 7668 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureFP64Bit] && Bits[Mips::FeatureMips5_32r2] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureMips64r6] && !Bits[Mips::FeatureSoftFloat] && !Bits[Mips::FeatureMicroMips]); |
| 7669 | case 110: |
| 7670 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureFP64Bit] && Bits[Mips::FeatureMips4_32r2] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureMips64r6] && !Bits[Mips::FeatureSoftFloat] && !Bits[Mips::FeatureMicroMips] && !Bits[Mips::FeatureNoMadd4]); |
| 7671 | case 111: |
| 7672 | return (!Bits[Mips::FeatureMips16] && Bits[Mips::FeatureFP64Bit] && Bits[Mips::FeatureMips4_32r2] && !Bits[Mips::FeatureMips32r6] && !Bits[Mips::FeatureMips64r6] && !Bits[Mips::FeatureSoftFloat] && !Bits[Mips::FeatureNoMadd4] && !Bits[Mips::FeatureMicroMips]); |
| 7673 | } |
| 7674 | } |
| 7675 | |
| 7676 | template <typename InsnType> |
| 7677 | static DecodeStatus decodeToMCInst(DecodeStatus S, unsigned Idx, InsnType insn, MCInst &MI, |
| 7678 | uint64_t Address, const void *Decoder, bool &DecodeComplete) { |
| 7679 | DecodeComplete = true; |
| 7680 | InsnType tmp; |
| 7681 | switch (Idx) { |
| 7682 | default: llvm_unreachable("Invalid index!" ); |
| 7683 | case 0: |
| 7684 | return S; |
| 7685 | case 1: |
| 7686 | tmp = fieldFromInstruction(insn, 8, 3); |
| 7687 | if (DecodeCPU16RegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7688 | return S; |
| 7689 | case 2: |
| 7690 | tmp = fieldFromInstruction(insn, 8, 3); |
| 7691 | if (DecodeCPU16RegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7692 | tmp = fieldFromInstruction(insn, 8, 3); |
| 7693 | if (DecodeCPU16RegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7694 | return S; |
| 7695 | case 3: |
| 7696 | tmp = 0x0; |
| 7697 | tmp |= fieldFromInstruction(insn, 3, 2) << 3; |
| 7698 | tmp |= fieldFromInstruction(insn, 5, 3) << 0; |
| 7699 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7700 | tmp = fieldFromInstruction(insn, 0, 3); |
| 7701 | if (DecodeCPU16RegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7702 | return S; |
| 7703 | case 4: |
| 7704 | tmp = fieldFromInstruction(insn, 0, 4); |
| 7705 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7706 | return S; |
| 7707 | case 5: |
| 7708 | tmp = fieldFromInstruction(insn, 2, 3); |
| 7709 | if (DecodeCPU16RegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7710 | tmp = fieldFromInstruction(insn, 8, 3); |
| 7711 | if (DecodeCPU16RegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7712 | tmp = fieldFromInstruction(insn, 5, 3); |
| 7713 | if (DecodeCPU16RegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7714 | return S; |
| 7715 | case 6: |
| 7716 | tmp = fieldFromInstruction(insn, 8, 3); |
| 7717 | if (DecodeCPU16RegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7718 | tmp = fieldFromInstruction(insn, 5, 3); |
| 7719 | if (DecodeCPU16RegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7720 | return S; |
| 7721 | case 7: |
| 7722 | tmp = fieldFromInstruction(insn, 8, 3); |
| 7723 | if (DecodeCPU16RegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7724 | tmp = fieldFromInstruction(insn, 8, 3); |
| 7725 | if (DecodeCPU16RegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7726 | tmp = fieldFromInstruction(insn, 5, 3); |
| 7727 | if (DecodeCPU16RegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7728 | return S; |
| 7729 | case 8: |
| 7730 | tmp = 0x0; |
| 7731 | tmp |= fieldFromInstruction(insn, 0, 5) << 0; |
| 7732 | tmp |= fieldFromInstruction(insn, 16, 5) << 11; |
| 7733 | tmp |= fieldFromInstruction(insn, 21, 6) << 5; |
| 7734 | if (DecodeBranchTarget(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7735 | return S; |
| 7736 | case 9: |
| 7737 | tmp = fieldFromInstruction(insn, 5, 3); |
| 7738 | if (DecodeCPU16RegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7739 | return S; |
| 7740 | case 10: |
| 7741 | if (DecodeFMem3(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7742 | return S; |
| 7743 | case 11: |
| 7744 | tmp = fieldFromInstruction(insn, 16, 5); |
| 7745 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7746 | tmp = fieldFromInstruction(insn, 0, 16); |
| 7747 | MI.addOperand(MCOperand::createImm(tmp)); |
| 7748 | return S; |
| 7749 | case 12: |
| 7750 | tmp = fieldFromInstruction(insn, 11, 5); |
| 7751 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7752 | tmp = fieldFromInstruction(insn, 21, 5); |
| 7753 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7754 | tmp = fieldFromInstruction(insn, 16, 5); |
| 7755 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7756 | return S; |
| 7757 | case 13: |
| 7758 | tmp = fieldFromInstruction(insn, 21, 5); |
| 7759 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7760 | return S; |
| 7761 | case 14: |
| 7762 | tmp = fieldFromInstruction(insn, 11, 5); |
| 7763 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7764 | tmp = fieldFromInstruction(insn, 21, 5); |
| 7765 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7766 | return S; |
| 7767 | case 15: |
| 7768 | tmp = fieldFromInstruction(insn, 11, 5); |
| 7769 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7770 | tmp = fieldFromInstruction(insn, 21, 5); |
| 7771 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7772 | return S; |
| 7773 | case 16: |
| 7774 | tmp = fieldFromInstruction(insn, 16, 5); |
| 7775 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7776 | tmp = fieldFromInstruction(insn, 21, 5); |
| 7777 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7778 | tmp = fieldFromInstruction(insn, 6, 10); |
| 7779 | if (DecodeSImmWithOffsetAndScale<10>(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7780 | return S; |
| 7781 | case 17: |
| 7782 | tmp = fieldFromInstruction(insn, 16, 5); |
| 7783 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7784 | tmp = fieldFromInstruction(insn, 21, 5); |
| 7785 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7786 | tmp = fieldFromInstruction(insn, 6, 5); |
| 7787 | MI.addOperand(MCOperand::createImm(tmp)); |
| 7788 | tmp = fieldFromInstruction(insn, 11, 5); |
| 7789 | MI.addOperand(MCOperand::createImm(tmp)); |
| 7790 | return S; |
| 7791 | case 18: |
| 7792 | tmp = fieldFromInstruction(insn, 21, 5); |
| 7793 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7794 | tmp = fieldFromInstruction(insn, 16, 5); |
| 7795 | MI.addOperand(MCOperand::createImm(tmp)); |
| 7796 | tmp = fieldFromInstruction(insn, 0, 16); |
| 7797 | if (DecodeBranchTarget(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7798 | return S; |
| 7799 | case 19: |
| 7800 | tmp = fieldFromInstruction(insn, 16, 5); |
| 7801 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7802 | tmp = fieldFromInstruction(insn, 21, 5); |
| 7803 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7804 | return S; |
| 7805 | case 20: |
| 7806 | tmp = fieldFromInstruction(insn, 7, 3); |
| 7807 | if (DecodeGPRMM16RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7808 | tmp = fieldFromInstruction(insn, 1, 3); |
| 7809 | if (DecodeGPRMM16RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7810 | tmp = fieldFromInstruction(insn, 4, 3); |
| 7811 | if (DecodeGPRMM16RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7812 | return S; |
| 7813 | case 21: |
| 7814 | if (DecodeMemMMImm4(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7815 | return S; |
| 7816 | case 22: |
| 7817 | tmp = fieldFromInstruction(insn, 5, 5); |
| 7818 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7819 | tmp = fieldFromInstruction(insn, 0, 5); |
| 7820 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7821 | return S; |
| 7822 | case 23: |
| 7823 | tmp = fieldFromInstruction(insn, 7, 3); |
| 7824 | if (DecodeGPRMM16RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7825 | tmp = fieldFromInstruction(insn, 4, 3); |
| 7826 | if (DecodeGPRMM16RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7827 | tmp = fieldFromInstruction(insn, 1, 3); |
| 7828 | if (DecodePOOL16BEncodedField(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7829 | return S; |
| 7830 | case 24: |
| 7831 | tmp = fieldFromInstruction(insn, 7, 3); |
| 7832 | if (DecodeGPRMM16RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7833 | tmp = fieldFromInstruction(insn, 4, 3); |
| 7834 | if (DecodeGPRMM16RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7835 | tmp = fieldFromInstruction(insn, 0, 4); |
| 7836 | if (DecodeANDI16Imm(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7837 | return S; |
| 7838 | case 25: |
| 7839 | tmp = fieldFromInstruction(insn, 3, 3); |
| 7840 | if (DecodeGPRMM16RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7841 | tmp = fieldFromInstruction(insn, 0, 3); |
| 7842 | if (DecodeGPRMM16RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7843 | return S; |
| 7844 | case 26: |
| 7845 | tmp = fieldFromInstruction(insn, 3, 3); |
| 7846 | if (DecodeGPRMM16RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7847 | tmp = fieldFromInstruction(insn, 0, 3); |
| 7848 | if (DecodeGPRMM16RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7849 | tmp = fieldFromInstruction(insn, 3, 3); |
| 7850 | if (DecodeGPRMM16RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7851 | return S; |
| 7852 | case 27: |
| 7853 | if (DecodeMemMMReglistImm4Lsl2(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7854 | return S; |
| 7855 | case 28: |
| 7856 | tmp = fieldFromInstruction(insn, 0, 5); |
| 7857 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7858 | return S; |
| 7859 | case 29: |
| 7860 | tmp = fieldFromInstruction(insn, 0, 4); |
| 7861 | MI.addOperand(MCOperand::createImm(tmp)); |
| 7862 | return S; |
| 7863 | case 30: |
| 7864 | tmp = fieldFromInstruction(insn, 0, 5); |
| 7865 | if (DecodeUImmWithOffsetAndScale<5, 0, 4>(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7866 | return S; |
| 7867 | case 31: |
| 7868 | if (DecodeMemMMSPImm5Lsl2(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7869 | return S; |
| 7870 | case 32: |
| 7871 | tmp = fieldFromInstruction(insn, 5, 5); |
| 7872 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7873 | tmp = fieldFromInstruction(insn, 5, 5); |
| 7874 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7875 | tmp = fieldFromInstruction(insn, 1, 4); |
| 7876 | if (DecodeSImmWithOffsetAndScale<4>(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7877 | return S; |
| 7878 | case 33: |
| 7879 | tmp = fieldFromInstruction(insn, 1, 9); |
| 7880 | if (DecodeSimm9SP(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7881 | return S; |
| 7882 | case 34: |
| 7883 | if (DecodeMemMMGPImm7Lsl2(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7884 | return S; |
| 7885 | case 35: |
| 7886 | tmp = fieldFromInstruction(insn, 7, 3); |
| 7887 | if (DecodeGPRMM16RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7888 | tmp = fieldFromInstruction(insn, 4, 3); |
| 7889 | if (DecodeGPRMM16RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7890 | tmp = fieldFromInstruction(insn, 1, 3); |
| 7891 | if (DecodeAddiur2Simm7(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7892 | return S; |
| 7893 | case 36: |
| 7894 | tmp = fieldFromInstruction(insn, 7, 3); |
| 7895 | if (DecodeGPRMM16RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7896 | tmp = fieldFromInstruction(insn, 1, 6); |
| 7897 | if (DecodeUImmWithOffsetAndScale<6, 0, 4>(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7898 | return S; |
| 7899 | case 37: |
| 7900 | if (DecodeMovePOperands(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7901 | return S; |
| 7902 | case 38: |
| 7903 | tmp = fieldFromInstruction(insn, 7, 3); |
| 7904 | if (DecodeGPRMM16RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7905 | tmp = fieldFromInstruction(insn, 0, 7); |
| 7906 | if (DecodeBranchTarget7MM(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7907 | return S; |
| 7908 | case 39: |
| 7909 | tmp = fieldFromInstruction(insn, 0, 10); |
| 7910 | if (DecodeBranchTarget10MM(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7911 | return S; |
| 7912 | case 40: |
| 7913 | tmp = fieldFromInstruction(insn, 7, 3); |
| 7914 | if (DecodeGPRMM16RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7915 | tmp = fieldFromInstruction(insn, 0, 7); |
| 7916 | if (DecodeLi16Imm(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7917 | return S; |
| 7918 | case 41: |
| 7919 | tmp = fieldFromInstruction(insn, 21, 5); |
| 7920 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7921 | tmp = fieldFromInstruction(insn, 16, 5); |
| 7922 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7923 | tmp = fieldFromInstruction(insn, 11, 5); |
| 7924 | MI.addOperand(MCOperand::createImm(tmp)); |
| 7925 | return S; |
| 7926 | case 42: |
| 7927 | tmp = fieldFromInstruction(insn, 16, 5); |
| 7928 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7929 | tmp = fieldFromInstruction(insn, 21, 5); |
| 7930 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7931 | return S; |
| 7932 | case 43: |
| 7933 | tmp = fieldFromInstruction(insn, 11, 5); |
| 7934 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7935 | tmp = fieldFromInstruction(insn, 16, 5); |
| 7936 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7937 | tmp = fieldFromInstruction(insn, 21, 5); |
| 7938 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7939 | return S; |
| 7940 | case 44: |
| 7941 | tmp = fieldFromInstruction(insn, 11, 5); |
| 7942 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7943 | tmp = fieldFromInstruction(insn, 16, 5); |
| 7944 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7945 | tmp = fieldFromInstruction(insn, 21, 5); |
| 7946 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7947 | return S; |
| 7948 | case 45: |
| 7949 | tmp = fieldFromInstruction(insn, 16, 10); |
| 7950 | MI.addOperand(MCOperand::createImm(tmp)); |
| 7951 | tmp = fieldFromInstruction(insn, 6, 10); |
| 7952 | MI.addOperand(MCOperand::createImm(tmp)); |
| 7953 | return S; |
| 7954 | case 46: |
| 7955 | tmp = fieldFromInstruction(insn, 21, 5); |
| 7956 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7957 | tmp = fieldFromInstruction(insn, 16, 5); |
| 7958 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7959 | tmp = fieldFromInstruction(insn, 6, 5); |
| 7960 | MI.addOperand(MCOperand::createImm(tmp)); |
| 7961 | tmp = fieldFromInstruction(insn, 11, 5); |
| 7962 | if (DecodeInsSize(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7963 | tmp = fieldFromInstruction(insn, 21, 5); |
| 7964 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7965 | return S; |
| 7966 | case 47: |
| 7967 | tmp = fieldFromInstruction(insn, 11, 5); |
| 7968 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7969 | tmp = fieldFromInstruction(insn, 16, 5); |
| 7970 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7971 | tmp = fieldFromInstruction(insn, 21, 5); |
| 7972 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7973 | return S; |
| 7974 | case 48: |
| 7975 | tmp = fieldFromInstruction(insn, 11, 5); |
| 7976 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7977 | tmp = fieldFromInstruction(insn, 21, 5); |
| 7978 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7979 | tmp = fieldFromInstruction(insn, 16, 5); |
| 7980 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7981 | return S; |
| 7982 | case 49: |
| 7983 | tmp = fieldFromInstruction(insn, 21, 5); |
| 7984 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7985 | tmp = fieldFromInstruction(insn, 16, 5); |
| 7986 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7987 | tmp = fieldFromInstruction(insn, 11, 5); |
| 7988 | MI.addOperand(MCOperand::createImm(tmp)); |
| 7989 | tmp = fieldFromInstruction(insn, 21, 5); |
| 7990 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7991 | return S; |
| 7992 | case 50: |
| 7993 | tmp = fieldFromInstruction(insn, 11, 5); |
| 7994 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7995 | tmp = fieldFromInstruction(insn, 21, 5); |
| 7996 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7997 | tmp = fieldFromInstruction(insn, 16, 5); |
| 7998 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 7999 | return S; |
| 8000 | case 51: |
| 8001 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8002 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8003 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8004 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8005 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8006 | MI.addOperand(MCOperand::createImm(tmp)); |
| 8007 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8008 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8009 | return S; |
| 8010 | case 52: |
| 8011 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8012 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8013 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8014 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8015 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8016 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8017 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8018 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8019 | return S; |
| 8020 | case 53: |
| 8021 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8022 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8023 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8024 | if (DecodePtrRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8025 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8026 | if (DecodePtrRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8027 | return S; |
| 8028 | case 54: |
| 8029 | tmp = fieldFromInstruction(insn, 14, 2); |
| 8030 | if (DecodeACC64DSPRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8031 | tmp = fieldFromInstruction(insn, 16, 6); |
| 8032 | if (DecodeSImmWithOffsetAndScale<6>(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8033 | tmp = fieldFromInstruction(insn, 14, 2); |
| 8034 | if (DecodeACC64DSPRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8035 | return S; |
| 8036 | case 55: |
| 8037 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8038 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8039 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8040 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8041 | tmp = fieldFromInstruction(insn, 6, 5); |
| 8042 | MI.addOperand(MCOperand::createImm(tmp)); |
| 8043 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8044 | if (DecodeUImmWithOffset<5, 1>(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8045 | return S; |
| 8046 | case 56: |
| 8047 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8048 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8049 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8050 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8051 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8052 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8053 | return S; |
| 8054 | case 57: |
| 8055 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8056 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8057 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8058 | if (DecodeCOP0RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8059 | tmp = fieldFromInstruction(insn, 11, 3); |
| 8060 | MI.addOperand(MCOperand::createImm(tmp)); |
| 8061 | return S; |
| 8062 | case 58: |
| 8063 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8064 | if (DecodeCOP0RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8065 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8066 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8067 | tmp = fieldFromInstruction(insn, 11, 3); |
| 8068 | MI.addOperand(MCOperand::createImm(tmp)); |
| 8069 | return S; |
| 8070 | case 59: |
| 8071 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8072 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8073 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8074 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8075 | tmp = fieldFromInstruction(insn, 12, 4); |
| 8076 | MI.addOperand(MCOperand::createImm(tmp)); |
| 8077 | return S; |
| 8078 | case 60: |
| 8079 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8080 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8081 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8082 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8083 | tmp = fieldFromInstruction(insn, 12, 4); |
| 8084 | MI.addOperand(MCOperand::createImm(tmp)); |
| 8085 | return S; |
| 8086 | case 61: |
| 8087 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8088 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8089 | tmp = fieldFromInstruction(insn, 14, 2); |
| 8090 | if (DecodeACC64DSPRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8091 | return S; |
| 8092 | case 62: |
| 8093 | tmp = fieldFromInstruction(insn, 14, 2); |
| 8094 | if (DecodeHI32DSPRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8095 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8096 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8097 | return S; |
| 8098 | case 63: |
| 8099 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8100 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8101 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8102 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8103 | tmp = fieldFromInstruction(insn, 13, 3); |
| 8104 | MI.addOperand(MCOperand::createImm(tmp)); |
| 8105 | return S; |
| 8106 | case 64: |
| 8107 | tmp = fieldFromInstruction(insn, 14, 2); |
| 8108 | if (DecodeLO32DSPRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8109 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8110 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8111 | return S; |
| 8112 | case 65: |
| 8113 | tmp = fieldFromInstruction(insn, 14, 2); |
| 8114 | if (DecodeACC64DSPRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8115 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8116 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8117 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8118 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8119 | tmp = fieldFromInstruction(insn, 14, 2); |
| 8120 | if (DecodeACC64DSPRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8121 | return S; |
| 8122 | case 66: |
| 8123 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8124 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8125 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8126 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8127 | tmp = fieldFromInstruction(insn, 14, 2); |
| 8128 | MI.addOperand(MCOperand::createImm(tmp)); |
| 8129 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8130 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8131 | return S; |
| 8132 | case 67: |
| 8133 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8134 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8135 | tmp = fieldFromInstruction(insn, 14, 2); |
| 8136 | if (DecodeACC64DSPRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8137 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8138 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8139 | return S; |
| 8140 | case 68: |
| 8141 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8142 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8143 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8144 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8145 | return S; |
| 8146 | case 69: |
| 8147 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8148 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8149 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8150 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8151 | return S; |
| 8152 | case 70: |
| 8153 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8154 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8155 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8156 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8157 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8158 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8159 | return S; |
| 8160 | case 71: |
| 8161 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8162 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8163 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8164 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8165 | return S; |
| 8166 | case 72: |
| 8167 | tmp = fieldFromInstruction(insn, 14, 2); |
| 8168 | if (DecodeACC64DSPRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8169 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8170 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8171 | tmp = fieldFromInstruction(insn, 14, 2); |
| 8172 | if (DecodeACC64DSPRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8173 | return S; |
| 8174 | case 73: |
| 8175 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8176 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8177 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8178 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8179 | return S; |
| 8180 | case 74: |
| 8181 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8182 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8183 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8184 | if (DecodeHWRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8185 | return S; |
| 8186 | case 75: |
| 8187 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8188 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8189 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8190 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8191 | return S; |
| 8192 | case 76: |
| 8193 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8194 | MI.addOperand(MCOperand::createImm(tmp)); |
| 8195 | return S; |
| 8196 | case 77: |
| 8197 | tmp = fieldFromInstruction(insn, 16, 10); |
| 8198 | MI.addOperand(MCOperand::createImm(tmp)); |
| 8199 | return S; |
| 8200 | case 78: |
| 8201 | tmp = fieldFromInstruction(insn, 14, 2); |
| 8202 | if (DecodeACC64DSPRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8203 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8204 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8205 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8206 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8207 | return S; |
| 8208 | case 79: |
| 8209 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8210 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8211 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8212 | if (DecodeCOP2RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8213 | return S; |
| 8214 | case 80: |
| 8215 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8216 | if (DecodeCOP2RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8217 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8218 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8219 | return S; |
| 8220 | case 81: |
| 8221 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8222 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8223 | return S; |
| 8224 | case 82: |
| 8225 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8226 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8227 | tmp = fieldFromInstruction(insn, 13, 8); |
| 8228 | MI.addOperand(MCOperand::createImm(tmp)); |
| 8229 | return S; |
| 8230 | case 83: |
| 8231 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8232 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8233 | tmp = fieldFromInstruction(insn, 14, 7); |
| 8234 | MI.addOperand(MCOperand::createImm(tmp)); |
| 8235 | return S; |
| 8236 | case 84: |
| 8237 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8238 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8239 | tmp = fieldFromInstruction(insn, 14, 2); |
| 8240 | if (DecodeACC64DSPRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8241 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8242 | MI.addOperand(MCOperand::createImm(tmp)); |
| 8243 | return S; |
| 8244 | case 85: |
| 8245 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8246 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8247 | tmp = fieldFromInstruction(insn, 16, 10); |
| 8248 | if (DecodeSImmWithOffsetAndScale<10>(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8249 | return S; |
| 8250 | case 86: |
| 8251 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8252 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8253 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8254 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8255 | tmp = fieldFromInstruction(insn, 0, 16); |
| 8256 | if (DecodeSImmWithOffsetAndScale<16>(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8257 | return S; |
| 8258 | case 87: |
| 8259 | if (DecodeMemMMImm16(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8260 | return S; |
| 8261 | case 88: |
| 8262 | if (DecodeMemMMImm12(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8263 | return S; |
| 8264 | case 89: |
| 8265 | if (DecodeCacheOpMM(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8266 | return S; |
| 8267 | case 90: |
| 8268 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8269 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8270 | tmp = fieldFromInstruction(insn, 0, 16); |
| 8271 | if (DecodeBranchTargetMM(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8272 | return S; |
| 8273 | case 91: |
| 8274 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8275 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8276 | tmp = fieldFromInstruction(insn, 0, 16); |
| 8277 | if (DecodeSImmWithOffsetAndScale<16>(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8278 | return S; |
| 8279 | case 92: |
| 8280 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8281 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8282 | tmp = fieldFromInstruction(insn, 0, 16); |
| 8283 | MI.addOperand(MCOperand::createImm(tmp)); |
| 8284 | return S; |
| 8285 | case 93: |
| 8286 | if (DecodeSyncI_MM(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8287 | return S; |
| 8288 | case 94: |
| 8289 | tmp = fieldFromInstruction(insn, 0, 16); |
| 8290 | if (DecodeBranchTarget1SImm16(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8291 | return S; |
| 8292 | case 95: |
| 8293 | tmp = fieldFromInstruction(insn, 0, 16); |
| 8294 | if (DecodeBranchTargetMM(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8295 | return S; |
| 8296 | case 96: |
| 8297 | tmp = fieldFromInstruction(insn, 18, 3); |
| 8298 | if (DecodeFCCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8299 | tmp = fieldFromInstruction(insn, 0, 16); |
| 8300 | if (DecodeBranchTargetMM(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8301 | return S; |
| 8302 | case 97: |
| 8303 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8304 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8305 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8306 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8307 | tmp = fieldFromInstruction(insn, 0, 16); |
| 8308 | MI.addOperand(MCOperand::createImm(tmp)); |
| 8309 | return S; |
| 8310 | case 98: |
| 8311 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8312 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8313 | tmp = fieldFromInstruction(insn, 6, 5); |
| 8314 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8315 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8316 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8317 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8318 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8319 | return S; |
| 8320 | case 99: |
| 8321 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8322 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8323 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8324 | if (DecodePtrRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8325 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8326 | if (DecodePtrRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8327 | return S; |
| 8328 | case 100: |
| 8329 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8330 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8331 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8332 | if (DecodePtrRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8333 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8334 | if (DecodePtrRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8335 | return S; |
| 8336 | case 101: |
| 8337 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8338 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8339 | tmp = fieldFromInstruction(insn, 6, 5); |
| 8340 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8341 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8342 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8343 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8344 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8345 | return S; |
| 8346 | case 102: |
| 8347 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8348 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8349 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8350 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8351 | tmp = fieldFromInstruction(insn, 13, 3); |
| 8352 | if (DecodeFCCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8353 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8354 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8355 | return S; |
| 8356 | case 103: |
| 8357 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8358 | if (DecodePtrRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8359 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8360 | if (DecodePtrRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8361 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8362 | MI.addOperand(MCOperand::createImm(tmp)); |
| 8363 | return S; |
| 8364 | case 104: |
| 8365 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8366 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8367 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8368 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8369 | tmp = fieldFromInstruction(insn, 13, 3); |
| 8370 | if (DecodeFCCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8371 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8372 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8373 | return S; |
| 8374 | case 105: |
| 8375 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8376 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8377 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8378 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8379 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8380 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8381 | return S; |
| 8382 | case 106: |
| 8383 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8384 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8385 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8386 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8387 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8388 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8389 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8390 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8391 | return S; |
| 8392 | case 107: |
| 8393 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8394 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8395 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8396 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8397 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8398 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8399 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8400 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8401 | return S; |
| 8402 | case 108: |
| 8403 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8404 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8405 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8406 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8407 | return S; |
| 8408 | case 109: |
| 8409 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8410 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8411 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8412 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8413 | return S; |
| 8414 | case 110: |
| 8415 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8416 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8417 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8418 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8419 | return S; |
| 8420 | case 111: |
| 8421 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8422 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8423 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8424 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8425 | return S; |
| 8426 | case 112: |
| 8427 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8428 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8429 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8430 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8431 | tmp = fieldFromInstruction(insn, 13, 3); |
| 8432 | if (DecodeFCCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8433 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8434 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8435 | return S; |
| 8436 | case 113: |
| 8437 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8438 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8439 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8440 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8441 | return S; |
| 8442 | case 114: |
| 8443 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8444 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8445 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8446 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8447 | return S; |
| 8448 | case 115: |
| 8449 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8450 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8451 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8452 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8453 | return S; |
| 8454 | case 116: |
| 8455 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8456 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8457 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8458 | if (DecodeCCRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8459 | return S; |
| 8460 | case 117: |
| 8461 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8462 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8463 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8464 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8465 | return S; |
| 8466 | case 118: |
| 8467 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8468 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8469 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8470 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8471 | return S; |
| 8472 | case 119: |
| 8473 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8474 | if (DecodeCCRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8475 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8476 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8477 | return S; |
| 8478 | case 120: |
| 8479 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8480 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8481 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8482 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8483 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8484 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8485 | return S; |
| 8486 | case 121: |
| 8487 | tmp = fieldFromInstruction(insn, 13, 3); |
| 8488 | if (DecodeFCCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8489 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8490 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8491 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8492 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8493 | return S; |
| 8494 | case 122: |
| 8495 | tmp = fieldFromInstruction(insn, 13, 3); |
| 8496 | if (DecodeFCCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8497 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8498 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8499 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8500 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8501 | return S; |
| 8502 | case 123: |
| 8503 | if (DecodeMemMMImm9(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8504 | return S; |
| 8505 | case 124: |
| 8506 | if (DecodePrefeOpMM(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8507 | return S; |
| 8508 | case 125: |
| 8509 | if (DecodeJumpTargetMM(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8510 | return S; |
| 8511 | case 126: |
| 8512 | tmp = fieldFromInstruction(insn, 23, 3); |
| 8513 | if (DecodeGPRMM16RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8514 | tmp = fieldFromInstruction(insn, 0, 23); |
| 8515 | if (DecodeSimm23Lsl2(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8516 | return S; |
| 8517 | case 127: |
| 8518 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8519 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8520 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8521 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8522 | tmp = fieldFromInstruction(insn, 0, 16); |
| 8523 | if (DecodeBranchTargetMM(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8524 | return S; |
| 8525 | case 128: |
| 8526 | if (DecodeFMemMMR2(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8527 | return S; |
| 8528 | case 129: |
| 8529 | if (DecodeJumpTargetXMM(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8530 | return S; |
| 8531 | case 130: |
| 8532 | if (DecodeMem(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8533 | return S; |
| 8534 | case 131: |
| 8535 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8536 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8537 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8538 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8539 | return S; |
| 8540 | case 132: |
| 8541 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8542 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8543 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8544 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8545 | return S; |
| 8546 | case 133: |
| 8547 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8548 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8549 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8550 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8551 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8552 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8553 | return S; |
| 8554 | case 134: |
| 8555 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8556 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8557 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8558 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8559 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8560 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8561 | return S; |
| 8562 | case 135: |
| 8563 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8564 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8565 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8566 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8567 | return S; |
| 8568 | case 136: |
| 8569 | tmp = fieldFromInstruction(insn, 1, 3); |
| 8570 | if (DecodeGPRMM16RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8571 | tmp = fieldFromInstruction(insn, 7, 3); |
| 8572 | if (DecodeGPRMM16RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8573 | tmp = fieldFromInstruction(insn, 4, 3); |
| 8574 | if (DecodeGPRMM16RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8575 | return S; |
| 8576 | case 137: |
| 8577 | tmp = fieldFromInstruction(insn, 7, 3); |
| 8578 | if (DecodeGPRMM16RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8579 | tmp = fieldFromInstruction(insn, 4, 3); |
| 8580 | if (DecodeGPRMM16RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8581 | return S; |
| 8582 | case 138: |
| 8583 | tmp = fieldFromInstruction(insn, 7, 3); |
| 8584 | if (DecodeGPRMM16RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8585 | tmp = fieldFromInstruction(insn, 4, 3); |
| 8586 | if (DecodeGPRMM16RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8587 | tmp = fieldFromInstruction(insn, 7, 3); |
| 8588 | if (DecodeGPRMM16RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8589 | return S; |
| 8590 | case 139: |
| 8591 | tmp = fieldFromInstruction(insn, 5, 5); |
| 8592 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8593 | return S; |
| 8594 | case 140: |
| 8595 | tmp = fieldFromInstruction(insn, 5, 5); |
| 8596 | if (DecodeUImmWithOffsetAndScale<5, 0, 4>(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8597 | return S; |
| 8598 | case 141: |
| 8599 | tmp = fieldFromInstruction(insn, 6, 4); |
| 8600 | MI.addOperand(MCOperand::createImm(tmp)); |
| 8601 | return S; |
| 8602 | case 142: |
| 8603 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8604 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8605 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8606 | if (DecodeHWRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8607 | tmp = fieldFromInstruction(insn, 11, 3); |
| 8608 | MI.addOperand(MCOperand::createImm(tmp)); |
| 8609 | return S; |
| 8610 | case 143: |
| 8611 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8612 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8613 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8614 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8615 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8616 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8617 | tmp = fieldFromInstruction(insn, 9, 2); |
| 8618 | if (DecodeUImmWithOffset<2, 1>(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8619 | return S; |
| 8620 | case 144: |
| 8621 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8622 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8623 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8624 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8625 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8626 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8627 | tmp = fieldFromInstruction(insn, 9, 2); |
| 8628 | MI.addOperand(MCOperand::createImm(tmp)); |
| 8629 | return S; |
| 8630 | case 145: |
| 8631 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8632 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8633 | tmp = fieldFromInstruction(insn, 9, 2); |
| 8634 | MI.addOperand(MCOperand::createImm(tmp)); |
| 8635 | return S; |
| 8636 | case 146: |
| 8637 | tmp = fieldFromInstruction(insn, 6, 16); |
| 8638 | MI.addOperand(MCOperand::createImm(tmp)); |
| 8639 | return S; |
| 8640 | case 147: |
| 8641 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8642 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8643 | tmp = fieldFromInstruction(insn, 0, 16); |
| 8644 | MI.addOperand(MCOperand::createImm(tmp)); |
| 8645 | return S; |
| 8646 | case 148: |
| 8647 | if (DecodeLoadByte15(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8648 | return S; |
| 8649 | case 149: |
| 8650 | if (DecodeFMemCop2MMR6(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8651 | return S; |
| 8652 | case 150: |
| 8653 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8654 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8655 | tmp = fieldFromInstruction(insn, 0, 16); |
| 8656 | if (DecodeBranchTargetMM(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8657 | return S; |
| 8658 | case 151: |
| 8659 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8660 | if (DecodeCOP2RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8661 | tmp = fieldFromInstruction(insn, 0, 16); |
| 8662 | if (DecodeBranchTargetMM(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8663 | return S; |
| 8664 | case 152: |
| 8665 | if (DecodeSynciR6(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8666 | return S; |
| 8667 | case 153: |
| 8668 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8669 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8670 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8671 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8672 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8673 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8674 | return S; |
| 8675 | case 154: |
| 8676 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8677 | if (DecodeFGRCCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8678 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8679 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8680 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8681 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8682 | return S; |
| 8683 | case 155: |
| 8684 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8685 | if (DecodeFGRCCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8686 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8687 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8688 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8689 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8690 | return S; |
| 8691 | case 156: |
| 8692 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8693 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8694 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8695 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8696 | return S; |
| 8697 | case 157: |
| 8698 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8699 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8700 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8701 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8702 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8703 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8704 | return S; |
| 8705 | case 158: |
| 8706 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8707 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8708 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8709 | if (DecodeFGRCCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8710 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8711 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8712 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8713 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8714 | return S; |
| 8715 | case 159: |
| 8716 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8717 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8718 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8719 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8720 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8721 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8722 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8723 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8724 | return S; |
| 8725 | case 160: |
| 8726 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8727 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8728 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8729 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8730 | return S; |
| 8731 | case 161: |
| 8732 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8733 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8734 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8735 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8736 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8737 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8738 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8739 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8740 | return S; |
| 8741 | case 162: |
| 8742 | if (DecodePOP35GroupBranchMMR6(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8743 | return S; |
| 8744 | case 163: |
| 8745 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8746 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8747 | tmp = fieldFromInstruction(insn, 0, 19); |
| 8748 | if (DecodeSimm19Lsl2(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8749 | return S; |
| 8750 | case 164: |
| 8751 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8752 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8753 | tmp = fieldFromInstruction(insn, 0, 16); |
| 8754 | if (DecodeSImmWithOffsetAndScale<16>(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8755 | return S; |
| 8756 | case 165: |
| 8757 | if (DecodePOP37GroupBranchMMR6(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8758 | return S; |
| 8759 | case 166: |
| 8760 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8761 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8762 | tmp = fieldFromInstruction(insn, 0, 21); |
| 8763 | if (DecodeBranchTarget21MM(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8764 | return S; |
| 8765 | case 167: |
| 8766 | tmp = fieldFromInstruction(insn, 0, 26); |
| 8767 | if (DecodeBranchTarget26MM(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8768 | return S; |
| 8769 | case 168: |
| 8770 | if (DecodeBlezGroupBranchMMR6(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8771 | return S; |
| 8772 | case 169: |
| 8773 | if (DecodePOP65GroupBranchMMR6(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8774 | return S; |
| 8775 | case 170: |
| 8776 | if (DecodeBgtzGroupBranchMMR6(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8777 | return S; |
| 8778 | case 171: |
| 8779 | if (DecodePOP75GroupBranchMMR6(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8780 | return S; |
| 8781 | case 172: |
| 8782 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8783 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8784 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8785 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8786 | tmp = fieldFromInstruction(insn, 6, 5); |
| 8787 | MI.addOperand(MCOperand::createImm(tmp)); |
| 8788 | return S; |
| 8789 | case 173: |
| 8790 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8791 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8792 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8793 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8794 | tmp = fieldFromInstruction(insn, 18, 3); |
| 8795 | if (DecodeFCCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8796 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8797 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8798 | return S; |
| 8799 | case 174: |
| 8800 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8801 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8802 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8803 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8804 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8805 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8806 | tmp = fieldFromInstruction(insn, 6, 2); |
| 8807 | if (DecodeUImmWithOffset<2, 1>(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8808 | return S; |
| 8809 | case 175: |
| 8810 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8811 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8812 | return S; |
| 8813 | case 176: |
| 8814 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8815 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8816 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8817 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8818 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8819 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8820 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8821 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8822 | return S; |
| 8823 | case 177: |
| 8824 | tmp = fieldFromInstruction(insn, 6, 20); |
| 8825 | MI.addOperand(MCOperand::createImm(tmp)); |
| 8826 | return S; |
| 8827 | case 178: |
| 8828 | tmp = fieldFromInstruction(insn, 6, 5); |
| 8829 | MI.addOperand(MCOperand::createImm(tmp)); |
| 8830 | return S; |
| 8831 | case 179: |
| 8832 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8833 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8834 | return S; |
| 8835 | case 180: |
| 8836 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8837 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8838 | tmp = fieldFromInstruction(insn, 21, 2); |
| 8839 | if (DecodeACC64DSPRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8840 | return S; |
| 8841 | case 181: |
| 8842 | tmp = fieldFromInstruction(insn, 11, 2); |
| 8843 | if (DecodeHI32DSPRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8844 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8845 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8846 | return S; |
| 8847 | case 182: |
| 8848 | tmp = fieldFromInstruction(insn, 11, 2); |
| 8849 | if (DecodeLO32DSPRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8850 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8851 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8852 | return S; |
| 8853 | case 183: |
| 8854 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8855 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8856 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8857 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8858 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8859 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8860 | tmp = fieldFromInstruction(insn, 6, 2); |
| 8861 | if (DecodeUImmWithOffset<2, 1>(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8862 | return S; |
| 8863 | case 184: |
| 8864 | tmp = fieldFromInstruction(insn, 11, 2); |
| 8865 | if (DecodeACC64DSPRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8866 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8867 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8868 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8869 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8870 | return S; |
| 8871 | case 185: |
| 8872 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8873 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8874 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8875 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8876 | tmp = fieldFromInstruction(insn, 6, 10); |
| 8877 | MI.addOperand(MCOperand::createImm(tmp)); |
| 8878 | return S; |
| 8879 | case 186: |
| 8880 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8881 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8882 | tmp = fieldFromInstruction(insn, 0, 16); |
| 8883 | if (DecodeBranchTarget(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8884 | return S; |
| 8885 | case 187: |
| 8886 | tmp = fieldFromInstruction(insn, 0, 16); |
| 8887 | if (DecodeBranchTarget(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8888 | return S; |
| 8889 | case 188: |
| 8890 | if (DecodeSyncI(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8891 | return S; |
| 8892 | case 189: |
| 8893 | if (DecodeJumpTarget(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8894 | return S; |
| 8895 | case 190: |
| 8896 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8897 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8898 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8899 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8900 | tmp = fieldFromInstruction(insn, 0, 16); |
| 8901 | if (DecodeBranchTarget(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8902 | return S; |
| 8903 | case 191: |
| 8904 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8905 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8906 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8907 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8908 | tmp = fieldFromInstruction(insn, 0, 16); |
| 8909 | if (DecodeSImmWithOffsetAndScale<16>(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8910 | return S; |
| 8911 | case 192: |
| 8912 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8913 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8914 | tmp = fieldFromInstruction(insn, 21, 5); |
| 8915 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8916 | tmp = fieldFromInstruction(insn, 0, 16); |
| 8917 | MI.addOperand(MCOperand::createImm(tmp)); |
| 8918 | return S; |
| 8919 | case 193: |
| 8920 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8921 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8922 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8923 | if (DecodeCOP0RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8924 | tmp = fieldFromInstruction(insn, 0, 3); |
| 8925 | MI.addOperand(MCOperand::createImm(tmp)); |
| 8926 | return S; |
| 8927 | case 194: |
| 8928 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8929 | if (DecodeCOP0RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8930 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8931 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8932 | tmp = fieldFromInstruction(insn, 0, 3); |
| 8933 | MI.addOperand(MCOperand::createImm(tmp)); |
| 8934 | return S; |
| 8935 | case 195: |
| 8936 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8937 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8938 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8939 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8940 | tmp = fieldFromInstruction(insn, 5, 1); |
| 8941 | MI.addOperand(MCOperand::createImm(tmp)); |
| 8942 | tmp = fieldFromInstruction(insn, 0, 3); |
| 8943 | MI.addOperand(MCOperand::createImm(tmp)); |
| 8944 | tmp = fieldFromInstruction(insn, 4, 1); |
| 8945 | MI.addOperand(MCOperand::createImm(tmp)); |
| 8946 | return S; |
| 8947 | case 196: |
| 8948 | tmp = fieldFromInstruction(insn, 11, 10); |
| 8949 | MI.addOperand(MCOperand::createImm(tmp)); |
| 8950 | return S; |
| 8951 | case 197: |
| 8952 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8953 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8954 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8955 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8956 | return S; |
| 8957 | case 198: |
| 8958 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8959 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8960 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8961 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8962 | return S; |
| 8963 | case 199: |
| 8964 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8965 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8966 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8967 | if (DecodeCCRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8968 | return S; |
| 8969 | case 200: |
| 8970 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8971 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8972 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8973 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8974 | return S; |
| 8975 | case 201: |
| 8976 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8977 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8978 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8979 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8980 | return S; |
| 8981 | case 202: |
| 8982 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8983 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8984 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8985 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8986 | return S; |
| 8987 | case 203: |
| 8988 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8989 | if (DecodeCCRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8990 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8991 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8992 | return S; |
| 8993 | case 204: |
| 8994 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8995 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8996 | tmp = fieldFromInstruction(insn, 11, 5); |
| 8997 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 8998 | tmp = fieldFromInstruction(insn, 16, 5); |
| 8999 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9000 | return S; |
| 9001 | case 205: |
| 9002 | tmp = fieldFromInstruction(insn, 18, 3); |
| 9003 | if (DecodeFCCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9004 | tmp = fieldFromInstruction(insn, 0, 16); |
| 9005 | if (DecodeBranchTarget(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9006 | return S; |
| 9007 | case 206: |
| 9008 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9009 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9010 | tmp = fieldFromInstruction(insn, 0, 16); |
| 9011 | if (DecodeBranchTarget(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9012 | return S; |
| 9013 | case 207: |
| 9014 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9015 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9016 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9017 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9018 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9019 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9020 | return S; |
| 9021 | case 208: |
| 9022 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9023 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9024 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9025 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9026 | return S; |
| 9027 | case 209: |
| 9028 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9029 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9030 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9031 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9032 | tmp = fieldFromInstruction(insn, 18, 3); |
| 9033 | if (DecodeFCCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9034 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9035 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9036 | return S; |
| 9037 | case 210: |
| 9038 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9039 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9040 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9041 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9042 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9043 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9044 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9045 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9046 | return S; |
| 9047 | case 211: |
| 9048 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9049 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9050 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9051 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9052 | return S; |
| 9053 | case 212: |
| 9054 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9055 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9056 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9057 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9058 | return S; |
| 9059 | case 213: |
| 9060 | tmp = fieldFromInstruction(insn, 8, 3); |
| 9061 | if (DecodeFCCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9062 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9063 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9064 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9065 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9066 | return S; |
| 9067 | case 214: |
| 9068 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9069 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9070 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9071 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9072 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9073 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9074 | return S; |
| 9075 | case 215: |
| 9076 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9077 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9078 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9079 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9080 | return S; |
| 9081 | case 216: |
| 9082 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9083 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9084 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9085 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9086 | return S; |
| 9087 | case 217: |
| 9088 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9089 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9090 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9091 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9092 | tmp = fieldFromInstruction(insn, 18, 3); |
| 9093 | if (DecodeFCCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9094 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9095 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9096 | return S; |
| 9097 | case 218: |
| 9098 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9099 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9100 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9101 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9102 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9103 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9104 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9105 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9106 | return S; |
| 9107 | case 219: |
| 9108 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9109 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9110 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9111 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9112 | return S; |
| 9113 | case 220: |
| 9114 | tmp = fieldFromInstruction(insn, 8, 3); |
| 9115 | if (DecodeFCCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9116 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9117 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9118 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9119 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9120 | return S; |
| 9121 | case 221: |
| 9122 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9123 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9124 | tmp = fieldFromInstruction(insn, 0, 16); |
| 9125 | if (DecodeBranchTarget(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9126 | return S; |
| 9127 | case 222: |
| 9128 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9129 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9130 | tmp = fieldFromInstruction(insn, 0, 16); |
| 9131 | if (DecodeBranchTarget(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9132 | return S; |
| 9133 | case 223: |
| 9134 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9135 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9136 | tmp = fieldFromInstruction(insn, 0, 16); |
| 9137 | if (DecodeBranchTarget(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9138 | return S; |
| 9139 | case 224: |
| 9140 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9141 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9142 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9143 | if (DecodeCOP2RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9144 | tmp = fieldFromInstruction(insn, 0, 3); |
| 9145 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9146 | return S; |
| 9147 | case 225: |
| 9148 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9149 | if (DecodeCOP2RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9150 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9151 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9152 | tmp = fieldFromInstruction(insn, 0, 3); |
| 9153 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9154 | return S; |
| 9155 | case 226: |
| 9156 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9157 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9158 | tmp = fieldFromInstruction(insn, 21, 5); |
| 9159 | if (DecodePtrRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9160 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9161 | if (DecodePtrRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9162 | return S; |
| 9163 | case 227: |
| 9164 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9165 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9166 | tmp = fieldFromInstruction(insn, 21, 5); |
| 9167 | if (DecodePtrRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9168 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9169 | if (DecodePtrRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9170 | return S; |
| 9171 | case 228: |
| 9172 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9173 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9174 | tmp = fieldFromInstruction(insn, 21, 5); |
| 9175 | if (DecodePtrRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9176 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9177 | if (DecodePtrRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9178 | return S; |
| 9179 | case 229: |
| 9180 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9181 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9182 | tmp = fieldFromInstruction(insn, 21, 5); |
| 9183 | if (DecodePtrRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9184 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9185 | if (DecodePtrRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9186 | return S; |
| 9187 | case 230: |
| 9188 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9189 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9190 | tmp = fieldFromInstruction(insn, 21, 5); |
| 9191 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9192 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9193 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9194 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9195 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9196 | return S; |
| 9197 | case 231: |
| 9198 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9199 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9200 | tmp = fieldFromInstruction(insn, 21, 5); |
| 9201 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9202 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9203 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9204 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9205 | if (DecodeAFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9206 | return S; |
| 9207 | case 232: |
| 9208 | tmp = fieldFromInstruction(insn, 11, 2); |
| 9209 | if (DecodeACC64DSPRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9210 | tmp = fieldFromInstruction(insn, 21, 5); |
| 9211 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9212 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9213 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9214 | tmp = fieldFromInstruction(insn, 11, 2); |
| 9215 | if (DecodeACC64DSPRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9216 | return S; |
| 9217 | case 233: |
| 9218 | tmp = 0x0; |
| 9219 | tmp |= fieldFromInstruction(insn, 11, 5) << 0; |
| 9220 | tmp |= fieldFromInstruction(insn, 16, 5) << 0; |
| 9221 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9222 | tmp = fieldFromInstruction(insn, 21, 5); |
| 9223 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9224 | return S; |
| 9225 | case 234: |
| 9226 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9227 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9228 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9229 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9230 | tmp = fieldFromInstruction(insn, 16, 8); |
| 9231 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9232 | return S; |
| 9233 | case 235: |
| 9234 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9235 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9236 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9237 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9238 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9239 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9240 | tmp = fieldFromInstruction(insn, 16, 8); |
| 9241 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9242 | return S; |
| 9243 | case 236: |
| 9244 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9245 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9246 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9247 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9248 | tmp = fieldFromInstruction(insn, 16, 8); |
| 9249 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9250 | return S; |
| 9251 | case 237: |
| 9252 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9253 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9254 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9255 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9256 | tmp = fieldFromInstruction(insn, 16, 8); |
| 9257 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9258 | return S; |
| 9259 | case 238: |
| 9260 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9261 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9262 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9263 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9264 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9265 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9266 | return S; |
| 9267 | case 239: |
| 9268 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9269 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9270 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9271 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9272 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9273 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9274 | return S; |
| 9275 | case 240: |
| 9276 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9277 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9278 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9279 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9280 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9281 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9282 | return S; |
| 9283 | case 241: |
| 9284 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9285 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9286 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9287 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9288 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9289 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9290 | return S; |
| 9291 | case 242: |
| 9292 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9293 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9294 | tmp = fieldFromInstruction(insn, 11, 10); |
| 9295 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9296 | return S; |
| 9297 | case 243: |
| 9298 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9299 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9300 | tmp = fieldFromInstruction(insn, 11, 10); |
| 9301 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9302 | return S; |
| 9303 | case 244: |
| 9304 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9305 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9306 | tmp = fieldFromInstruction(insn, 11, 10); |
| 9307 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9308 | return S; |
| 9309 | case 245: |
| 9310 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9311 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9312 | tmp = fieldFromInstruction(insn, 11, 10); |
| 9313 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9314 | return S; |
| 9315 | case 246: |
| 9316 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9317 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9318 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9319 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9320 | tmp = fieldFromInstruction(insn, 16, 6); |
| 9321 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9322 | return S; |
| 9323 | case 247: |
| 9324 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9325 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9326 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9327 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9328 | tmp = fieldFromInstruction(insn, 16, 4); |
| 9329 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9330 | return S; |
| 9331 | case 248: |
| 9332 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9333 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9334 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9335 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9336 | tmp = fieldFromInstruction(insn, 16, 3); |
| 9337 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9338 | return S; |
| 9339 | case 249: |
| 9340 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9341 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9342 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9343 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9344 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9345 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9346 | tmp = fieldFromInstruction(insn, 16, 6); |
| 9347 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9348 | return S; |
| 9349 | case 250: |
| 9350 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9351 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9352 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9353 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9354 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9355 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9356 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9357 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9358 | return S; |
| 9359 | case 251: |
| 9360 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9361 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9362 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9363 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9364 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9365 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9366 | tmp = fieldFromInstruction(insn, 16, 4); |
| 9367 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9368 | return S; |
| 9369 | case 252: |
| 9370 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9371 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9372 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9373 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9374 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9375 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9376 | tmp = fieldFromInstruction(insn, 16, 3); |
| 9377 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9378 | return S; |
| 9379 | case 253: |
| 9380 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9381 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9382 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9383 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9384 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9385 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9386 | return S; |
| 9387 | case 254: |
| 9388 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9389 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9390 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9391 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9392 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9393 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9394 | return S; |
| 9395 | case 255: |
| 9396 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9397 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9398 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9399 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9400 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9401 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9402 | return S; |
| 9403 | case 256: |
| 9404 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9405 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9406 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9407 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9408 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9409 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9410 | return S; |
| 9411 | case 257: |
| 9412 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9413 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9414 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9415 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9416 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9417 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9418 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9419 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9420 | return S; |
| 9421 | case 258: |
| 9422 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9423 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9424 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9425 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9426 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9427 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9428 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9429 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9430 | return S; |
| 9431 | case 259: |
| 9432 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9433 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9434 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9435 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9436 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9437 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9438 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9439 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9440 | return S; |
| 9441 | case 260: |
| 9442 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9443 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9444 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9445 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9446 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9447 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9448 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9449 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9450 | return S; |
| 9451 | case 261: |
| 9452 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9453 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9454 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9455 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9456 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9457 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9458 | return S; |
| 9459 | case 262: |
| 9460 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9461 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9462 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9463 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9464 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9465 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9466 | return S; |
| 9467 | case 263: |
| 9468 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9469 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9470 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9471 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9472 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9473 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9474 | return S; |
| 9475 | case 264: |
| 9476 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9477 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9478 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9479 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9480 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9481 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9482 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9483 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9484 | return S; |
| 9485 | case 265: |
| 9486 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9487 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9488 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9489 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9490 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9491 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9492 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9493 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9494 | return S; |
| 9495 | case 266: |
| 9496 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9497 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9498 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9499 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9500 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9501 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9502 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9503 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9504 | return S; |
| 9505 | case 267: |
| 9506 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9507 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9508 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9509 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9510 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9511 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9512 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9513 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9514 | return S; |
| 9515 | case 268: |
| 9516 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9517 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9518 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9519 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9520 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9521 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9522 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9523 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9524 | return S; |
| 9525 | case 269: |
| 9526 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9527 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9528 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9529 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9530 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9531 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9532 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9533 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9534 | return S; |
| 9535 | case 270: |
| 9536 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9537 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9538 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9539 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9540 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9541 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9542 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9543 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9544 | return S; |
| 9545 | case 271: |
| 9546 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9547 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9548 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9549 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9550 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9551 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9552 | return S; |
| 9553 | case 272: |
| 9554 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9555 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9556 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9557 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9558 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9559 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9560 | return S; |
| 9561 | case 273: |
| 9562 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9563 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9564 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9565 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9566 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9567 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9568 | return S; |
| 9569 | case 274: |
| 9570 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9571 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9572 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9573 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9574 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9575 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9576 | return S; |
| 9577 | case 275: |
| 9578 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9579 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9580 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9581 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9582 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9583 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9584 | tmp = fieldFromInstruction(insn, 16, 4); |
| 9585 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9586 | return S; |
| 9587 | case 276: |
| 9588 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9589 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9590 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9591 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9592 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9593 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9594 | tmp = fieldFromInstruction(insn, 16, 3); |
| 9595 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9596 | return S; |
| 9597 | case 277: |
| 9598 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9599 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9600 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9601 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9602 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9603 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9604 | tmp = fieldFromInstruction(insn, 16, 2); |
| 9605 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9606 | return S; |
| 9607 | case 278: |
| 9608 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9609 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9610 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9611 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9612 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9613 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9614 | tmp = fieldFromInstruction(insn, 16, 1); |
| 9615 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9616 | return S; |
| 9617 | case 279: |
| 9618 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9619 | if (DecodeMSACtrlRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9620 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9621 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9622 | return S; |
| 9623 | case 280: |
| 9624 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9625 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9626 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9627 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9628 | tmp = fieldFromInstruction(insn, 16, 4); |
| 9629 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9630 | return S; |
| 9631 | case 281: |
| 9632 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9633 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9634 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9635 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9636 | tmp = fieldFromInstruction(insn, 16, 3); |
| 9637 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9638 | return S; |
| 9639 | case 282: |
| 9640 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9641 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9642 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9643 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9644 | tmp = fieldFromInstruction(insn, 16, 2); |
| 9645 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9646 | return S; |
| 9647 | case 283: |
| 9648 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9649 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9650 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9651 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9652 | tmp = fieldFromInstruction(insn, 16, 1); |
| 9653 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9654 | return S; |
| 9655 | case 284: |
| 9656 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9657 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9658 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9659 | if (DecodeMSACtrlRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9660 | return S; |
| 9661 | case 285: |
| 9662 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9663 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9664 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9665 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9666 | tmp = fieldFromInstruction(insn, 16, 4); |
| 9667 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9668 | return S; |
| 9669 | case 286: |
| 9670 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9671 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9672 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9673 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9674 | tmp = fieldFromInstruction(insn, 16, 3); |
| 9675 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9676 | return S; |
| 9677 | case 287: |
| 9678 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9679 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9680 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9681 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9682 | tmp = fieldFromInstruction(insn, 16, 2); |
| 9683 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9684 | return S; |
| 9685 | case 288: |
| 9686 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9687 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9688 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9689 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9690 | tmp = fieldFromInstruction(insn, 16, 1); |
| 9691 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9692 | return S; |
| 9693 | case 289: |
| 9694 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9695 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9696 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9697 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9698 | return S; |
| 9699 | case 290: |
| 9700 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9701 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9702 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9703 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9704 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9705 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9706 | tmp = fieldFromInstruction(insn, 16, 4); |
| 9707 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9708 | return S; |
| 9709 | case 291: |
| 9710 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9711 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9712 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9713 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9714 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9715 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9716 | tmp = fieldFromInstruction(insn, 16, 3); |
| 9717 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9718 | return S; |
| 9719 | case 292: |
| 9720 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9721 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9722 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9723 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9724 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9725 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9726 | tmp = fieldFromInstruction(insn, 16, 2); |
| 9727 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9728 | return S; |
| 9729 | case 293: |
| 9730 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9731 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9732 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9733 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9734 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9735 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9736 | tmp = fieldFromInstruction(insn, 16, 1); |
| 9737 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9738 | return S; |
| 9739 | case 294: |
| 9740 | if (DecodeINSVE_DF(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9741 | return S; |
| 9742 | case 295: |
| 9743 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9744 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9745 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9746 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9747 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9748 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9749 | return S; |
| 9750 | case 296: |
| 9751 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9752 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9753 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9754 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9755 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9756 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9757 | return S; |
| 9758 | case 297: |
| 9759 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9760 | if (DecodeMSA128BRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9761 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9762 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9763 | return S; |
| 9764 | case 298: |
| 9765 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9766 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9767 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9768 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9769 | return S; |
| 9770 | case 299: |
| 9771 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9772 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9773 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9774 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9775 | return S; |
| 9776 | case 300: |
| 9777 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9778 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9779 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9780 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9781 | return S; |
| 9782 | case 301: |
| 9783 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9784 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9785 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9786 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9787 | return S; |
| 9788 | case 302: |
| 9789 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9790 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9791 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9792 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9793 | return S; |
| 9794 | case 303: |
| 9795 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9796 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9797 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9798 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9799 | return S; |
| 9800 | case 304: |
| 9801 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9802 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9803 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9804 | if (DecodeMSA128HRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9805 | return S; |
| 9806 | case 305: |
| 9807 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9808 | if (DecodeMSA128DRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9809 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9810 | if (DecodeMSA128WRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9811 | return S; |
| 9812 | case 306: |
| 9813 | if (DecodeMSA128Mem(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9814 | return S; |
| 9815 | case 307: |
| 9816 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9817 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9818 | tmp = fieldFromInstruction(insn, 21, 5); |
| 9819 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9820 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9821 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9822 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9823 | if (DecodeUImmWithOffset<5, 1>(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9824 | return S; |
| 9825 | case 308: |
| 9826 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9827 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9828 | tmp = fieldFromInstruction(insn, 21, 5); |
| 9829 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9830 | tmp = fieldFromInstruction(insn, 6, 5); |
| 9831 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9832 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9833 | if (DecodeInsSize(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9834 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9835 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9836 | return S; |
| 9837 | case 309: |
| 9838 | tmp = fieldFromInstruction(insn, 21, 5); |
| 9839 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9840 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9841 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9842 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9843 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9844 | return S; |
| 9845 | case 310: |
| 9846 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9847 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9848 | tmp = fieldFromInstruction(insn, 21, 5); |
| 9849 | if (DecodePtrRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9850 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9851 | if (DecodePtrRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9852 | return S; |
| 9853 | case 311: |
| 9854 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9855 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9856 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9857 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9858 | tmp = fieldFromInstruction(insn, 21, 5); |
| 9859 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9860 | return S; |
| 9861 | case 312: |
| 9862 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9863 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9864 | tmp = fieldFromInstruction(insn, 21, 5); |
| 9865 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9866 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9867 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9868 | return S; |
| 9869 | case 313: |
| 9870 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9871 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9872 | tmp = fieldFromInstruction(insn, 21, 5); |
| 9873 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9874 | return S; |
| 9875 | case 314: |
| 9876 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9877 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9878 | tmp = fieldFromInstruction(insn, 21, 5); |
| 9879 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9880 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9881 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9882 | return S; |
| 9883 | case 315: |
| 9884 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9885 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9886 | tmp = fieldFromInstruction(insn, 21, 5); |
| 9887 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9888 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9889 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9890 | return S; |
| 9891 | case 316: |
| 9892 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9893 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9894 | tmp = fieldFromInstruction(insn, 21, 5); |
| 9895 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9896 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9897 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9898 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9899 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9900 | return S; |
| 9901 | case 317: |
| 9902 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9903 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9904 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9905 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9906 | return S; |
| 9907 | case 318: |
| 9908 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9909 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9910 | tmp = fieldFromInstruction(insn, 16, 10); |
| 9911 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9912 | return S; |
| 9913 | case 319: |
| 9914 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9915 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9916 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9917 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9918 | return S; |
| 9919 | case 320: |
| 9920 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9921 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9922 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9923 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9924 | return S; |
| 9925 | case 321: |
| 9926 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9927 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9928 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9929 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9930 | return S; |
| 9931 | case 322: |
| 9932 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9933 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9934 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9935 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9936 | tmp = fieldFromInstruction(insn, 21, 5); |
| 9937 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9938 | return S; |
| 9939 | case 323: |
| 9940 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9941 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9942 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9943 | if (DecodeDSPRRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9944 | tmp = fieldFromInstruction(insn, 21, 5); |
| 9945 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9946 | return S; |
| 9947 | case 324: |
| 9948 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9949 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9950 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9951 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9952 | tmp = fieldFromInstruction(insn, 21, 5); |
| 9953 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9954 | return S; |
| 9955 | case 325: |
| 9956 | if (DecodeMemEVA(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9957 | return S; |
| 9958 | case 326: |
| 9959 | if (DecodeCacheeOp_CacheOpR6(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9960 | return S; |
| 9961 | case 327: |
| 9962 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9963 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9964 | tmp = fieldFromInstruction(insn, 21, 5); |
| 9965 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9966 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9967 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9968 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9969 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9970 | return S; |
| 9971 | case 328: |
| 9972 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9973 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9974 | tmp = fieldFromInstruction(insn, 11, 2); |
| 9975 | if (DecodeACC64DSPRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9976 | tmp = fieldFromInstruction(insn, 21, 5); |
| 9977 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9978 | return S; |
| 9979 | case 329: |
| 9980 | tmp = fieldFromInstruction(insn, 16, 5); |
| 9981 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9982 | tmp = fieldFromInstruction(insn, 11, 2); |
| 9983 | if (DecodeACC64DSPRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9984 | tmp = fieldFromInstruction(insn, 21, 5); |
| 9985 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9986 | return S; |
| 9987 | case 330: |
| 9988 | tmp = fieldFromInstruction(insn, 11, 5); |
| 9989 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9990 | tmp = fieldFromInstruction(insn, 16, 10); |
| 9991 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9992 | return S; |
| 9993 | case 331: |
| 9994 | tmp = fieldFromInstruction(insn, 21, 5); |
| 9995 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 9996 | tmp = fieldFromInstruction(insn, 11, 10); |
| 9997 | MI.addOperand(MCOperand::createImm(tmp)); |
| 9998 | return S; |
| 9999 | case 332: |
| 10000 | tmp = fieldFromInstruction(insn, 11, 2); |
| 10001 | if (DecodeACC64DSPRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10002 | tmp = fieldFromInstruction(insn, 20, 6); |
| 10003 | if (DecodeSImmWithOffsetAndScale<6>(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10004 | tmp = fieldFromInstruction(insn, 11, 2); |
| 10005 | if (DecodeACC64DSPRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10006 | return S; |
| 10007 | case 333: |
| 10008 | tmp = fieldFromInstruction(insn, 11, 2); |
| 10009 | if (DecodeACC64DSPRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10010 | tmp = fieldFromInstruction(insn, 21, 5); |
| 10011 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10012 | tmp = fieldFromInstruction(insn, 11, 2); |
| 10013 | if (DecodeACC64DSPRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10014 | return S; |
| 10015 | case 334: |
| 10016 | tmp = fieldFromInstruction(insn, 16, 5); |
| 10017 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10018 | tmp = fieldFromInstruction(insn, 11, 5); |
| 10019 | if (DecodeHWRegsRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10020 | tmp = fieldFromInstruction(insn, 6, 3); |
| 10021 | MI.addOperand(MCOperand::createImm(tmp)); |
| 10022 | return S; |
| 10023 | case 335: |
| 10024 | if (DecodeCacheOp(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10025 | return S; |
| 10026 | case 336: |
| 10027 | if (DecodeFMem(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10028 | return S; |
| 10029 | case 337: |
| 10030 | if (DecodeFMem2(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10031 | return S; |
| 10032 | case 338: |
| 10033 | if (DecodeDAHIDATI(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10034 | return S; |
| 10035 | case 339: |
| 10036 | tmp = fieldFromInstruction(insn, 0, 16); |
| 10037 | MI.addOperand(MCOperand::createImm(tmp)); |
| 10038 | return S; |
| 10039 | case 340: |
| 10040 | if (DecodeBlezGroupBranch(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10041 | return S; |
| 10042 | case 341: |
| 10043 | if (DecodeBgtzGroupBranch(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10044 | return S; |
| 10045 | case 342: |
| 10046 | if (DecodeAddiGroupBranch(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10047 | return S; |
| 10048 | case 343: |
| 10049 | tmp = fieldFromInstruction(insn, 16, 5); |
| 10050 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10051 | tmp = fieldFromInstruction(insn, 0, 16); |
| 10052 | if (DecodeBranchTarget(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10053 | return S; |
| 10054 | case 344: |
| 10055 | tmp = fieldFromInstruction(insn, 6, 5); |
| 10056 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10057 | tmp = fieldFromInstruction(insn, 6, 5); |
| 10058 | if (DecodeFGRCCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10059 | tmp = fieldFromInstruction(insn, 11, 5); |
| 10060 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10061 | tmp = fieldFromInstruction(insn, 16, 5); |
| 10062 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10063 | return S; |
| 10064 | case 345: |
| 10065 | tmp = fieldFromInstruction(insn, 6, 5); |
| 10066 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10067 | tmp = fieldFromInstruction(insn, 6, 5); |
| 10068 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10069 | tmp = fieldFromInstruction(insn, 11, 5); |
| 10070 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10071 | tmp = fieldFromInstruction(insn, 16, 5); |
| 10072 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10073 | return S; |
| 10074 | case 346: |
| 10075 | tmp = fieldFromInstruction(insn, 6, 5); |
| 10076 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10077 | tmp = fieldFromInstruction(insn, 6, 5); |
| 10078 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10079 | tmp = fieldFromInstruction(insn, 11, 5); |
| 10080 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10081 | tmp = fieldFromInstruction(insn, 16, 5); |
| 10082 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10083 | return S; |
| 10084 | case 347: |
| 10085 | tmp = fieldFromInstruction(insn, 6, 5); |
| 10086 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10087 | tmp = fieldFromInstruction(insn, 11, 5); |
| 10088 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10089 | tmp = fieldFromInstruction(insn, 16, 5); |
| 10090 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10091 | return S; |
| 10092 | case 348: |
| 10093 | tmp = fieldFromInstruction(insn, 6, 5); |
| 10094 | if (DecodeFGRCCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10095 | tmp = fieldFromInstruction(insn, 11, 5); |
| 10096 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10097 | tmp = fieldFromInstruction(insn, 16, 5); |
| 10098 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10099 | return S; |
| 10100 | case 349: |
| 10101 | tmp = fieldFromInstruction(insn, 6, 5); |
| 10102 | if (DecodeFGRCCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10103 | tmp = fieldFromInstruction(insn, 11, 5); |
| 10104 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10105 | tmp = fieldFromInstruction(insn, 16, 5); |
| 10106 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10107 | return S; |
| 10108 | case 350: |
| 10109 | tmp = fieldFromInstruction(insn, 16, 5); |
| 10110 | if (DecodeCOP2RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10111 | tmp = fieldFromInstruction(insn, 0, 16); |
| 10112 | if (DecodeBranchTarget(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10113 | return S; |
| 10114 | case 351: |
| 10115 | if (DecodeFMemCop2R6(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10116 | return S; |
| 10117 | case 352: |
| 10118 | if (DecodeBlezlGroupBranch(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10119 | return S; |
| 10120 | case 353: |
| 10121 | if (DecodeBgtzlGroupBranch(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10122 | return S; |
| 10123 | case 354: |
| 10124 | if (DecodeDaddiGroupBranch(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10125 | return S; |
| 10126 | case 355: |
| 10127 | tmp = fieldFromInstruction(insn, 16, 5); |
| 10128 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10129 | tmp = fieldFromInstruction(insn, 21, 5); |
| 10130 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10131 | tmp = fieldFromInstruction(insn, 0, 16); |
| 10132 | MI.addOperand(MCOperand::createImm(tmp)); |
| 10133 | return S; |
| 10134 | case 356: |
| 10135 | if (DecodeCRC(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10136 | return S; |
| 10137 | case 357: |
| 10138 | tmp = fieldFromInstruction(insn, 11, 5); |
| 10139 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10140 | tmp = fieldFromInstruction(insn, 21, 5); |
| 10141 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10142 | tmp = fieldFromInstruction(insn, 16, 5); |
| 10143 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10144 | tmp = fieldFromInstruction(insn, 6, 2); |
| 10145 | MI.addOperand(MCOperand::createImm(tmp)); |
| 10146 | return S; |
| 10147 | case 358: |
| 10148 | tmp = fieldFromInstruction(insn, 11, 5); |
| 10149 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10150 | tmp = fieldFromInstruction(insn, 16, 5); |
| 10151 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10152 | return S; |
| 10153 | case 359: |
| 10154 | tmp = fieldFromInstruction(insn, 11, 5); |
| 10155 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10156 | tmp = fieldFromInstruction(insn, 21, 5); |
| 10157 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10158 | tmp = fieldFromInstruction(insn, 16, 5); |
| 10159 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10160 | tmp = fieldFromInstruction(insn, 6, 3); |
| 10161 | MI.addOperand(MCOperand::createImm(tmp)); |
| 10162 | return S; |
| 10163 | case 360: |
| 10164 | if (DecodeSpecial3LlSc(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10165 | return S; |
| 10166 | case 361: |
| 10167 | tmp = fieldFromInstruction(insn, 21, 5); |
| 10168 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10169 | tmp = fieldFromInstruction(insn, 8, 2); |
| 10170 | MI.addOperand(MCOperand::createImm(tmp)); |
| 10171 | return S; |
| 10172 | case 362: |
| 10173 | tmp = fieldFromInstruction(insn, 0, 26); |
| 10174 | if (DecodeBranchTarget26(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10175 | return S; |
| 10176 | case 363: |
| 10177 | tmp = fieldFromInstruction(insn, 21, 5); |
| 10178 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10179 | tmp = fieldFromInstruction(insn, 0, 21); |
| 10180 | if (DecodeBranchTarget21(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10181 | return S; |
| 10182 | case 364: |
| 10183 | tmp = fieldFromInstruction(insn, 21, 5); |
| 10184 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10185 | tmp = fieldFromInstruction(insn, 0, 18); |
| 10186 | if (DecodeSimm18Lsl3(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10187 | return S; |
| 10188 | case 365: |
| 10189 | tmp = fieldFromInstruction(insn, 21, 5); |
| 10190 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10191 | tmp = fieldFromInstruction(insn, 0, 21); |
| 10192 | if (DecodeBranchTarget21(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10193 | return S; |
| 10194 | case 366: |
| 10195 | tmp = fieldFromInstruction(insn, 11, 5); |
| 10196 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10197 | tmp = fieldFromInstruction(insn, 16, 5); |
| 10198 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10199 | tmp = fieldFromInstruction(insn, 21, 5); |
| 10200 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10201 | return S; |
| 10202 | case 367: |
| 10203 | tmp = fieldFromInstruction(insn, 21, 5); |
| 10204 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10205 | tmp = fieldFromInstruction(insn, 16, 5); |
| 10206 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10207 | return S; |
| 10208 | case 368: |
| 10209 | tmp = fieldFromInstruction(insn, 11, 5); |
| 10210 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10211 | tmp = fieldFromInstruction(insn, 16, 5); |
| 10212 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10213 | tmp = fieldFromInstruction(insn, 6, 5); |
| 10214 | MI.addOperand(MCOperand::createImm(tmp)); |
| 10215 | return S; |
| 10216 | case 369: |
| 10217 | tmp = fieldFromInstruction(insn, 16, 5); |
| 10218 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10219 | tmp = fieldFromInstruction(insn, 11, 5); |
| 10220 | if (DecodeCOP0RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10221 | tmp = fieldFromInstruction(insn, 0, 3); |
| 10222 | MI.addOperand(MCOperand::createImm(tmp)); |
| 10223 | return S; |
| 10224 | case 370: |
| 10225 | tmp = fieldFromInstruction(insn, 11, 5); |
| 10226 | if (DecodeCOP0RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10227 | tmp = fieldFromInstruction(insn, 16, 5); |
| 10228 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10229 | tmp = fieldFromInstruction(insn, 0, 3); |
| 10230 | MI.addOperand(MCOperand::createImm(tmp)); |
| 10231 | return S; |
| 10232 | case 371: |
| 10233 | tmp = fieldFromInstruction(insn, 16, 5); |
| 10234 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10235 | tmp = fieldFromInstruction(insn, 11, 5); |
| 10236 | if (DecodeCOP2RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10237 | tmp = fieldFromInstruction(insn, 0, 3); |
| 10238 | MI.addOperand(MCOperand::createImm(tmp)); |
| 10239 | return S; |
| 10240 | case 372: |
| 10241 | tmp = fieldFromInstruction(insn, 11, 5); |
| 10242 | if (DecodeCOP2RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10243 | tmp = fieldFromInstruction(insn, 16, 5); |
| 10244 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10245 | tmp = fieldFromInstruction(insn, 0, 3); |
| 10246 | MI.addOperand(MCOperand::createImm(tmp)); |
| 10247 | return S; |
| 10248 | case 373: |
| 10249 | tmp = fieldFromInstruction(insn, 13, 3); |
| 10250 | if (DecodeFCCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10251 | tmp = fieldFromInstruction(insn, 16, 5); |
| 10252 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10253 | tmp = fieldFromInstruction(insn, 21, 5); |
| 10254 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10255 | return S; |
| 10256 | case 374: |
| 10257 | tmp = fieldFromInstruction(insn, 16, 5); |
| 10258 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10259 | tmp = fieldFromInstruction(insn, 21, 5); |
| 10260 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10261 | tmp = fieldFromInstruction(insn, 0, 16); |
| 10262 | if (DecodeSImmWithOffsetAndScale<16>(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10263 | return S; |
| 10264 | case 375: |
| 10265 | tmp = 0x0; |
| 10266 | tmp |= fieldFromInstruction(insn, 11, 5) << 0; |
| 10267 | tmp |= fieldFromInstruction(insn, 16, 5) << 0; |
| 10268 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10269 | tmp = fieldFromInstruction(insn, 21, 5); |
| 10270 | if (DecodeGPR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10271 | return S; |
| 10272 | case 376: |
| 10273 | if (DecodeDEXT(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10274 | return S; |
| 10275 | case 377: |
| 10276 | if (DecodeDINS(MI, insn, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10277 | return S; |
| 10278 | case 378: |
| 10279 | tmp = fieldFromInstruction(insn, 16, 5); |
| 10280 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10281 | tmp = fieldFromInstruction(insn, 11, 5); |
| 10282 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10283 | return S; |
| 10284 | case 379: |
| 10285 | tmp = fieldFromInstruction(insn, 11, 5); |
| 10286 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10287 | tmp = fieldFromInstruction(insn, 16, 5); |
| 10288 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10289 | return S; |
| 10290 | case 380: |
| 10291 | tmp = fieldFromInstruction(insn, 11, 5); |
| 10292 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10293 | tmp = fieldFromInstruction(insn, 11, 5); |
| 10294 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10295 | tmp = fieldFromInstruction(insn, 16, 5); |
| 10296 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10297 | return S; |
| 10298 | case 381: |
| 10299 | tmp = fieldFromInstruction(insn, 6, 5); |
| 10300 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10301 | tmp = fieldFromInstruction(insn, 11, 5); |
| 10302 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10303 | return S; |
| 10304 | case 382: |
| 10305 | tmp = fieldFromInstruction(insn, 6, 5); |
| 10306 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10307 | tmp = fieldFromInstruction(insn, 11, 5); |
| 10308 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10309 | tmp = fieldFromInstruction(insn, 18, 3); |
| 10310 | if (DecodeFCCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10311 | tmp = fieldFromInstruction(insn, 6, 5); |
| 10312 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10313 | return S; |
| 10314 | case 383: |
| 10315 | tmp = fieldFromInstruction(insn, 6, 5); |
| 10316 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10317 | tmp = fieldFromInstruction(insn, 11, 5); |
| 10318 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10319 | tmp = fieldFromInstruction(insn, 16, 5); |
| 10320 | if (DecodeGPR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10321 | tmp = fieldFromInstruction(insn, 6, 5); |
| 10322 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10323 | return S; |
| 10324 | case 384: |
| 10325 | tmp = fieldFromInstruction(insn, 6, 5); |
| 10326 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10327 | tmp = fieldFromInstruction(insn, 11, 5); |
| 10328 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10329 | tmp = fieldFromInstruction(insn, 16, 5); |
| 10330 | if (DecodeFGR32RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10331 | return S; |
| 10332 | case 385: |
| 10333 | tmp = fieldFromInstruction(insn, 8, 3); |
| 10334 | if (DecodeFCCRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10335 | tmp = fieldFromInstruction(insn, 11, 5); |
| 10336 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10337 | tmp = fieldFromInstruction(insn, 16, 5); |
| 10338 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10339 | return S; |
| 10340 | case 386: |
| 10341 | tmp = fieldFromInstruction(insn, 6, 5); |
| 10342 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10343 | tmp = fieldFromInstruction(insn, 21, 5); |
| 10344 | if (DecodePtrRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10345 | tmp = fieldFromInstruction(insn, 16, 5); |
| 10346 | if (DecodePtrRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10347 | return S; |
| 10348 | case 387: |
| 10349 | tmp = fieldFromInstruction(insn, 11, 5); |
| 10350 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10351 | tmp = fieldFromInstruction(insn, 21, 5); |
| 10352 | if (DecodePtrRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10353 | tmp = fieldFromInstruction(insn, 16, 5); |
| 10354 | if (DecodePtrRegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10355 | return S; |
| 10356 | case 388: |
| 10357 | tmp = fieldFromInstruction(insn, 6, 5); |
| 10358 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10359 | tmp = fieldFromInstruction(insn, 21, 5); |
| 10360 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10361 | tmp = fieldFromInstruction(insn, 11, 5); |
| 10362 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10363 | tmp = fieldFromInstruction(insn, 16, 5); |
| 10364 | if (DecodeFGR64RegisterClass(MI, tmp, Address, Decoder) == MCDisassembler::Fail) { return MCDisassembler::Fail; } |
| 10365 | return S; |
| 10366 | } |
| 10367 | } |
| 10368 | |
| 10369 | template <typename InsnType> |
| 10370 | static DecodeStatus decodeInstruction(const uint8_t DecodeTable[], MCInst &MI, |
| 10371 | InsnType insn, uint64_t Address, |
| 10372 | const void *DisAsm, |
| 10373 | const MCSubtargetInfo &STI) { |
| 10374 | const FeatureBitset &Bits = STI.getFeatureBits(); |
| 10375 | |
| 10376 | const uint8_t *Ptr = DecodeTable; |
| 10377 | InsnType CurFieldValue = 0; |
| 10378 | DecodeStatus S = MCDisassembler::Success; |
| 10379 | while (true) { |
| 10380 | ptrdiff_t Loc = Ptr - DecodeTable; |
| 10381 | switch (*Ptr) { |
| 10382 | default: |
| 10383 | errs() << Loc << ": Unexpected decode table opcode!\n" ; |
| 10384 | return MCDisassembler::Fail; |
| 10385 | case MCD::OPC_ExtractField: { |
| 10386 | unsigned Start = *++Ptr; |
| 10387 | unsigned Len = *++Ptr; |
| 10388 | ++Ptr; |
| 10389 | CurFieldValue = fieldFromInstruction(insn, Start, Len); |
| 10390 | LLVM_DEBUG(dbgs() << Loc << ": OPC_ExtractField(" << Start << ", " |
| 10391 | << Len << "): " << CurFieldValue << "\n" ); |
| 10392 | break; |
| 10393 | } |
| 10394 | case MCD::OPC_FilterValue: { |
| 10395 | // Decode the field value. |
| 10396 | unsigned Len; |
| 10397 | InsnType Val = decodeULEB128(++Ptr, &Len); |
| 10398 | Ptr += Len; |
| 10399 | // NumToSkip is a plain 24-bit integer. |
| 10400 | unsigned NumToSkip = *Ptr++; |
| 10401 | NumToSkip |= (*Ptr++) << 8; |
| 10402 | NumToSkip |= (*Ptr++) << 16; |
| 10403 | |
| 10404 | // Perform the filter operation. |
| 10405 | if (Val != CurFieldValue) |
| 10406 | Ptr += NumToSkip; |
| 10407 | LLVM_DEBUG(dbgs() << Loc << ": OPC_FilterValue(" << Val << ", " << NumToSkip |
| 10408 | << "): " << ((Val != CurFieldValue) ? "FAIL:" : "PASS:" ) |
| 10409 | << " continuing at " << (Ptr - DecodeTable) << "\n" ); |
| 10410 | |
| 10411 | break; |
| 10412 | } |
| 10413 | case MCD::OPC_CheckField: { |
| 10414 | unsigned Start = *++Ptr; |
| 10415 | unsigned Len = *++Ptr; |
| 10416 | InsnType FieldValue = fieldFromInstruction(insn, Start, Len); |
| 10417 | // Decode the field value. |
| 10418 | InsnType ExpectedValue = decodeULEB128(++Ptr, &Len); |
| 10419 | Ptr += Len; |
| 10420 | // NumToSkip is a plain 24-bit integer. |
| 10421 | unsigned NumToSkip = *Ptr++; |
| 10422 | NumToSkip |= (*Ptr++) << 8; |
| 10423 | NumToSkip |= (*Ptr++) << 16; |
| 10424 | |
| 10425 | // If the actual and expected values don't match, skip. |
| 10426 | if (ExpectedValue != FieldValue) |
| 10427 | Ptr += NumToSkip; |
| 10428 | LLVM_DEBUG(dbgs() << Loc << ": OPC_CheckField(" << Start << ", " |
| 10429 | << Len << ", " << ExpectedValue << ", " << NumToSkip |
| 10430 | << "): FieldValue = " << FieldValue << ", ExpectedValue = " |
| 10431 | << ExpectedValue << ": " |
| 10432 | << ((ExpectedValue == FieldValue) ? "PASS\n" : "FAIL\n" )); |
| 10433 | break; |
| 10434 | } |
| 10435 | case MCD::OPC_CheckPredicate: { |
| 10436 | unsigned Len; |
| 10437 | // Decode the Predicate Index value. |
| 10438 | unsigned PIdx = decodeULEB128(++Ptr, &Len); |
| 10439 | Ptr += Len; |
| 10440 | // NumToSkip is a plain 24-bit integer. |
| 10441 | unsigned NumToSkip = *Ptr++; |
| 10442 | NumToSkip |= (*Ptr++) << 8; |
| 10443 | NumToSkip |= (*Ptr++) << 16; |
| 10444 | // Check the predicate. |
| 10445 | bool Pred; |
| 10446 | if (!(Pred = checkDecoderPredicate(PIdx, Bits))) |
| 10447 | Ptr += NumToSkip; |
| 10448 | (void)Pred; |
| 10449 | LLVM_DEBUG(dbgs() << Loc << ": OPC_CheckPredicate(" << PIdx << "): " |
| 10450 | << (Pred ? "PASS\n" : "FAIL\n" )); |
| 10451 | |
| 10452 | break; |
| 10453 | } |
| 10454 | case MCD::OPC_Decode: { |
| 10455 | unsigned Len; |
| 10456 | // Decode the Opcode value. |
| 10457 | unsigned Opc = decodeULEB128(++Ptr, &Len); |
| 10458 | Ptr += Len; |
| 10459 | unsigned DecodeIdx = decodeULEB128(Ptr, &Len); |
| 10460 | Ptr += Len; |
| 10461 | |
| 10462 | MI.clear(); |
| 10463 | MI.setOpcode(Opc); |
| 10464 | bool DecodeComplete; |
| 10465 | S = decodeToMCInst(S, DecodeIdx, insn, MI, Address, DisAsm, DecodeComplete); |
| 10466 | assert(DecodeComplete); |
| 10467 | |
| 10468 | LLVM_DEBUG(dbgs() << Loc << ": OPC_Decode: opcode " << Opc |
| 10469 | << ", using decoder " << DecodeIdx << ": " |
| 10470 | << (S != MCDisassembler::Fail ? "PASS" : "FAIL" ) << "\n" ); |
| 10471 | return S; |
| 10472 | } |
| 10473 | case MCD::OPC_TryDecode: { |
| 10474 | unsigned Len; |
| 10475 | // Decode the Opcode value. |
| 10476 | unsigned Opc = decodeULEB128(++Ptr, &Len); |
| 10477 | Ptr += Len; |
| 10478 | unsigned DecodeIdx = decodeULEB128(Ptr, &Len); |
| 10479 | Ptr += Len; |
| 10480 | // NumToSkip is a plain 24-bit integer. |
| 10481 | unsigned NumToSkip = *Ptr++; |
| 10482 | NumToSkip |= (*Ptr++) << 8; |
| 10483 | NumToSkip |= (*Ptr++) << 16; |
| 10484 | |
| 10485 | // Perform the decode operation. |
| 10486 | MCInst TmpMI; |
| 10487 | TmpMI.setOpcode(Opc); |
| 10488 | bool DecodeComplete; |
| 10489 | S = decodeToMCInst(S, DecodeIdx, insn, TmpMI, Address, DisAsm, DecodeComplete); |
| 10490 | LLVM_DEBUG(dbgs() << Loc << ": OPC_TryDecode: opcode " << Opc |
| 10491 | << ", using decoder " << DecodeIdx << ": " ); |
| 10492 | |
| 10493 | if (DecodeComplete) { |
| 10494 | // Decoding complete. |
| 10495 | LLVM_DEBUG(dbgs() << (S != MCDisassembler::Fail ? "PASS" : "FAIL" ) << "\n" ); |
| 10496 | MI = TmpMI; |
| 10497 | return S; |
| 10498 | } else { |
| 10499 | assert(S == MCDisassembler::Fail); |
| 10500 | // If the decoding was incomplete, skip. |
| 10501 | Ptr += NumToSkip; |
| 10502 | LLVM_DEBUG(dbgs() << "FAIL: continuing at " << (Ptr - DecodeTable) << "\n" ); |
| 10503 | // Reset decode status. This also drops a SoftFail status that could be |
| 10504 | // set before the decode attempt. |
| 10505 | S = MCDisassembler::Success; |
| 10506 | } |
| 10507 | break; |
| 10508 | } |
| 10509 | case MCD::OPC_SoftFail: { |
| 10510 | // Decode the mask values. |
| 10511 | unsigned Len; |
| 10512 | InsnType PositiveMask = decodeULEB128(++Ptr, &Len); |
| 10513 | Ptr += Len; |
| 10514 | InsnType NegativeMask = decodeULEB128(Ptr, &Len); |
| 10515 | Ptr += Len; |
| 10516 | bool Fail = (insn & PositiveMask) || (~insn & NegativeMask); |
| 10517 | if (Fail) |
| 10518 | S = MCDisassembler::SoftFail; |
| 10519 | LLVM_DEBUG(dbgs() << Loc << ": OPC_SoftFail: " << (Fail ? "FAIL\n" : "PASS\n" )); |
| 10520 | break; |
| 10521 | } |
| 10522 | case MCD::OPC_Fail: { |
| 10523 | LLVM_DEBUG(dbgs() << Loc << ": OPC_Fail\n" ); |
| 10524 | return MCDisassembler::Fail; |
| 10525 | } |
| 10526 | } |
| 10527 | } |
| 10528 | llvm_unreachable("bogosity detected in disassembler state machine!" ); |
| 10529 | } |
| 10530 | |
| 10531 | |
| 10532 | } // end namespace llvm |
| 10533 | |